
The data structures defined by this contract.
-
{ "name": "blackhole", "base": "", "fields": [ { "name": "bal", "type": "pair_string_asset[]" } ] }
-
{ "name": "buy", "base": "", "fields": [ { "name": "bal", "type": "pair_string_asset[]" } ] }
Table row type of buyback1
{ "name": "buyback1_row", "base": "", "fields": [ { "name": "time", "type": "uint64" }, { "name": "balance", "type": "pair_string_asset[]" } ] }
Table row type of buybacks
{ "name": "buybacks_row", "base": "", "fields": [ { "name": "time", "type": "uint64" }, { "name": "swap_eos", "type": "asset" }, { "name": "usn_eos", "type": "asset" }, { "name": "lend_eos", "type": "asset" }, { "name": "bal_eos", "type": "asset" }, { "name": "yield_eos", "type": "asset" }, { "name": "other_eos", "type": "asset" }, { "name": "destorybox_box", "type": "asset" } ] }
Table row type of global1
{ "name": "global1_row", "base": "", "fields": [ { "name": "balance", "type": "pair_string_asset[]" }, { "name": "last_time", "type": "uint32" } ] }
Table row type of global
{ "name": "global_row", "base": "", "fields": [ { "name": "swap_eos", "type": "asset" }, { "name": "usn_eos", "type": "asset" }, { "name": "lend_eos", "type": "asset" }, { "name": "bal_eos", "type": "asset" }, { "name": "yield_eos", "type": "asset" }, { "name": "other_eos", "type": "asset" }, { "name": "total_eos", "type": "asset" }, { "name": "total_buy_box", "type": "asset" }, { "name": "total_destorybox_box", "type": "asset" }, { "name": "last_time", "type": "uint32" } ] }
Action parameter in mergeglobal
{ "name": "mergeglobal", "base": "", "fields": [] }
Struct property of blackhole
Struct property of buy
Struct property of buyback1_row
Struct property of global1_row
{ "name": "pair_string_asset", "base": "", "fields": [ { "name": "key", "type": "string" }, { "name": "value", "type": "asset" } ] }