Vaulta

airdroptorex

Contract

The data structures defined by this contract.

  • Table row type of claims

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "lastclaim",
          "type": "uint64"
        }
      ]
    }
  • Table row type of global

    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "total_minted",
          "type": "uint64"
        },
        {
          "name": "lastupdate",
          "type": "uint64"
        }
      ]
    }