{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "addproxy",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
},
{
"name": "to",
"type": "name"
},
{
"name": "delimiter",
"type": "string"
},
{
"name": "index",
"type": "int8"
}
]
},
{
"name": "clearids",
"base": "",
"fields": [
{
"name": "max_counts",
"type": "uint16"
}
]
},
{
"name": "global_config",
"base": "",
"fields": [
{
"name": "walvalidator",
"type": "name"
},
{
"name": "whaleextrust",
"type": "name"
},
{
"name": "bitpiecurrex",
"type": "name"
}
]
},
{
"name": "init",
"base": "",
"fields": [
{
"name": "walvalidator",
"type": "name"
},
{
"name": "whaleex",
"type": "name"
},
{
"name": "bitpiecurrex",
"type": "name"
}
]
},
{
"name": "removeproxy",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
}
]
},
{
"name": "whaleexproxy",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
},
{
"name": "to",
"type": "name"
},
{
"name": "delimiter",
"type": "string"
},
{
"name": "index",
"type": "int8"
}
]
},
{
"name": "withdraw_ids",
"base": "",
"fields": [
{
"name": "withdraw_id",
"type": "uint64"
},
{
"name": "sell_id",
"type": "uint64"
},
{
"name": "time",
"type": "time_point_sec"
}
]
}
],
"actions": [
{
"name": "addproxy",
"type": "addproxy",
"ricardian_contract": ""
},
{
"name": "clearids",
"type": "clearids",
"ricardian_contract": ""
},
{
"name": "init",
"type": "init",
"ricardian_contract": ""
},
{
"name": "removeproxy",
"type": "removeproxy",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "globalconfig",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "global_config"
},
{
"name": "whaleexproxy",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "whaleexproxy"
},
{
"name": "withdrawids",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "withdraw_ids"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}