{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "account",
"base": "",
"fields": [
{
"name": "key",
"type": "uint64"
},
{
"name": "public_key",
"type": "public_key"
},
{
"name": "total_balance",
"type": "asset"
},
{
"name": "total_weight",
"type": "uint64"
}
]
},
{
"name": "claim",
"base": "",
"fields": [
{
"name": "token_symbol",
"type": "symbol"
},
{
"name": "relay",
"type": "name"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "create",
"base": "",
"fields": [
{
"name": "token_contract",
"type": "name"
},
{
"name": "token_symbol",
"type": "symbol"
},
{
"name": "round_subsidy",
"type": "asset"
},
{
"name": "min_claim_secs",
"type": "int64"
},
{
"name": "min_stake_secs",
"type": "int64"
},
{
"name": "max_stake_secs",
"type": "int64"
},
{
"name": "min_stake",
"type": "asset"
}
]
},
{
"name": "destroy",
"base": "",
"fields": []
},
{
"name": "exitstake",
"base": "",
"fields": [
{
"name": "key",
"type": "uint64"
},
{
"name": "token_symbol",
"type": "symbol"
},
{
"name": "to",
"type": "name"
},
{
"name": "memo",
"type": "string"
},
{
"name": "sig",
"type": "signature"
}
]
},
{
"name": "fexitstakes",
"base": "",
"fields": [
{
"name": "token_symbol",
"type": "symbol"
},
{
"name": "stakes_to",
"type": "name"
},
{
"name": "supply_to",
"type": "name"
},
{
"name": "loop_lim",
"type": "int32"
}
]
},
{
"name": "resetclaim",
"base": "",
"fields": [
{
"name": "token_symbol",
"type": "symbol"
}
]
},
{
"name": "sanity",
"base": "",
"fields": []
},
{
"name": "stake",
"base": "",
"fields": [
{
"name": "key",
"type": "uint64"
},
{
"name": "weight",
"type": "int64"
},
{
"name": "public_key",
"type": "public_key"
},
{
"name": "initial_balance",
"type": "asset"
},
{
"name": "balance",
"type": "asset"
},
{
"name": "expires",
"type": "time_point_sec"
}
]
},
{
"name": "stat",
"base": "",
"fields": [
{
"name": "total_weight",
"type": "int64"
},
{
"name": "total_supply",
"type": "asset"
},
{
"name": "subsidy_supply",
"type": "asset"
},
{
"name": "round_subsidy",
"type": "asset"
},
{
"name": "token_contract",
"type": "name"
},
{
"name": "token_symbol",
"type": "symbol"
},
{
"name": "last_claim",
"type": "time_point_sec"
},
{
"name": "min_claim_secs",
"type": "int64"
},
{
"name": "min_stake_secs",
"type": "int64"
},
{
"name": "max_stake_secs",
"type": "int64"
},
{
"name": "min_stake",
"type": "asset"
}
]
}
],
"actions": [
{
"name": "claim",
"type": "claim",
"ricardian_contract": ""
},
{
"name": "create",
"type": "create",
"ricardian_contract": ""
},
{
"name": "destroy",
"type": "destroy",
"ricardian_contract": ""
},
{
"name": "exitstake",
"type": "exitstake",
"ricardian_contract": ""
},
{
"name": "fexitstakes",
"type": "fexitstakes",
"ricardian_contract": ""
},
{
"name": "resetclaim",
"type": "resetclaim",
"ricardian_contract": ""
},
{
"name": "sanity",
"type": "sanity",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "accounts",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "account"
},
{
"name": "stakes",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "stake"
},
{
"name": "stats",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "stat"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}