Vaulta

euboxnftoken

Contract

The data structures defined by this contract.

  • Table row type of accountstats

    {
      "name": "accountstat",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "total_power",
          "type": "uint64"
        },
        {
          "name": "staking_power",
          "type": "uint64"
        },
        {
          "name": "cnt_bbox",
          "type": "uint64"
        },
        {
          "name": "opened_bbox",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in addbbox

    {
      "name": "addbbox",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint16"
        }
      ]
    }
  • Action parameter in adminclear

    {
      "name": "adminclear",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        }
      ]
    }
  • Action parameter in admincreate

    {
      "name": "admincreate",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        },
        {
          "name": "color",
          "type": "string"
        },
        {
          "name": "role_id",
          "type": "uint64"
        },
        {
          "name": "level",
          "type": "uint64"
        },
        {
          "name": "power0",
          "type": "uint64"
        },
        {
          "name": "power",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in adminreset

    {
      "name": "adminreset",
      "base": "",
      "fields": []
    }
  • Action parameter in burn

    {
      "name": "burn",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "assetids",
          "type": "uint64[]"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in burnlog

    {
      "name": "burnlog",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "assetids",
          "type": "uint64[]"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in buyofferlog

    {
      "name": "buyofferlog",
      "base": "",
      "fields": [
        {
          "name": "assetid",
          "type": "uint64"
        },
        {
          "name": "pre_owner",
          "type": "name"
        },
        {
          "name": "now_owner",
          "type": "name"
        },
        {
          "name": "color",
          "type": "string"
        },
        {
          "name": "role_id",
          "type": "uint64"
        },
        {
          "name": "level",
          "type": "uint64"
        },
        {
          "name": "power0",
          "type": "uint64"
        },
        {
          "name": "power",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "asset"
        }
      ]
    }
  • Action parameter in canceloffer

    {
      "name": "canceloffer",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "assetids",
          "type": "uint64[]"
        }
      ]
    }
  • Table row type of cgcolors

    {
      "name": "cgcolor",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "white_cnt",
          "type": "uint32"
        },
        {
          "name": "green_cnt",
          "type": "uint32"
        },
        {
          "name": "blue_cnt",
          "type": "uint32"
        },
        {
          "name": "purple_cnt",
          "type": "uint32"
        },
        {
          "name": "gold_cnt",
          "type": "uint32"
        }
      ]
    }
  • Table row type of cgpps

    {
      "name": "cgpp",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "same_role",
          "type": "uint16"
        },
        {
          "name": "same_type",
          "type": "uint16"
        },
        {
          "name": "same_all",
          "type": "uint16"
        },
        {
          "name": "per_set",
          "type": "uint32"
        }
      ]
    }
  • Table row type of cgraces

    {
      "name": "cgrace",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "animal",
          "type": "uint16"
        },
        {
          "name": "plant",
          "type": "uint16"
        },
        {
          "name": "monster",
          "type": "uint16"
        },
        {
          "name": "machine",
          "type": "uint16"
        }
      ]
    }
  • Table row type of cgroles

    {
      "name": "cgrole",
      "base": "",
      "fields": [
        {
          "name": "role_id",
          "type": "uint8"
        },
        {
          "name": "cnt",
          "type": "uint16"
        }
      ]
    }
  • Table row type of cgtypes

    {
      "name": "cgtype",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "j_cnt",
          "type": "uint32"
        },
        {
          "name": "m_cnt",
          "type": "uint32"
        },
        {
          "name": "s_cnt",
          "type": "uint32"
        },
        {
          "name": "h_cnt",
          "type": "uint32"
        },
        {
          "name": "t_cnt",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in createlog

    {
      "name": "createlog",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "assetid",
          "type": "uint64"
        },
        {
          "name": "color",
          "type": "string"
        },
        {
          "name": "role_id",
          "type": "uint64"
        },
        {
          "name": "level",
          "type": "uint64"
        },
        {
          "name": "power0",
          "type": "uint64"
        },
        {
          "name": "power",
          "type": "uint64"
        }
      ]
    }
  • Table row type of global

    {
      "name": "global",
      "base": "",
      "fields": [
        {
          "name": "lnftid",
          "type": "uint64"
        },
        {
          "name": "defid",
          "type": "uint64"
        },
        {
          "name": "mdid",
          "type": "uint64"
        },
        {
          "name": "spare2",
          "type": "uint64"
        },
        {
          "name": "staking_power",
          "type": "uint64"
        },
        {
          "name": "total_power",
          "type": "uint64"
        },
        {
          "name": "key_sym",
          "type": "symbol"
        },
        {
          "name": "offer_sym",
          "type": "symbol"
        },
        {
          "name": "offer_sym_code",
          "type": "name"
        },
        {
          "name": "key_pool",
          "type": "name"
        },
        {
          "name": "box_pool",
          "type": "name"
        },
        {
          "name": "max_purple",
          "type": "uint64"
        },
        {
          "name": "max_gold",
          "type": "uint64"
        }
      ]
    }
  • Table row type of obrecs

    {
      "name": "obrec",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "a",
          "type": "uint16"
        },
        {
          "name": "b",
          "type": "uint64"
        },
        {
          "name": "c",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in offer

    {
      "name": "offer",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "assetids",
          "type": "uint64[]"
        },
        {
          "name": "price",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in offerlog

    {
      "name": "offerlog",
      "base": "",
      "fields": [
        {
          "name": "assetid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "color",
          "type": "string"
        },
        {
          "name": "role_id",
          "type": "uint64"
        },
        {
          "name": "level",
          "type": "uint64"
        },
        {
          "name": "power0",
          "type": "uint64"
        },
        {
          "name": "power",
          "type": "uint64"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "price",
          "type": "asset"
        },
        {
          "name": "offering",
          "type": "uint8"
        }
      ]
    }
  • Action parameter in openbox2

    {
      "name": "openbox2",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    }
  • Table row type of openstats

    {
      "name": "openstat",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "white_cnt",
          "type": "uint32"
        },
        {
          "name": "green_cnt",
          "type": "uint32"
        },
        {
          "name": "blue_cnt",
          "type": "uint32"
        },
        {
          "name": "purple_cnt",
          "type": "uint32"
        },
        {
          "name": "gold_cnt",
          "type": "uint32"
        }
      ]
    }
  • Table row type of rolestats

    {
      "name": "rolestat",
      "base": "",
      "fields": [
        {
          "name": "role_id",
          "type": "uint8"
        },
        {
          "name": "cnt",
          "type": "uint16"
        }
      ]
    }
  • Table row type of sassets

    {
      "name": "sasset",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "color",
          "type": "string"
        },
        {
          "name": "role_id",
          "type": "uint8"
        },
        {
          "name": "level",
          "type": "uint8"
        },
        {
          "name": "power0",
          "type": "uint16"
        },
        {
          "name": "power",
          "type": "uint16"
        },
        {
          "name": "status",
          "type": "uint8"
        }
      ]
    }
  • Action parameter in selectbox

    {
      "name": "selectbox",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setcolor

    {
      "name": "setcolor",
      "base": "",
      "fields": [
        {
          "name": "max_purple",
          "type": "uint64"
        },
        {
          "name": "max_gold",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setpool

    {
      "name": "setpool",
      "base": "",
      "fields": [
        {
          "name": "key_pool",
          "type": "name"
        },
        {
          "name": "box_pool",
          "type": "name"
        }
      ]
    }
  • Action parameter in setsym

    {
      "name": "setsym",
      "base": "",
      "fields": [
        {
          "name": "key_sym",
          "type": "symbol"
        },
        {
          "name": "offer_sym",
          "type": "symbol"
        }
      ]
    }
  • Table row type of offers

    {
      "name": "soffer",
      "base": "",
      "fields": [
        {
          "name": "assetid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "cdate",
          "type": "uint64"
        },
        {
          "name": "price",
          "type": "asset"
        }
      ]
    }
  • Action parameter in stake

    {
      "name": "stake",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "assetids",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in stakelog

    {
      "name": "stakelog",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "pre_power",
          "type": "uint64"
        },
        {
          "name": "now_power",
          "type": "uint64"
        },
        {
          "name": "p_same",
          "type": "uint16"
        },
        {
          "name": "p_set",
          "type": "uint32"
        },
        {
          "name": "g_same",
          "type": "uint16"
        },
        {
          "name": "g_set",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in transfer

    {
      "name": "transfer",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        },
        {
          "name": "to",
          "type": "name"
        },
        {
          "name": "assetids",
          "type": "uint64[]"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in unstake

    {
      "name": "unstake",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "assetids",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in upgradelog

    {
      "name": "upgradelog",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "targetid",
          "type": "uint64"
        },
        {
          "name": "pre_level",
          "type": "uint64"
        },
        {
          "name": "now_level",
          "type": "uint64"
        },
        {
          "name": "pre_power",
          "type": "uint64"
        },
        {
          "name": "now_power",
          "type": "uint64"
        },
        {
          "name": "assetids",
          "type": "uint64[]"
        }
      ]
    }
  • Action parameter in upgradetoy

    {
      "name": "upgradetoy",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "targetid",
          "type": "uint64"
        },
        {
          "name": "assetids",
          "type": "uint64[]"
        }
      ]
    }