Vaulta

balmine.defi

Contract

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "addnotify",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "partner",
          "type": "name"
        },
        {
          "name": "start_time",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        }
      ]
    },
    {
      "name": "claimall",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "offset",
          "type": "symbol_code"
        },
        {
          "name": "limit",
          "type": "uint16"
        }
      ]
    },
    {
      "name": "createpool",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "weight",
          "type": "uint32"
        },
        {
          "name": "start_time",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "mdfpooltime",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "start_time",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "mdfpoolwgt",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "weight",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "niotifyitem",
      "base": "",
      "fields": [
        {
          "name": "partner",
          "type": "name"
        },
        {
          "name": "start_time",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "pool",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "weight",
          "type": "uint32"
        },
        {
          "name": "start_time",
          "type": "uint32"
        },
        {
          "name": "end_time",
          "type": "uint32"
        },
        {
          "name": "last_issue_time",
          "type": "uint32"
        },
        {
          "name": "acc_box_per_share",
          "type": "uint128"
        },
        {
          "name": "total_issues",
          "type": "asset"
        }
      ]
    },
    {
      "name": "poolstat",
      "base": "",
      "fields": [
        {
          "name": "total_weight",
          "type": "uint32"
        },
        {
          "name": "last_issue_time",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "removenotify",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "partner",
          "type": "name"
        }
      ]
    },
    {
      "name": "removepool",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "offset",
          "type": "name"
        },
        {
          "name": "limit",
          "type": "uint16"
        }
      ]
    },
    {
      "name": "reward",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "cumulative",
          "type": "uint64"
        },
        {
          "name": "unclaimed",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "rewardlog",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "reward",
          "type": "asset"
        }
      ]
    },
    {
      "name": "tokenchange",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "pre_amount",
          "type": "uint64"
        },
        {
          "name": "now_amount",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "update",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "symbol_code"
        },
        {
          "name": "owner",
          "type": "name"
        }
      ]
    },
    {
      "name": "user_info",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "debt",
          "type": "uint64"
        },
        {
          "name": "liquidity",
          "type": "uint64"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "addnotify",
      "type": "addnotify",
      "ricardian_contract": ""
    },
    {
      "name": "claim",
      "type": "claim",
      "ricardian_contract": ""
    },
    {
      "name": "claimall",
      "type": "claimall",
      "ricardian_contract": ""
    },
    {
      "name": "createpool",
      "type": "createpool",
      "ricardian_contract": ""
    },
    {
      "name": "mdfpooltime",
      "type": "mdfpooltime",
      "ricardian_contract": ""
    },
    {
      "name": "mdfpoolwgt",
      "type": "mdfpoolwgt",
      "ricardian_contract": ""
    },
    {
      "name": "removenotify",
      "type": "removenotify",
      "ricardian_contract": ""
    },
    {
      "name": "removepool",
      "type": "removepool",
      "ricardian_contract": ""
    },
    {
      "name": "rewardlog",
      "type": "rewardlog",
      "ricardian_contract": ""
    },
    {
      "name": "tokenchange",
      "type": "tokenchange",
      "ricardian_contract": ""
    },
    {
      "name": "update",
      "type": "update",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "niotifylist",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "niotifyitem"
    },
    {
      "name": "pools",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "pool"
    },
    {
      "name": "poolstat",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "poolstat"
    },
    {
      "name": "rewards",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "reward"
    },
    {
      "name": "userinfo",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "user_info"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}