
The data structures defined by this contract.
-
{ "name": "fix", "base": "", "fields": [] }
-
{ "name": "global", "base": "", "fields": [ { "name": "rebase_index", "type": "uint64" }, { "name": "rebase_time", "type": "uint32" }, { "name": "twa_price", "type": "uint64" }, { "name": "executor", "type": "name" }, { "name": "execute_time", "type": "time_point_sec" } ] }
-
{ "name": "rebase", "base": "", "fields": [ { "name": "executor", "type": "name" } ] }
-
{ "name": "rebaselog", "base": "", "fields": [ { "name": "rebase_index", "type": "uint64" }, { "name": "rebase_time", "type": "uint32" }, { "name": "current_usdc_supply", "type": "asset" }, { "name": "price", "type": "uint64" }, { "name": "issue_cash", "type": "asset" }, { "name": "issue_bond", "type": "asset" }, { "name": "executor", "type": "name" }, { "name": "execute_time", "type": "time_point_sec" } ] }
-
{ "name": "swaplog", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "price", "type": "uint64" }, { "name": "in", "type": "asset" }, { "name": "out", "type": "asset" } ] }