EOS

crmaniarewrd

Contract

{ "version": "eosio::abi/1.0", "types": [], "structs": [ { "name": "account", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "referral", "type": "name" }, { "name": "week", "type": "uint64" }, { "name": "wagered", "type": "uint64" } ] } ], "actions": [], "tables": [ { "name": "account", "index_type": "i64", "key_names": [ "player" ], "key_types": [ "name" ], "type": "account" } ], "ricardian_clauses": [], "error_messages": [], "abi_extensions": [], "variants": [], "action_results": [] }