Vaulta

whaleexgate4

Contract

  • Action parameter in updatetoken

    {
      "name": "updatetoken",
      "base": "",
      "fields": [
        {
          "name": "token_id",
          "type": "uint64"
        },
        {
          "name": "withdraw_fee",
          "type": "asset?"
        },
        {
          "name": "free_min_withdraw",
          "type": "asset?"
        },
        {
          "name": "deposit_fee",
          "type": "asset?"
        },
        {
          "name": "free_min_deposit",
          "type": "asset?"
        },
        {
          "name": "deposit_weight",
          "type": "uint8?"
        },
        {
          "name": "min_deposit_confirmed_count",
          "type": "uint8?"
        },
        {
          "name": "delta_deposit_confirmed_count",
          "type": "uint8?"
        },
        {
          "name": "proposer",
          "type": "name?"
        },
        {
          "name": "executor",
          "type": "name?"
        },
        {
          "name": "min_gather_amount",
          "type": "asset?"
        },
        {
          "name": "gas_limit",
          "type": "uint64?"
        },
        {
          "name": "use_nonce",
          "type": "uint8?"
        },
        {
          "name": "withdraw_proxy",
          "type": "name?"
        }
      ]
    }