Vaulta

rambank.eos

Contract

  • Table row type of config

    {
      "name": "config_row",
      "base": "",
      "fields": [
        {
          "name": "disabled_deposit",
          "type": "bool"
        },
        {
          "name": "disabled_withdraw",
          "type": "bool"
        },
        {
          "name": "deposit_fee_ratio",
          "type": "uint16"
        },
        {
          "name": "withdraw_fee_ratio",
          "type": "uint16"
        },
        {
          "name": "max_deposit_limit",
          "type": "uint64"
        },
        {
          "name": "reward_dao_ratio",
          "type": "uint16"
        },
        {
          "name": "usage_limit_ratio",
          "type": "uint16"
        },
        {
          "name": "disabled_transfer",
          "type": "bool$"
        }
      ]
    }