
The data structures defined by this contract.
-
{ "name": "claim", "base": "", "fields": [ { "name": "nftid", "type": "uint64" }, { "name": "owner", "type": "name" } ] }
Action parameter in cleanconfig
{ "name": "cleanconfig", "base": "", "fields": [ { "name": "owner", "type": "name" } ] }
-
{ "name": "config", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "token_contract", "type": "name" }, { "name": "token", "type": "symbol" } ] }
-
{ "name": "create", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "category", "type": "name" }, { "name": "appid", "type": "uint64" }, { "name": "name", "type": "string" }, { "name": "url", "type": "string" } ] }
-
{ "name": "dwconfig", "base": "", "fields": [ { "name": "dw_owner", "type": "name" }, { "name": "token_contract", "type": "name" }, { "name": "dw_symbol", "type": "symbol" }, { "name": "current_planned_pay", "type": "asset" }, { "name": "total_paid", "type": "asset" }, { "name": "total_collections", "type": "int32" }, { "name": "total_staked", "type": "int32" } ] }
Action parameter in fullconfig
{ "name": "fullconfig", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "token_contract", "type": "name" }, { "name": "token", "type": "symbol" }, { "name": "current_planned_pay", "type": "asset" }, { "name": "total_paid", "type": "asset" }, { "name": "total_collections", "type": "int32" }, { "name": "total_staked", "type": "int32" } ] }
-
{ "name": "reg", "base": "", "fields": [ { "name": "collection_asset_id", "type": "uint64" }, { "name": "collection_appid", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "street_asset_ids", "type": "uint64[]" }, { "name": "collection_price", "type": "asset" }, { "name": "duration_days", "type": "uint32" }, { "name": "payout_period_days", "type": "uint32" }, { "name": "roi", "type": "float64" }, { "name": "locked", "type": "bool" }, { "name": "auto_ext", "type": "bool" } ] }
-
{ "name": "regsec", "base": "", "fields": [ { "name": "collection_asset_id", "type": "uint64" }, { "name": "collection_appid", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "street_asset_ids", "type": "uint64[]" }, { "name": "collection_price", "type": "asset" }, { "name": "duration_secs", "type": "uint32" }, { "name": "payout_period_secs", "type": "uint32" }, { "name": "roi", "type": "float64" }, { "name": "locked", "type": "bool" }, { "name": "auto_ext", "type": "bool" } ] }
-
{ "name": "regupdate", "base": "", "fields": [ { "name": "collection_asset_id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "duration_days", "type": "uint32" }, { "name": "payout_period_days", "type": "uint32" }, { "name": "roi", "type": "float64" }, { "name": "locked", "type": "bool" }, { "name": "auto_ext", "type": "bool" } ] }
Action parameter in regupdatesec
{ "name": "regupdatesec", "base": "", "fields": [ { "name": "collection_asset_id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "duration_secs", "type": "uint32" }, { "name": "payout_period_secs", "type": "uint32" }, { "name": "roi", "type": "float64" }, { "name": "locked", "type": "bool" }, { "name": "auto_ext", "type": "bool" } ] }
Action parameter in stakerenew
{ "name": "stakerenew", "base": "", "fields": [ { "name": "nftid", "type": "uint64" }, { "name": "owner", "type": "name" } ] }
-
{ "name": "unreg", "base": "", "fields": [ { "name": "nftid", "type": "uint64" }, { "name": "owner", "type": "name" } ] }
-
{ "name": "unstake", "base": "", "fields": [ { "name": "nftid", "type": "uint64" }, { "name": "owner", "type": "name" } ] }
-
{ "name": "verify", "base": "", "fields": [ { "name": "nftid", "type": "uint64" }, { "name": "owner", "type": "name" } ] }
-
{ "name": "yields", "base": "", "fields": [ { "name": "nftid", "type": "uint64" }, { "name": "total_value", "type": "asset" }, { "name": "duration_sec", "type": "uint32" }, { "name": "period_of_payments_sec", "type": "uint32" }, { "name": "created", "type": "time_point_sec" }, { "name": "staked", "type": "time_point_sec" }, { "name": "updated", "type": "time_point_sec" }, { "name": "planned_pay", "type": "asset" }, { "name": "paid", "type": "asset" }, { "name": "roi", "type": "float64" }, { "name": "locked", "type": "bool" }, { "name": "auto_ext", "type": "bool" }, { "name": "streets", "type": "uint64[]" }, { "name": "memo", "type": "string" } ] }