{
"version": "eosio::abi/1.1",
"types": [],
"structs": [
{
"name": "global_config",
"base": "",
"fields": [
{
"name": "admin",
"type": "name"
},
{
"name": "rule_id",
"type": "uint64"
},
{
"name": "record_id",
"type": "uint64"
}
]
},
{
"name": "init",
"base": "",
"fields": [
{
"name": "admin",
"type": "name"
}
]
},
{
"name": "records",
"base": "",
"fields": [
{
"name": "record_id",
"type": "uint64"
},
{
"name": "rule_id",
"type": "uint64"
},
{
"name": "out_quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
},
{
"name": "outdated",
"type": "bool"
},
{
"name": "created_time",
"type": "time_point_sec"
},
{
"name": "outdated_time",
"type": "time_point_sec"
}
]
},
{
"name": "rmrecord",
"base": "",
"fields": [
{
"name": "max_records",
"type": "uint64"
},
{
"name": "force",
"type": "bool"
}
]
},
{
"name": "rmrule",
"base": "",
"fields": [
{
"name": "rule_id",
"type": "uint64"
}
]
},
{
"name": "rules",
"base": "",
"fields": [
{
"name": "rule_id",
"type": "uint64"
},
{
"name": "from",
"type": "name"
},
{
"name": "to",
"type": "name"
},
{
"name": "contract",
"type": "name"
},
{
"name": "max_quantity",
"type": "asset"
},
{
"name": "period",
"type": "uint32"
},
{
"name": "memo_rule",
"type": "string"
},
{
"name": "current_quantity",
"type": "asset"
},
{
"name": "updated_time",
"type": "time_point_sec"
}
]
},
{
"name": "send",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
},
{
"name": "to",
"type": "name"
},
{
"name": "contract",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "setrule",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
},
{
"name": "to",
"type": "name"
},
{
"name": "contract",
"type": "name"
},
{
"name": "max_quantity",
"type": "asset"
},
{
"name": "period",
"type": "uint32"
},
{
"name": "memo_rule",
"type": "string"
}
]
}
],
"actions": [
{
"name": "init",
"type": "init",
"ricardian_contract": ""
},
{
"name": "rmrecord",
"type": "rmrecord",
"ricardian_contract": ""
},
{
"name": "rmrule",
"type": "rmrule",
"ricardian_contract": ""
},
{
"name": "send",
"type": "send",
"ricardian_contract": ""
},
{
"name": "setrule",
"type": "setrule",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "globalconfig",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "global_config"
},
{
"name": "records",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "records"
},
{
"name": "rules",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "rules"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}