Vaulta

whaleexgate4

Contract

  • Action parameter in createtoken

    {
      "name": "createtoken",
      "base": "",
      "fields": [
        {
          "name": "chain_name",
          "type": "symbol_code"
        },
        {
          "name": "protocol",
          "type": "string"
        },
        {
          "name": "token_name",
          "type": "string"
        },
        {
          "name": "token_precision",
          "type": "uint8"
        },
        {
          "name": "token_contract",
          "type": "string"
        },
        {
          "name": "eos_name",
          "type": "symbol"
        },
        {
          "name": "eos_contract",
          "type": "name"
        },
        {
          "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": "bool"
        },
        {
          "name": "withdraw_proxy",
          "type": "name?"
        },
        {
          "name": "maximum_supply",
          "type": "asset"
        },
        {
          "name": "issue_quantity",
          "type": "asset"
        },
        {
          "name": "confirmor",
          "type": "name"
        }
      ]
    }