
The data structures defined by this contract.
Table row type of auction
{ "name": "Auctionstruct", "base": "", "fields": [ { "name": "auction_index", "type": "uint64" }, { "name": "ower_name", "type": "name" }, { "name": "auction_value", "type": "uint64" }, { "name": "verify", "type": "uint8" } ] }
-
{ "name": "active", "base": "", "fields": [ { "name": "rewards_eos", "type": "uint64" }, { "name": "Auction_price", "type": "uint64" } ] }
-
{ "name": "change", "base": "", "fields": [ { "name": "value", "type": "uint64" } ] }
-
{ "name": "checkover", "base": "", "fields": [] }
-
{ "name": "clearall", "base": "", "fields": [] }
Table row type of globeex
{ "name": "globestruct", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "Auction_times", "type": "uint64" }, { "name": "last_name", "type": "name" }, { "name": "lastvalue", "type": "uint64" }, { "name": "rewards_eos", "type": "uint64" }, { "name": "Auction_price", "type": "uint64" }, { "name": "is_allow", "type": "uint64" }, { "name": "auction_increment", "type": "uint64" }, { "name": "auction_period", "type": "uint64" }, { "name": "end_time", "type": "time_point_sec" }, { "name": "config", "type": "pair_uint64_uint64[]" } ] }
Struct property of globestruct
{ "name": "pair_uint64_uint64", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "value", "type": "uint64" } ] }
-
{ "name": "transfer", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "to", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
-
{ "name": "version", "base": "", "fields": [] }