Smart Contracts (Testnet)

Module: token_inventory
back to overview
token_inventory
Methods: 18
Instances: 0
Initialization

Parameters
{
  "admin": "<AccountAddress>",
  "token_id": "<String with lowercase hex>",
  "token_name": "<String>",
  "url": "<String>"
}
Errors
None
Event
None
Methods

Parameters
{
  "to_admin_address": "<Bool>",
  "token_supply": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "from": {
    "Enum": [
      {
        "Account": [
          "<AccountAddress>"
        ]
      },
      {
        "Contract": [
          {
            "index": "<UInt64>",
            "subindex": "<UInt64>"
          }
        ]
      }
    ]
  },
  "token_id": "<String with lowercase hex>",
  "token_supply": "<UInt64>"
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
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>"
            }
          ]
        }
      ]
    },
    "to": {
      "Enum": [
        {
          "Account": [
            "<AccountAddress>"
          ]
        },
        {
          "Contract": [
            {
              "index": "<UInt64>",
              "subindex": "<UInt64>"
            },
            "<String>"
          ]
        }
      ]
    },
    "token_id": "<String with lowercase hex>"
  }
]
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "transfer_locks": [
    {
      "amount": "<UInt64>",
      "lock_period": "<UInt64>",
      "lock_period_type": {
        "Enum": [
          {
            "HOUR": []
          },
          {
            "DAY": []
          },
          {
            "WEEK": []
          },
          {
            "MONTHT": []
          }
        ]
      },
      "to": {
        "Enum": [
          {
            "Account": [
              "<AccountAddress>"
            ]
          },
          {
            "Contract": [
              {
                "index": "<UInt64>",
                "subindex": "<UInt64>"
              },
              "<String>"
            ]
          }
        ]
      },
      "vesting_count_after_lock": "<UInt64>"
    }
  ]
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
{
  "amount": "<UInt64>"
}

Parameters
[
  {
    "address": {
      "Enum": [
        {
          "Account": [
            "<AccountAddress>"
          ]
        },
        {
          "Contract": [
            {
              "index": "<UInt64>",
              "subindex": "<UInt64>"
            }
          ]
        }
      ]
    },
    "token_id": "<String with lowercase hex>"
  }
]
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
{
  "balances": [
    {
      "address": {
        "Enum": [
          {
            "Account": [
              "<AccountAddress>"
            ]
          },
          {
            "Contract": [
              {
                "index": "<UInt64>",
                "subindex": "<UInt64>"
              }
            ]
          }
        ]
      },
      "locked_balances": [
        {
          "amount": "<UInt64>",
          "created_at": "<UInt128>",
          "lock_period": "<UInt64>",
          "tranches": [
            {
              "lock_duration": "<UInt128>",
              "paid": "<Bool>",
              "value": "<UInt64>"
            }
          ],
          "vesting_count_after_lock": "<UInt64>"
        }
      ]
    }
  ]
}

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
[
  {
    "operator": {
      "Enum": [
        {
          "Account": [
            "<AccountAddress>"
          ]
        },
        {
          "Contract": [
            {
              "index": "<UInt64>",
              "subindex": "<UInt64>"
            }
          ]
        }
      ]
    },
    "update": {
      "Enum": [
        {
          "Remove": []
        },
        {
          "Add": []
        }
      ]
    }
  }
]
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
[
  {
    "address": {
      "Enum": [
        {
          "Account": [
            "<AccountAddress>"
          ]
        },
        {
          "Contract": [
            {
              "index": "<UInt64>",
              "subindex": "<UInt64>"
            }
          ]
        }
      ]
    },
    "owner": {
      "Enum": [
        {
          "Account": [
            "<AccountAddress>"
          ]
        },
        {
          "Contract": [
            {
              "index": "<UInt64>",
              "subindex": "<UInt64>"
            }
          ]
        }
      ]
    }
  }
]
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
[
  "<Bool>"
]

Parameters
[
  {
    "address": {
      "Enum": [
        {
          "Account": [
            "<AccountAddress>"
          ]
        },
        {
          "Contract": [
            {
              "index": "<UInt64>",
              "subindex": "<UInt64>"
            }
          ]
        }
      ]
    },
    "token_id": "<String with lowercase hex>"
  }
]
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
[
  "<String of size at most 74 containing an unsigned integer.>"
]

Parameters
[
  "<String with lowercase hex>"
]
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
[
  {
    "hash": {
      "Enum": [
        {
          "None": []
        },
        {
          "Some": [
            "<String of size 64 containing lowercase hex characters.>"
          ]
        }
      ]
    },
    "url": "<String>"
  }
]

Parameters
[
  "<String>"
]
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
[
  {
    "Enum": [
      {
        "NoSupport": []
      },
      {
        "Support": []
      },
      {
        "SupportBy": [
          [
            {
              "index": "<UInt64>",
              "subindex": "<UInt64>"
            }
          ]
        ]
      }
    ]
  }
]

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
{
  "contract_adresses": [
    {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    }
  ]
}

Parameters
{
  "contract_adresses": [
    {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    }
  ]
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "contract_adresses": [
    {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    }
  ]
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
{
  "contract_adresses": [
    {
      "index": "<UInt64>",
      "subindex": "<UInt64>"
    }
  ]
}

Parameters
None
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
{
  "admins": [
    "<AccountAddress>"
  ]
}

Parameters
{
  "addresses": [
    "<AccountAddress>"
  ],
  "operation_type": "<Bool>"
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None

Parameters
{
  "migrate": {
    "Enum": [
      {
        "None": []
      },
      {
        "Some": [
          [
            "<String>",
            "<String with lowercase hex>"
          ]
        ]
      }
    ]
  },
  "module": "<String of size 64 containing lowercase hex characters.>"
}
Errors
{
  "Enum": [
    {
      "InvalidTokenId": []
    },
    {
      "InsufficientFunds": []
    },
    {
      "Unauthorized": []
    },
    {
      "Custom": [
        {
          "Enum": [
            {
              "ParseParams": []
            },
            {
              "LogFull": []
            },
            {
              "LogMalformed": []
            },
            {
              "NonContractAddress": []
            },
            {
              "NonAccountAddress": []
            },
            {
              "TokenAlreadyExists": []
            },
            {
              "TokenNotFound": []
            },
            {
              "PermissionDenied": []
            },
            {
              "HighTaxPercent": []
            },
            {
              "HighRoyaltyPercent": []
            },
            {
              "IncorrectPrice": []
            },
            {
              "IncorrectAmount": []
            },
            {
              "LotNotFound": []
            },
            {
              "IncorrectValue": []
            },
            {
              "TokenNotOnSale": []
            },
            {
              "LowTokenBalance": []
            },
            {
              "IncorrectTimestamp": []
            },
            {
              "AuctionStarted": []
            },
            {
              "AuctionClosed": []
            },
            {
              "AuctionActive": []
            },
            {
              "LowQuantity": []
            },
            {
              "IncorrectQuantity": []
            },
            {
              "InvokeContractError": []
            },
            {
              "TransferError": []
            },
            {
              "HighMintTokenSuply": []
            },
            {
              "HighBurnTokenSuply": []
            },
            {
              "AdminCountGreaterThenZero": []
            },
            {
              "IncorrectStakeLockPeriod": []
            },
            {
              "ClaimPeriodClosed": []
            },
            {
              "HighStakeAmountSupply": []
            },
            {
              "SellForError": []
            },
            {
              "BuyForError": []
            },
            {
              "ContractUpgradeErr": []
            },
            {
              "ModuleNotFoundError": []
            },
            {
              "UpgradeVersionsMismatch": []
            },
            {
              "UnsupportedTokenContract": []
            }
          ]
        }
      ]
    }
  ]
}
Return
None
No instances found.
Address


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