Vaulta

crayfishnfts

Contract

  • Table row type of locknfts

    {
      "name": "st_nft_lock",
      "base": "",
      "fields": [
        {
          "name": "lock_id",
          "type": "uint64"
        },
        {
          "name": "nft_id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "liquidity_id",
          "type": "uint64"
        },
        {
          "name": "quantity1",
          "type": "asset"
        },
        {
          "name": "quantity2",
          "type": "asset"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "burn_time",
          "type": "uint64"
        }
      ]
    }