Smart Contracts (Testnet)

Module: cdd
back to overview
Methods: 16
Instances: 1
Initialization

Parameters
{
  "contract": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  },
  "id": "<String with lowercase hex>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Event
None
Methods

Parameters
{
  "contract": {
    "index": "<UInt64>",
    "subindex": "<UInt64>"
  },
  "id": "<String with lowercase hex>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt64>"

Parameters
"<UInt64>"
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
{
  "Enum": [
    {
      "None": []
    },
    {
      "Some": [
        "<UInt128>"
      ]
    }
  ]
}

Parameters
{
  "account_id": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          {
            "Enum": [
              {
                "Account": [
                  "<AccountAddress>"
                ]
              },
              {
                "Contract": [
                  {
                    "index": "<UInt64>",
                    "subindex": "<UInt64>"
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "platform_id": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt128>"

Parameters
{
  "amount": "<String of size at most 74 containing an unsigned integer.>",
  "data": [
    "<UInt8>"
  ],
  "from": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "token_id": "<String with lowercase hex>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
[]

Parameters
{
  "amount": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          "<UInt128>"
        ]
      }
    ]
  },
  "callback": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          [
            "<String>",
            [
              "<UInt8>"
            ]
          ]
        ]
      }
    ]
  },
  "platform_id": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt128>"

Parameters
{
  "platform_id": "<UInt64>",
  "public_key": "<String of size 64 containing lowercase hex characters.>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt64>"

Parameters
{
  "key_index": "<UInt64>",
  "platform_id": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt64>"

Parameters
{
  "names": [
    "<String>"
  ]
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
{
  "results": [
    "<Bool>"
  ]
}

Parameters
{
  "message": {
    "contract_address": {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    },
    "entry_point": "<String>",
    "nonce": "<UInt64>",
    "payload": {
      "entrypoint_parameter": [
        "<UInt8>"
      ]
    },
    "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
  },
  "signature": [
    [
      [
        "<UInt8>",
        [
          [
            [
              "<UInt8>",
              "<String of size 128 containing lowercase hex characters.>"
            ]
          ]
        ]
      ]
    ]
  ],
  "signer": "<AccountAddress>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<String of size 64 containing lowercase hex characters.>"

Parameters
{
  "account_id": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          "<AccountAddress>"
        ]
      }
    ]
  }
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt64>"

Parameters
{
  "message": {
    "contract_address": {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    },
    "entry_point": "<String>",
    "nonce": "<UInt64>",
    "payload": {
      "entrypoint_parameter": [
        "<UInt8>"
      ]
    },
    "timestamp": "<Timestamp (e.g. `2000-01-01T12:00:00Z`)>"
  },
  "signature": [
    [
      [
        "<UInt8>",
        [
          [
            [
              "<UInt8>",
              "<String of size 128 containing lowercase hex characters.>"
            ]
          ]
        ]
      ]
    ]
  ],
  "signer": "<AccountAddress>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
None

Parameters
{
  "account_id": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          {
            "Enum": [
              {
                "Account": [
                  "<AccountAddress>"
                ]
              },
              {
                "Contract": [
                  {
                    "index": "<UInt64>",
                    "subindex": "<UInt64>"
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "platform_id": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt128>"

Parameters
{
  "amount": "<UInt128>",
  "platform_id": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt128>"

Parameters
{
  "amount": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          "<UInt128>"
        ]
      }
    ]
  },
  "platform_id": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt128>"

Parameters
{
  "amount": "<UInt128>",
  "platform_id": "<UInt64>",
  "price": "<UInt128>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt128>"

Parameters
{
  "amount": "<UInt128>",
  "platform_id": "<UInt64>",
  "price": "<UInt128>"
}
Errors
{
  "Enum": [
    {
      "ParamParseError": []
    },
    {
      "RemoteAmountTooLarge": []
    },
    {
      "RemoteMissingAccount": []
    },
    {
      "RemoteMissingContract": []
    },
    {
      "RemoteMissingEntrypoint": []
    },
    {
      "RemoteMessageFailed": []
    },
    {
      "RemoteReject": []
    },
    {
      "RemoteTrap": []
    },
    {
      "AccountSenderExpected": []
    },
    {
      "PlatformIdInvalid": []
    },
    {
      "AccountIdInvalid": []
    },
    {
      "Overflow": []
    },
    {
      "Underflow": []
    },
    {
      "TokenIdInvalid": []
    },
    {
      "Cis3SignatureMisconfigured": []
    },
    {
      "Cis3EntrypointNotSupported": []
    },
    {
      "Cis3WrongContract": []
    },
    {
      "Cis3NoPublicKey": []
    },
    {
      "Cis3InvalidPublicKeyIndex": []
    },
    {
      "Cis3NonceMismatch": []
    },
    {
      "Cis3MessageExpired": []
    },
    {
      "Cis3WrongSignature": []
    },
    {
      "ContractSenderExpected": []
    },
    {
      "EntrypointNameInvalid": []
    },
    {
      "CallbackMissing": []
    },
    {
      "CallbackUnexected": []
    }
  ]
}
Return
"<UInt128>"
Address
🗎<5821,0>


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