Vaulta

marcopolo543

Contract

  • Table row type of romeboxs

    {
      "name": "romeboxs",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "token_symbol",
          "type": "symbol"
        },
        {
          "name": "token_precision",
          "type": "float64"
        },
        {
          "name": "token_contract_address",
          "type": "name"
        },
        {
          "name": "BOX_id",
          "type": "uint64"
        },
        {
          "name": "BOX_swap_memo",
          "type": "string"
        },
        {
          "name": "ROME_id",
          "type": "uint64"
        },
        {
          "name": "ROME_swap_memo",
          "type": "string"
        }
      ]
    }