
-
{ "name": "config", "base": "", "fields": [ { "name": "contract_name", "type": "string" }, { "name": "contract_version", "type": "string" }, { "name": "admin", "type": "name" }, { "name": "last_post_id", "type": "uint64" }, { "name": "last_paid_post", "type": "uint64" }, { "name": "total_accounts", "type": "uint32" }, { "name": "total_unpaid_votes", "type": "asset" }, { "name": "total_supply", "type": "asset" }, { "name": "powered_supply", "type": "asset" }, { "name": "max_supply", "type": "asset" }, { "name": "inflation_rate", "type": "float64" }, { "name": "max_vote_charges", "type": "uint16" }, { "name": "powerdown_period", "type": "uint32" }, { "name": "rewards_period", "type": "uint32" }, { "name": "vote_recharge_period", "type": "uint32" }, { "name": "appics_account", "type": "name" }, { "name": "rewards_account", "type": "name" }, { "name": "creator_rewards_share", "type": "float64" }, { "name": "voters_rewards_share", "type": "float64" }, { "name": "appics_rewards_share", "type": "float64" }, { "name": "autopower_percent", "type": "float64" }, { "name": "last_inflation_block", "type": "uint64" } ] }