Vaulta

grootwarnfts

Contract

The data structures defined by this contract.

  • Action parameter in airdrop

    {
      "name": "airdrop",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "category",
          "type": "name"
        }
      ]
    }
  • Action parameter in airdropangel

    {
      "name": "airdropangel",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Action parameter in awaken

    {
      "name": "awaken",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "nft_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in breach

    {
      "name": "breach",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "nft_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in burn

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

    {
      "name": "calrebate",
      "base": "",
      "fields": [
        {
          "name": "issue_id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in claimangel

    {
      "name": "claimangel",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "category",
          "type": "name"
        }
      ]
    }
  • Action parameter in claimrebate

    {
      "name": "claimrebate",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Action parameter in create

    {
      "name": "create",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "idata",
          "type": "string"
        },
        {
          "name": "mdata",
          "type": "string"
        }
      ]
    }
  • Action parameter in createcat

    {
      "name": "createcat",
      "base": "",
      "fields": [
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "max_supply",
          "type": "uint64"
        },
        {
          "name": "idata",
          "type": "string"
        },
        {
          "name": "mdata",
          "type": "string"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "number",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in initissue

    {
      "name": "initissue",
      "base": "",
      "fields": [
        {
          "name": "issue_id",
          "type": "uint64"
        },
        {
          "name": "begin_time",
          "type": "uint64"
        },
        {
          "name": "end_time",
          "type": "uint64"
        },
        {
          "name": "total",
          "type": "uint64"
        },
        {
          "name": "prices",
          "type": "asset[]"
        }
      ]
    }
  • Action parameter in luckydraw

    {
      "name": "luckydraw",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "number",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in setluckcat

    {
      "name": "setluckcat",
      "base": "",
      "fields": [
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "min",
          "type": "uint64"
        },
        {
          "name": "max",
          "type": "uint64"
        },
        {
          "name": "total",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in settles

    {
      "name": "settles",
      "base": "",
      "fields": []
    }
  • Table row type of accounts

    {
      "name": "st_groot_account",
      "base": "",
      "fields": [
        {
          "name": "nft_id",
          "type": "uint64"
        },
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "idata",
          "type": "string"
        },
        {
          "name": "mdata",
          "type": "string"
        }
      ]
    }
  • Table row type of config

    {
      "name": "st_groot_config",
      "base": "",
      "fields": [
        {
          "name": "standard",
          "type": "name"
        },
        {
          "name": "nft_id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of nfts

    {
      "name": "st_groot_nfts",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "idata",
          "type": "string"
        },
        {
          "name": "mdata",
          "type": "string"
        }
      ]
    }
  • Table row type of airdrop

    {
      "name": "st_luck_airdrop",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "counter",
          "type": "uint64"
        },
        {
          "name": "draw_time",
          "type": "uint64"
        },
        {
          "name": "claim_time",
          "type": "uint64"
        },
        {
          "name": "nft_id",
          "type": "uint64"
        },
        {
          "name": "category",
          "type": "name"
        }
      ]
    }
  • Table row type of angel

    {
      "name": "st_luck_angel",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "draw_number",
          "type": "uint64"
        },
        {
          "name": "drawed_number",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "seed",
          "type": "uint64"
        },
        {
          "name": "nft_ids",
          "type": "uint64[]"
        },
        {
          "name": "categories",
          "type": "name[]"
        }
      ]
    }
  • Table row type of luckcategory

    {
      "name": "st_luck_category",
      "base": "",
      "fields": [
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "total",
          "type": "uint64"
        },
        {
          "name": "min",
          "type": "uint64"
        },
        {
          "name": "max",
          "type": "uint64"
        },
        {
          "name": "number",
          "type": "uint64"
        }
      ]
    }
  • Table row type of luckrebate

    {
      "name": "st_luck_rebate",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "claimed",
          "type": "asset"
        },
        {
          "name": "unclaimed",
          "type": "asset"
        },
        {
          "name": "issue_id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of luckconfig

    {
      "name": "st_lucky_config",
      "base": "",
      "fields": [
        {
          "name": "issue_id",
          "type": "uint64"
        },
        {
          "name": "lucky_id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of luckissue

    {
      "name": "st_lucky_issue",
      "base": "",
      "fields": [
        {
          "name": "issue_id",
          "type": "uint64"
        },
        {
          "name": "total",
          "type": "uint64"
        },
        {
          "name": "cur",
          "type": "uint64"
        },
        {
          "name": "prices",
          "type": "asset[]"
        },
        {
          "name": "begin_time",
          "type": "uint64"
        },
        {
          "name": "end_time",
          "type": "uint64"
        }
      ]
    }
  • Table row type of category

    {
      "name": "st_nft_category",
      "base": "",
      "fields": [
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "idata",
          "type": "string"
        },
        {
          "name": "mdata",
          "type": "string"
        },
        {
          "name": "max_supply",
          "type": "uint64"
        },
        {
          "name": "supply",
          "type": "uint64"
        },
        {
          "name": "burned",
          "type": "uint64"
        },
        {
          "name": "max_level",
          "type": "uint64"
        },
        {
          "name": "nft_id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Table row type of nftlucky

    {
      "name": "st_nft_lucky",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "issue_id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "number",
          "type": "uint64"
        },
        {
          "name": "draw_time",
          "type": "uint64"
        },
        {
          "name": "claim_time",
          "type": "uint64"
        },
        {
          "name": "inviter",
          "type": "string"
        },
        {
          "name": "nft_ids",
          "type": "uint64[]"
        },
        {
          "name": "categories",
          "type": "name[]"
        }
      ]
    }
  • Action parameter in transfer

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

    {
      "name": "upgrade",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "nft_id1",
          "type": "uint64"
        },
        {
          "name": "nft_id2",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "string"
        }
      ]
    }
  • Action parameter in upgradenft

    {
      "name": "upgradenft",
      "base": "",
      "fields": [
        {
          "name": "step",
          "type": "uint64"
        },
        {
          "name": "nft_id",
          "type": "uint64"
        },
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "factor",
          "type": "float32"
        }
      ]
    }