Robinos - Tokenized Sports Trading Platform
  • Robinos - Sports Performance Trading
    • Robinos
    • Why Robinos?
      • Trader's Perspective
      • Prize Allocation
      • Sporting Events in Robinos
    • Tokenized Prediction
      • Prize Pool & Allocations
      • Reward Mechanism
    • Tokenized Operations
      • Team Tokens
      • Team Token Sales
      • Claiming Rewards
      • Reward Simulation
    • Robinos Token (RBN)
    • Operations & Governance
      • Revenue Generation & Operations
      • Profit Distribution
      • Governance
  • Mino NFT
    • Mino NFT
    • Reward Mechanism
    • Metadata
  • Migration to Telos
    • Purpose of Migration
    • Migration Schedule
    • Migration Details
Powered by GitBook
On this page

Was this helpful?

  1. Mino NFT

Metadata

PreviousReward MechanismNextPurpose of Migration

Last updated 2 years ago

Was this helpful?

The metadata of all Mino NFT can be queried from our smart contract from the read function getTokenData. ABI provided below

/

  1. {
        "inputs": [
          {
            "internalType": "uint256",
            "name": "tokenId",
            "type": "uint256"
          }
        ],
        "name": "getTokenData",
        "outputs": [
          {
            "components": [
              {
                "internalType": "uint256",
                "name": "tokenId",
                "type": "uint256"
              },
              {
                "internalType": "string",
                "name": "name",
                "type": "string"
              },
              {
                "internalType": "string",
                "name": "sport",
                "type": "string"
              },
              {
                "internalType": "string",
                "name": "tokenUri",
                "type": "string"
              },
              {
                "internalType": "string",
                "name": "rarityLevel",
                "type": "string"
              },
              {
                "internalType": "uint256",
                "name": "totalAvailable",
                "type": "uint256"
              },
              {
                "internalType": "string",
                "name": "series",
                "type": "string"
              }
            ],
            "internalType": "struct MintedToken",
            "name": "",
            "type": "tuple"
          }
        ],
        "stateMutability": "view",
        "type": "function"
      }
TokenID, Name, Sport, link to MP4 on IPFS, Rarity Level, Total available in Series, Series name