Vaulta

grootwarimft

Contract

  • Table row type of nftlucky

    {
      "name": "st_nft_lucky",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "issue_id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "number",
          "type": "uint64"
        },
        {
          "name": "draw_time",
          "type": "uint64"
        },
        {
          "name": "claim_time",
          "type": "uint64"
        },
        {
          "name": "inviter",
          "type": "string"
        },
        {
          "name": "nft_ids",
          "type": "uint64[]"
        },
        {
          "name": "categories",
          "type": "name[]"
        }
      ]
    }