Vaulta

buckprotocol

Contract

  • Table row type of taxation

    {
      "name": "taxation_stats",
      "base": "",
      "fields": [
        {
          "name": "insurance_pool",
          "type": "asset"
        },
        {
          "name": "collected_excess",
          "type": "asset"
        },
        {
          "name": "total_excess",
          "type": "uint64"
        },
        {
          "name": "aggregated_excess",
          "type": "uint128"
        },
        {
          "name": "savings_pool",
          "type": "asset"
        },
        {
          "name": "collected_savings",
          "type": "asset"
        },
        {
          "name": "savings_supply",
          "type": "uint64"
        }
      ]
    }