eoseusdscore
Contract
{ "version": "eosio::abi/1.1", "types": [], "structs": [ { "name": "claim", "base": "", "fields": [ { "name": "owner", "type": "name" } ] }, { "name": "global_t", "base": "", "fields": [ { "name": "rad", "type": "float64" }, { "name": "system_lps", "type": "uint64" }, { "name": "distributed", "type": "asset" }, { "name": "total", "type": "asset" }, { "name": "start_time", "type": "uint64" }, { "name": "duration", "type": "uint64" }, { "name": "poolid", "type": "uint64" }, { "name": "pairid", "type": "uint64" } ] }, { "name": "init", "base": "", "fields": [ { "name": "pairid", "type": "uint64" }, { "name": "sym", "type": "symbol_code" }, { "name": "reward", "type": "asset" }, { "name": "start_time", "type": "uint64" }, { "name": "duration", "type": "uint64" } ] }, { "name": "mapping", "base": "", "fields": [ { "name": "mapped", "type": "uint64" }, { "name": "mapto", "type": "uint64" } ] }, { "name": "ref2_t", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "id", "type": "uint64" } ] }, { "name": "ref_t", "base": "", "fields": [ { "name": "owner", "type": "name" }, { "name": "id", "type": "uint64" } ] }, { "name": "user_t", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "wad", "type": "float64" }, { "name": "tokens", "type": "uint64" } ] } ], "actions": [ { "name": "claim", "type": "claim", "ricardian_contract": "" }, { "name": "init", "type": "init", "ricardian_contract": "" } ], "tables": [ { "name": "global", "index_type": "i64", "key_names": [], "key_types": [], "type": "global_t" }, { "name": "mappings", "index_type": "i64", "key_names": [], "key_types": [], "type": "mapping" }, { "name": "referral", "index_type": "i64", "key_names": [], "key_types": [], "type": "ref_t" }, { "name": "referrer", "index_type": "i64", "key_names": [], "key_types": [], "type": "ref2_t" }, { "name": "user", "index_type": "i64", "key_names": [], "key_types": [], "type": "user_t" } ], "ricardian_clauses": [], "error_messages": [], "abi_extensions": [], "variants": [], "action_results": [] }