{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "claim",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
}
]
},
{
"name": "config",
"base": "",
"fields": [
{
"name": "id",
"type": "uint8"
},
{
"name": "status",
"type": "uint8"
},
{
"name": "herospower",
"type": "uint64"
},
{
"name": "weaponspower",
"type": "uint64"
}
]
},
{
"name": "gettpower",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
}
]
},
{
"name": "init",
"base": "",
"fields": []
},
{
"name": "list",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "tpower",
"type": "uint64"
},
{
"name": "herospower",
"type": "uint64"
},
{
"name": "weaponspower",
"type": "uint64"
},
{
"name": "lasttime",
"type": "uint32"
}
]
},
{
"name": "mess",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "message",
"type": "string"
}
]
},
{
"name": "msg",
"base": "",
"fields": [
{
"name": "message",
"type": "string"
}
]
},
{
"name": "remove",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "slot",
"type": "uint8"
}
]
},
{
"name": "setstat",
"base": "",
"fields": []
},
{
"name": "stake",
"base": "",
"fields": [
{
"name": "slot",
"type": "uint8"
},
{
"name": "hid",
"type": "uint64"
},
{
"name": "wid",
"type": "uint64"
}
]
},
{
"name": "unstake",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "slot",
"type": "uint8"
}
]
}
],
"actions": [
{
"name": "claim",
"type": "claim",
"ricardian_contract": ""
},
{
"name": "gettpower",
"type": "gettpower",
"ricardian_contract": ""
},
{
"name": "init",
"type": "init",
"ricardian_contract": ""
},
{
"name": "msg",
"type": "msg",
"ricardian_contract": ""
},
{
"name": "remove",
"type": "remove",
"ricardian_contract": ""
},
{
"name": "setstat",
"type": "setstat",
"ricardian_contract": ""
},
{
"name": "unstake",
"type": "unstake",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "configs",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "config"
},
{
"name": "lists",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "list"
},
{
"name": "messages",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "mess"
},
{
"name": "stakes",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "stake"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}