Vaulta

rams.eos

Contract

  • Table row type of mints

    {
      "name": "mint_info",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "block_num",
          "type": "uint32"
        },
        {
          "name": "time",
          "type": "uint32"
        },
        {
          "name": "username",
          "type": "name"
        },
        {
          "name": "inscription",
          "type": "string"
        }
      ]
    }