{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "allocate",
"base": "",
"fields": [
{
"name": "key",
"type": "uint64"
},
{
"name": "bufbal",
"type": "asset"
},
{
"name": "poolbal",
"type": "asset"
},
{
"name": "time",
"type": "time_point_sec"
}
]
},
{
"name": "args",
"base": "",
"fields": [
{
"name": "sym",
"type": "symbol_code"
},
{
"name": "aprs",
"type": "float64"
},
{
"name": "last_drip",
"type": "time_point_sec"
}
]
},
{
"name": "claim",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
}
]
},
{
"name": "dsrexec",
"base": "",
"fields": []
},
{
"name": "holder",
"base": "",
"fields": [
{
"name": "holder",
"type": "name"
},
{
"name": "bal",
"type": "asset"
},
{
"name": "pool",
"type": "uint64"
},
{
"name": "release_time",
"type": "time_point_sec"
},
{
"name": "last_drip",
"type": "time_point_sec"
}
]
},
{
"name": "pool",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "bonus",
"type": "float64"
},
{
"name": "refund_delay_sec",
"type": "uint32"
}
]
},
{
"name": "setpool",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "bonus",
"type": "float64"
},
{
"name": "refund_delay_sec",
"type": "uint32"
}
]
},
{
"name": "withdraw",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
}
]
}
],
"actions": [
{
"name": "claim",
"type": "claim",
"ricardian_contract": ""
},
{
"name": "dsrexec",
"type": "dsrexec",
"ricardian_contract": ""
},
{
"name": "setpool",
"type": "setpool",
"ricardian_contract": ""
},
{
"name": "withdraw",
"type": "withdraw",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "allocates",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "allocate"
},
{
"name": "args",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "args"
},
{
"name": "holders",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "holder"
},
{
"name": "pools",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "pool"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}