{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "claim",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
}
]
},
{
"name": "global_t",
"base": "",
"fields": [
{
"name": "poolid",
"type": "uint64"
},
{
"name": "mid",
"type": "uint64"
},
{
"name": "contract",
"type": "name"
},
{
"name": "rad",
"type": "float64"
},
{
"name": "system_lps",
"type": "uint64"
},
{
"name": "distributed",
"type": "asset"
},
{
"name": "perday",
"type": "asset"
},
{
"name": "total",
"type": "asset"
},
{
"name": "start_time",
"type": "uint64"
}
]
},
{
"name": "init",
"base": "",
"fields": [
{
"name": "mid",
"type": "uint64"
},
{
"name": "start_time",
"type": "uint64"
},
{
"name": "contract",
"type": "name"
},
{
"name": "total",
"type": "asset"
},
{
"name": "perday",
"type": "asset"
}
]
},
{
"name": "init2",
"base": "",
"fields": [
{
"name": "poolid",
"type": "uint64"
},
{
"name": "acttime",
"type": "uint64"
}
]
},
{
"name": "log",
"base": "",
"fields": [
{
"name": "action",
"type": "name"
},
{
"name": "detail",
"type": "string"
},
{
"name": "owner",
"type": "name"
},
{
"name": "arg",
"type": "int64"
},
{
"name": "arg2",
"type": "int64"
}
]
},
{
"name": "pairs_t",
"base": "",
"fields": [
{
"name": "poolid",
"type": "uint64"
}
]
},
{
"name": "refresh",
"base": "",
"fields": []
},
{
"name": "user_t",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "wad",
"type": "float64"
},
{
"name": "lptokens",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "claim",
"type": "claim",
"ricardian_contract": ""
},
{
"name": "init",
"type": "init",
"ricardian_contract": ""
},
{
"name": "init2",
"type": "init2",
"ricardian_contract": ""
},
{
"name": "log",
"type": "log",
"ricardian_contract": ""
},
{
"name": "refresh",
"type": "refresh",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "global",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "global_t"
},
{
"name": "pairs",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "pairs_t"
},
{
"name": "users",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "user_t"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}