{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "allowcol",
"base": "",
"fields": [
{
"name": "collection_name",
"type": "name"
}
]
},
{
"name": "allowed_collection",
"base": "",
"fields": [
{
"name": "collection_name",
"type": "name"
}
]
},
{
"name": "claim",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "staked_assets",
"type": "uint64[]"
}
]
},
{
"name": "claimcandy",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
}
]
},
{
"name": "login",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "timestamp",
"type": "uint64"
}
]
},
{
"name": "remcol",
"base": "",
"fields": [
{
"name": "collection_name",
"type": "name"
}
]
},
{
"name": "staked_asset",
"base": "",
"fields": [
{
"name": "asset_id",
"type": "uint64"
},
{
"name": "unstaked_at",
"type": "uint32"
}
]
},
{
"name": "unstake",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "asset_ids",
"type": "uint64[]"
}
]
},
{
"name": "user_stats",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "active_staked",
"type": "uint64"
},
{
"name": "candy_claimed_at",
"type": "uint32$"
}
]
}
],
"actions": [
{
"name": "allowcol",
"type": "allowcol",
"ricardian_contract": ""
},
{
"name": "claim",
"type": "claim",
"ricardian_contract": ""
},
{
"name": "claimcandy",
"type": "claimcandy",
"ricardian_contract": ""
},
{
"name": "login",
"type": "login",
"ricardian_contract": ""
},
{
"name": "remcol",
"type": "remcol",
"ricardian_contract": ""
},
{
"name": "unstake",
"type": "unstake",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "allowedc",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "allowed_collection"
},
{
"name": "staked",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "staked_asset"
},
{
"name": "stats",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "user_stats"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}