{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "clearing",
"base": "",
"fields": [
{
"name": "mid",
"type": "uint64"
},
{
"name": "num",
"type": "uint64"
}
]
},
{
"name": "lands",
"base": "",
"fields": [
{
"name": "mid",
"type": "uint64"
},
{
"name": "cum_supply",
"type": "asset"
},
{
"name": "weight",
"type": "float64"
},
{
"name": "start",
"type": "uint32"
},
{
"name": "end",
"type": "uint32"
}
]
},
{
"name": "log",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "mid",
"type": "uint64"
},
{
"name": "bal0",
"type": "asset"
},
{
"name": "bal1",
"type": "asset"
},
{
"name": "bal_percent",
"type": "float64"
},
{
"name": "elapsed",
"type": "uint32"
},
{
"name": "weight",
"type": "float64"
},
{
"name": "pool_balance",
"type": "asset"
},
{
"name": "bonus",
"type": "float64"
},
{
"name": "reward",
"type": "asset"
}
]
},
{
"name": "miners",
"base": "",
"fields": [
{
"name": "miner",
"type": "name"
},
{
"name": "liq_bal0",
"type": "asset"
},
{
"name": "liq_bal1",
"type": "asset"
},
{
"name": "last_drip",
"type": "uint32"
}
]
},
{
"name": "picking",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "mid",
"type": "uint64"
},
{
"name": "ifbonus",
"type": "uint32"
}
]
},
{
"name": "setland",
"base": "",
"fields": [
{
"name": "mid",
"type": "uint64"
},
{
"name": "weight",
"type": "float64"
},
{
"name": "start",
"type": "uint32"
},
{
"name": "end",
"type": "uint32"
}
]
}
],
"actions": [
{
"name": "clearing",
"type": "clearing",
"ricardian_contract": ""
},
{
"name": "log",
"type": "log",
"ricardian_contract": ""
},
{
"name": "picking",
"type": "picking",
"ricardian_contract": ""
},
{
"name": "setland",
"type": "setland",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "lands",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "lands"
},
{
"name": "miners",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "miners"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}