Jungle 4 (Testnet)

drand.gm

合约

{
  "version": "eosio::abi/1.2",
  "types": [],
  "structs": [
    {
      "name": "commit",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "target_round",
          "type": "uint64"
        },
        {
          "name": "guess",
          "type": "uint8"
        }
      ]
    },
    {
      "name": "game_row",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "target_round",
          "type": "uint64"
        },
        {
          "name": "guess",
          "type": "uint8"
        },
        {
          "name": "value",
          "type": "checksum256"
        },
        {
          "name": "tile",
          "type": "uint8"
        },
        {
          "name": "resolved_at",
          "type": "time_point_sec"
        }
      ]
    },
    {
      "name": "player_row",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "plays",
          "type": "uint64"
        },
        {
          "name": "wins",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "reveal",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "signature",
          "type": "bytes"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "commit",
      "type": "commit",
      "ricardian_contract": ""
    },
    {
      "name": "reveal",
      "type": "reveal",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "games",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "game_row"
    },
    {
      "name": "players",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "player_row"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}