Vaulta

eth2.wal

Contract

  • Action parameter in updfundpool

    {
      "name": "updfundpool",
      "base": "",
      "fields": [
        {
          "name": "pool_id",
          "type": "uint64"
        },
        {
          "name": "purchase_fee_ratio",
          "type": "float64?"
        },
        {
          "name": "redeem_fee_ratio",
          "type": "float64?"
        },
        {
          "name": "redeem_begin_time",
          "type": "uint32?"
        },
        {
          "name": "redeem_interval",
          "type": "uint32?"
        },
        {
          "name": "interest_ratio",
          "type": "float64?"
        },
        {
          "name": "max_supply_interest",
          "type": "asset?"
        },
        {
          "name": "status",
          "type": "uint8?"
        },
        {
          "name": "desc",
          "type": "string?"
        },
        {
          "name": "fund_type",
          "type": "uint8?"
        }
      ]
    }