Vaulta

profit.joker

Contract

  • Table row type of records

    {
      "name": "record",
      "base": "",
      "fields": [
        {
          "name": "key",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "exchange_time",
          "type": "uint32"
        },
        {
          "name": "reward_time",
          "type": "uint32"
        },
        {
          "name": "reward",
          "type": "asset"
        }
      ]
    }