Smart Contracts (Testnet)

Module: pub_rido_ccd
back to overview
pub_rido_ccd
Methods: 20
Instances: 7
Initialization

Parameters
{
  "addr_bbb": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "addr_ovl": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "close_at": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
  "max_units": "<UInt32>",
  "min_units": "<UInt32>",
  "open_at": [
    [
      "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
      {
        "Enum": [
          {
            "TOP": []
          },
          {
            "SECOND": []
          },
          {
            "ANY": []
          }
        ]
      }
    ]
  ],
  "price_per_token": "<UInt64>",
  "proj_admin": "<AccountAddress>",
  "token_per_unit": "<String of size at most 74 containing an unsigned integer.>",
  "vesting_period": [
    [
      "<Duration (e.g. `10d 1h 42s`)>",
      "<UInt8>"
    ]
  ]
}
Errors
None
Event
None
Methods

Parameters
None
Errors
None
Return
{
  "addr_bbb": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "addr_ovl": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "bbb_claimed_inc": "<UInt8>",
  "ovl_claimed_inc": "<UInt8>",
  "paused": "<Bool>",
  "proj_admin": "<AccountAddress>",
  "project_token": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "saleinfo": {
    "applied_units": "<UInt32>",
    "max_units": "<UInt32>",
    "min_units": "<UInt32>",
    "price_per_token": "<UInt64>",
    "token_per_unit": "<String of size at most 74 containing an unsigned integer.>"
  },
  "schedule": {
    "close_at": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
    "open_at": [
      [
        "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>",
        {
          "Enum": [
            {
              "TOP": []
            },
            {
              "SECOND": []
            },
            {
              "ANY": []
            }
          ]
        }
      ]
    ],
    "vesting_period": [
      [
        "<Duration (e.g. `10d 1h 42s`)>",
        "<UInt8>"
      ]
    ],
    "vesting_start": {
      "Enum": [
        {
          "None": []
        },
        {
          "Some": [
            "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
          ]
        }
      ]
    }
  },
  "status": {
    "Enum": [
      {
        "Prepare": []
      },
      {
        "Ready": []
      },
      {
        "Fixed": []
      },
      {
        "Suspend": []
      }
    ]
  }
}

Parameters
None
Errors
None
Return
[
  [
    {
      "Enum": [
        {
          "Account": [
            "<AccountAddress>"
          ]
        },
        {
          "Contract": [
            {
              "index": "<UInt64>",
              "subindex": "<UInt64>"
            }
          ]
        }
      ]
    },
    {
      "claimed_inc": "<UInt8>",
      "deposit_ccd": "<Amount in microCCD>",
      "prior": {
        "Enum": [
          {
            "TOP": []
          },
          {
            "SECOND": []
          },
          {
            "ANY": []
          }
        ]
      },
      "tgt_units": "<UInt8>",
      "win_units": "<UInt8>"
    }
  ]
]

Parameters
None
Errors
None
Return
"<UInt8>"

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "Enum": [
    {
      "Prepare": []
    },
    {
      "Ready": []
    },
    {
      "Fixed": []
    },
    {
      "Suspend": []
    }
  ]
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "ready": "<Bool>",
  "wl": [
    {
      "prior": {
        "Enum": [
          {
            "TOP": []
          },
          {
            "SECOND": []
          },
          {
            "ANY": []
          }
        ]
      },
      "user": {
        "Enum": [
          {
            "Account": [
              "<AccountAddress>"
            ]
          },
          {
            "Contract": [
              {
                "index": "<UInt64>",
                "subindex": "<UInt64>"
              }
            ]
          }
        ]
      }
    }
  ]
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "amount": "<String of size at most 74 containing an unsigned integer.>",
  "data": "<String with lowercase hex>",
  "from": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "token_id": "<String with lowercase hex>"
}
Errors
None
Return
None

Parameters
"<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "index": "<UInt64>",
  "subindex": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "index": "<UInt64>",
  "subindex": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
"<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "amount": "<String of size at most 74 containing an unsigned integer.>",
  "data": "<String with lowercase hex>",
  "from": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "token_id": "<String with lowercase hex>"
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "OverflowError": []
            },
            {
              "InvokeContractError": []
            },
            {
              "FailedUpgradeMissingModule": []
            },
            {
              "FailedUpgradeMissingContract": []
            },
            {
              "FailedUpgradeUnsupportedModuleVersion": []
            },
            {
              "AmountTooLarge": []
            },
            {
              "MissingAccount": []
            },
            {
              "MissingContract": []
            },
            {
              "MissingEntrypoint": []
            },
            {
              "MessageFailed": []
            },
            {
              "Trap": []
            },
            {
              "TransferError": []
            },
            {
              "ContractPaused": []
            },
            {
              "ContractOnly": []
            },
            {
              "AccountOnly": []
            },
            {
              "NotMatchAmount": []
            },
            {
              "NotDeposited": []
            },
            {
              "AlreadySaleStarted": []
            },
            {
              "AlreadySaleClosed": []
            },
            {
              "AlreadyDeposited": []
            },
            {
              "AlreadyRefunded": []
            },
            {
              "SaleNotReady": []
            },
            {
              "SaleNotFixed": []
            },
            {
              "InvalidSchedule": []
            },
            {
              "InvalidCcdInput": []
            },
            {
              "NotSetTge": []
            },
            {
              "NotSetProjectToken": []
            },
            {
              "Inappropriate": []
            },
            {
              "DisabledForNow": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None


Release: 2024.12
Support CCDExplorer.io Uptime Backend Status CCDExplorer is supported by AesirX - Decentralized Consent & Data Ownership