{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "bounty",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "name",
"type": "string"
},
{
"name": "author",
"type": "name"
},
{
"name": "sacategory",
"type": "name"
},
{
"name": "bountydata",
"type": "string"
},
{
"name": "count",
"type": "uint64"
},
{
"name": "price",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "bountyadd",
"base": "",
"fields": [
{
"name": "name",
"type": "string"
},
{
"name": "author",
"type": "name"
},
{
"name": "sacategory",
"type": "name"
},
{
"name": "bountydata",
"type": "string"
},
{
"name": "count",
"type": "uint8"
},
{
"name": "price",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "bountylog",
"base": "",
"fields": [
{
"name": "from",
"type": "uint64"
},
{
"name": "assetid",
"type": "uint64"
},
{
"name": "trxmemo",
"type": "string"
},
{
"name": "name",
"type": "string"
},
{
"name": "author",
"type": "name"
},
{
"name": "sacategory",
"type": "name"
},
{
"name": "bountydata",
"type": "string"
},
{
"name": "price",
"type": "asset"
}
]
},
{
"name": "bountyrm",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
}
]
},
{
"name": "bountyupd",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "name",
"type": "string"
},
{
"name": "author",
"type": "name"
},
{
"name": "sacategory",
"type": "name"
},
{
"name": "bountydata",
"type": "string"
},
{
"name": "count",
"type": "uint8"
},
{
"name": "price",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "getversion",
"base": "",
"fields": []
},
{
"name": "global",
"base": "",
"fields": [
{
"name": "bountyid",
"type": "uint64"
},
{
"name": "spare1",
"type": "uint64"
},
{
"name": "spare2",
"type": "uint64"
},
{
"name": "spare3",
"type": "uint64"
}
]
}
],
"actions": [
{
"name": "bountyadd",
"type": "bountyadd",
"ricardian_contract": "Stub for bountyadd action's ricardian contract"
},
{
"name": "bountylog",
"type": "bountylog",
"ricardian_contract": ""
},
{
"name": "bountyrm",
"type": "bountyrm",
"ricardian_contract": "Stub for bountyrm action's ricardian contract"
},
{
"name": "bountyupd",
"type": "bountyupd",
"ricardian_contract": "Stub for bountyupd action's ricardian contract"
},
{
"name": "getversion",
"type": "getversion",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "bountys",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "bounty"
},
{
"name": "global",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "global"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}