Vaulta

pixeos1paint

Contract

{
  "version": "eosio::abi/1.1",
  "types": [],
  "structs": [
    {
      "name": "clearstate",
      "base": "",
      "fields": [
        {
          "name": "limit",
          "type": "uint64"
        }
      ]
    },
    {
      "name": "deposit",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    },
    {
      "name": "gamestate",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "total_pixeos_spent",
          "type": "asset"
        },
        {
          "name": "balance_daily",
          "type": "asset"
        },
        {
          "name": "processing_daily",
          "type": "asset"
        },
        {
          "name": "pixels_drawn",
          "type": "uint32"
        },
        {
          "name": "block_daily",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "pixel",
      "base": "",
      "fields": [
        {
          "name": "x",
          "type": "uint16"
        },
        {
          "name": "y",
          "type": "uint16"
        },
        {
          "name": "t",
          "type": "uint16"
        },
        {
          "name": "o",
          "type": "name"
        },
        {
          "name": "c",
          "type": "uint32"
        }
      ]
    },
    {
      "name": "userstate",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "uint64"
        }
      ]
    }
  ],
  "actions": [
    {
      "name": "clearstate",
      "type": "clearstate",
      "ricardian_contract": ""
    }
  ],
  "tables": [
    {
      "name": "deposit",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "deposit"
    },
    {
      "name": "gamestate",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "gamestate"
    },
    {
      "name": "pixel",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "pixel"
    },
    {
      "name": "userstate",
      "index_type": "i64",
      "key_names": [],
      "key_types": [],
      "type": "userstate"
    }
  ],
  "ricardian_clauses": [],
  "error_messages": [],
  "abi_extensions": [],
  "variants": [],
  "action_results": []
}