{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "claim",
"base": "",
"fields": [
{
"name": "nftid",
"type": "uint64"
},
{
"name": "owner",
"type": "name"
}
]
},
{
"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"
}
]
},
{
"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"
}
]
},
{
"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"
}
]
},
{
"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"
}
]
}
],
"actions": [
{
"name": "claim",
"type": "claim",
"ricardian_contract": ""
},
{
"name": "cleanconfig",
"type": "cleanconfig",
"ricardian_contract": ""
},
{
"name": "config",
"type": "config",
"ricardian_contract": ""
},
{
"name": "create",
"type": "create",
"ricardian_contract": ""
},
{
"name": "fullconfig",
"type": "fullconfig",
"ricardian_contract": ""
},
{
"name": "reg",
"type": "reg",
"ricardian_contract": ""
},
{
"name": "regsec",
"type": "regsec",
"ricardian_contract": ""
},
{
"name": "regupdate",
"type": "regupdate",
"ricardian_contract": ""
},
{
"name": "regupdatesec",
"type": "regupdatesec",
"ricardian_contract": ""
},
{
"name": "stakerenew",
"type": "stakerenew",
"ricardian_contract": ""
},
{
"name": "unreg",
"type": "unreg",
"ricardian_contract": ""
},
{
"name": "unstake",
"type": "unstake",
"ricardian_contract": ""
},
{
"name": "verify",
"type": "verify",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "dwconfig",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "dwconfig"
},
{
"name": "yields",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "yields"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}