{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "account",
"base": "",
"fields": [
{
"name": "balance",
"type": "asset"
}
]
},
{
"name": "add_buyer",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "token",
"type": "symbol_code"
},
{
"name": "buyer",
"type": "name"
},
{
"name": "depositary",
"type": "name"
}
]
},
{
"name": "add_depositary",
"base": "",
"fields": [
{
"name": "user_name",
"type": "name"
}
]
},
{
"name": "add_proposal",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "issue",
"type": "asset"
},
{
"name": "owner",
"type": "name"
},
{
"name": "receiver",
"type": "name"
},
{
"name": "depositary",
"type": "name"
}
]
},
{
"name": "app_buyer",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "token",
"type": "symbol_code"
}
]
},
{
"name": "approve_proposal",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "symbol",
"type": "symbol"
}
]
},
{
"name": "buyer",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "buyer",
"type": "name"
},
{
"name": "depositary",
"type": "name"
},
{
"name": "buyer_confirm",
"type": "checksum256"
},
{
"name": "issuer_confirm",
"type": "checksum256"
},
{
"name": "depositary_confirm",
"type": "checksum256"
}
]
},
{
"name": "close_account",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "symbol",
"type": "symbol"
}
]
},
{
"name": "contest",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
}
]
},
{
"name": "create_token",
"base": "",
"fields": [
{
"name": "issuer",
"type": "name"
},
{
"name": "maximum_supply",
"type": "asset"
}
]
},
{
"name": "currency_stats",
"base": "",
"fields": [
{
"name": "supply",
"type": "asset"
},
{
"name": "max_supply",
"type": "asset"
},
{
"name": "issuer",
"type": "name"
}
]
},
{
"name": "depositary",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
}
]
},
{
"name": "discard_proposal",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "symbol",
"type": "symbol"
}
]
},
{
"name": "distribute_inheritance",
"base": "",
"fields": [
{
"name": "initiator",
"type": "name"
},
{
"name": "inheritance_owner",
"type": "name"
},
{
"name": "token",
"type": "symbol_code"
}
]
},
{
"name": "inheritor_record",
"base": "",
"fields": [
{
"name": "inheritor",
"type": "name"
},
{
"name": "share",
"type": "asset"
}
]
},
{
"name": "issue_token",
"base": "",
"fields": [
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "id",
"type": "uint64"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "member",
"base": "",
"fields": [
{
"name": "user_name",
"type": "name"
},
{
"name": "inheritance_date",
"type": "time_point_sec"
},
{
"name": "inactive_period",
"type": "uint32"
},
{
"name": "inheritors",
"type": "inheritor_record[]"
}
]
},
{
"name": "modify_token_issuer",
"base": "",
"fields": [
{
"name": "issuer",
"type": "name"
},
{
"name": "symbol",
"type": "symbol"
}
]
},
{
"name": "notify",
"base": "",
"fields": [
{
"name": "action_type",
"type": "string"
},
{
"name": "to",
"type": "name"
},
{
"name": "from",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "open_account",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "symbol",
"type": "symbol"
},
{
"name": "ram_payer",
"type": "name"
}
]
},
{
"name": "proposal",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "issue",
"type": "asset"
},
{
"name": "receiver",
"type": "name"
},
{
"name": "owner_approve",
"type": "user_approve"
},
{
"name": "depositary_approve",
"type": "user_approve"
},
{
"name": "issuer_approve",
"type": "bool"
},
{
"name": "emitted",
"type": "bool"
}
]
},
{
"name": "retire_token",
"base": "",
"fields": [
{
"name": "quantity",
"type": "asset"
},
{
"name": "id",
"type": "uint64"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "rmv_buyer",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "token",
"type": "symbol_code"
},
{
"name": "buyer",
"type": "name"
},
{
"name": "depositary",
"type": "name"
}
]
},
{
"name": "rmv_depositary",
"base": "",
"fields": [
{
"name": "user_name",
"type": "name"
}
]
},
{
"name": "set_contest",
"base": "",
"fields": [
{
"name": "user_name",
"type": "name"
}
]
},
{
"name": "transfer_token",
"base": "",
"fields": [
{
"name": "from",
"type": "name"
},
{
"name": "to",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "memo",
"type": "string"
}
]
},
{
"name": "update_inheritance_date",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "inactive_period",
"type": "uint32"
}
]
},
{
"name": "update_inheritors",
"base": "",
"fields": [
{
"name": "owner",
"type": "name"
},
{
"name": "inheritors",
"type": "inheritor_record[]"
}
]
},
{
"name": "user_approve",
"base": "",
"fields": [
{
"name": "user",
"type": "name"
},
{
"name": "status",
"type": "bool"
}
]
}
],
"actions": [
{
"name": "addbuyer",
"type": "add_buyer",
"ricardian_contract": ""
},
{
"name": "adddpstry",
"type": "add_depositary",
"ricardian_contract": ""
},
{
"name": "addproposal",
"type": "add_proposal",
"ricardian_contract": ""
},
{
"name": "appbuyer",
"type": "app_buyer",
"ricardian_contract": ""
},
{
"name": "appproposal",
"type": "approve_proposal",
"ricardian_contract": ""
},
{
"name": "close",
"type": "close_account",
"ricardian_contract": ""
},
{
"name": "create",
"type": "create_token",
"ricardian_contract": ""
},
{
"name": "dsdproposal",
"type": "discard_proposal",
"ricardian_contract": ""
},
{
"name": "dstrinh",
"type": "distribute_inheritance",
"ricardian_contract": ""
},
{
"name": "issue",
"type": "issue_token",
"ricardian_contract": ""
},
{
"name": "modify",
"type": "modify_token_issuer",
"ricardian_contract": ""
},
{
"name": "notify",
"type": "notify",
"ricardian_contract": ""
},
{
"name": "open",
"type": "open_account",
"ricardian_contract": ""
},
{
"name": "retire",
"type": "retire_token",
"ricardian_contract": ""
},
{
"name": "rmvbuyer",
"type": "rmv_buyer",
"ricardian_contract": ""
},
{
"name": "rmvdpstry",
"type": "rmv_depositary",
"ricardian_contract": ""
},
{
"name": "setcontest",
"type": "set_contest",
"ricardian_contract": ""
},
{
"name": "transfer",
"type": "transfer_token",
"ricardian_contract": ""
},
{
"name": "updinhdate",
"type": "update_inheritance_date",
"ricardian_contract": ""
},
{
"name": "updtokeninhs",
"type": "update_inheritors",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "accounts",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "account"
},
{
"name": "buyers",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "buyer"
},
{
"name": "contest",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "contest"
},
{
"name": "depositaries",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "depositary"
},
{
"name": "inheritance",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "member"
},
{
"name": "proposals",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "proposal"
},
{
"name": "stat",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "currency_stats"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}