Smart Contracts (Testnet)

Module: pub_rido_usdc
back to overview
pub_rido_usdc
Methods: 23
Instances: 2
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.>",
  "usdc_contract": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  },
  "vesting_period": [
    [
      "<Duration (e.g. `10d 1h 42s`)>",
      "<UInt8>"
    ]
  ]
}
Errors
None
Event
None
Methods

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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
[
  {
    "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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
[
  [
    {
      "account": "<AccountAddress>",
      "public_key": "<String of size 64 containing lowercase hex characters.>"
    }
  ]
]
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "message": {
    "contract_address": {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    },
    "entry_point": "<String>",
    "payload": {
      "Enum": [
        {
          "Upgrade": []
        }
      ]
    },
    "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
  },
  "migrate": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          [
            "<String>",
            "<String with lowercase hex>"
          ]
        ]
      }
    ]
  },
  "module": "<String of size 64 containing lowercase hex characters.>",
  "signatures": [
    [
      "<AccountAddress>",
      "<String of size 128 containing lowercase hex characters.>"
    ]
  ]
}
Errors
None
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
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": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "SignatureMapMisconfigured": []
            },
            {
              "NonceMismatch": []
            },
            {
              "WrongSignature": []
            },
            {
              "Expired": []
            },
            {
              "WrongContract": []
            },
            {
              "NoPublicKey": []
            },
            {
              "AccountAlreadyRegistered": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
None
Return
None

Parameters
None
Errors
None
Return
None

Parameters
None
Errors
None
Return
None

Parameters
None
Errors
None
Return
None


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