EOS

gameworxlogs

Contract

{ "version": "eosio::abi/1.1", "types": [], "structs": [ { "name": "erase", "base": "", "fields": [ { "name": "betId", "type": "uint64" } ] }, { "name": "gwxgames", "base": "", "fields": [ { "name": "betId", "type": "uint64" }, { "name": "token", "type": "string" }, { "name": "amount", "type": "string" }, { "name": "gameTitle", "type": "string" }, { "name": "userId", "type": "string" } ] }, { "name": "logs", "base": "", "fields": [ { "name": "logType", "type": "string" }, { "name": "token", "type": "string" }, { "name": "amount", "type": "string" }, { "name": "userId", "type": "string" }, { "name": "memo", "type": "string" } ] }, { "name": "mambalogs", "base": "", "fields": [ { "name": "betId", "type": "string" }, { "name": "token", "type": "string" }, { "name": "amount", "type": "string" }, { "name": "gameTitle", "type": "string" }, { "name": "userId", "type": "string" } ] }, { "name": "savelogs", "base": "", "fields": [ { "name": "betId", "type": "uint64" }, { "name": "token", "type": "string" }, { "name": "amount", "type": "string" }, { "name": "gameTitle", "type": "string" }, { "name": "userId", "type": "string" } ] } ], "actions": [ { "name": "erase", "type": "erase", "ricardian_contract": "---\nspec-version: 1..0.0\ntitle: erase\nsummary: This action will delete record from multi index table\nicon:" }, { "name": "logs", "type": "logs", "ricardian_contract": "---\nspec-version: 1.0.0\ntitle: logs\nsummary: This action will log only gwx game result on blockchain.\nicon:" }, { "name": "mambalogs", "type": "mambalogs", "ricardian_contract": "" }, { "name": "savelogs", "type": "savelogs", "ricardian_contract": "---\nspec-version: 1.0.0\ntitle: mambalogs\nsummary: This action will broadcast mamba games.\nicon:" } ], "tables": [ { "name": "gwxgame", "index_type": "i64", "key_names": [], "key_types": [], "type": "gwxgames" } ], "ricardian_clauses": [ { "id": "Data Storage", "body": "---\nspec-version: 0.0.1\ntitle: Gameworks Games Logs Storage\nsummary: This smart contract will store gamecentral logs. It will\nicon:" } ], "error_messages": [], "abi_extensions": [], "variants": [], "action_results": [] }