Vaulta

whaleexgate4

Contract

  • Table row type of deposit

    Table row type of deposited

    Table row type of depositfail

    {
      "name": "deposit",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "extern_txid",
          "type": "string"
        },
        {
          "name": "extern_index",
          "type": "uint16"
        },
        {
          "name": "extern_block_id",
          "type": "string"
        },
        {
          "name": "extern_block_num",
          "type": "uint64"
        },
        {
          "name": "extern_block_time",
          "type": "time_point_sec"
        },
        {
          "name": "extern_from_address",
          "type": "string"
        },
        {
          "name": "extern_to_address",
          "type": "string"
        },
        {
          "name": "extern_from_memo",
          "type": "string"
        },
        {
          "name": "extern_amount",
          "type": "uint128"
        },
        {
          "name": "created_time",
          "type": "time_point_sec"
        }
      ]
    }