Vaulta

grootwarimft

Contract

The data structures defined by this contract.

  • Action parameter in airdropnft

    {
      "name": "airdropnft",
      "base": "",
      "fields": [
        {
          "name": "total",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in airdropshop

    {
      "name": "airdropshop",
      "base": "",
      "fields": [
        {
          "name": "total",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in claim

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "token",
          "type": "symbol_code"
        }
      ]
    }
  • Action parameter in claims

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

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

    {
      "name": "luckydraw",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "number",
          "type": "uint64"
        }
      ]
    }
  • Table row type of deals

    {
      "name": "st_deal_order",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "seller",
          "type": "name"
        },
        {
          "name": "buyer",
          "type": "name"
        },
        {
          "name": "nft_id",
          "type": "uint64"
        },
        {
          "name": "category",
          "type": "name"
        },
        {
          "name": "idata",
          "type": "string"
        },
        {
          "name": "mdata",
          "type": "string"
        },
        {
          "name": "price",
          "type": "asset"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "order_time",
          "type": "uint64"
        },
        {
          "name": "deal_time",
          "type": "uint64"
        }
      ]
    }
  • Table row type of accounts

    {
      "name": "st_force_account",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "liquidity_token",
          "type": "uint64"
        },
        {
          "name": "quantity1",
          "type": "asset"
        },
        {
          "name": "quantity2",
          "type": "asset"
        },
        {
          "name": "claimed",
          "type": "asset"
        },
        {
          "name": "unclaimed",
          "type": "asset"
        },
        {
          "name": "claim_time",
          "type": "uint64"
        }
      ]
    }
  • Table row type of config

    {
      "name": "st_force_config",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "gwt_liquidity_token",
          "type": "uint64"
        },
        {
          "name": "gwt_total_quantity1",
          "type": "asset"
        },
        {
          "name": "gwt_total_quantity2",
          "type": "asset"
        }
      ]
    }
  • Table row type of stakes

    {
      "name": "st_force_stake",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "begin_time",
          "type": "uint64"
        },
        {
          "name": "end_time",
          "type": "uint64"
        },
        {
          "name": "factor",
          "type": "float32"
        }
      ]
    }
  • Table row type of tokens

    {
      "name": "st_force_token",
      "base": "",
      "fields": [
        {
          "name": "token",
          "type": "symbol_code"
        },
        {
          "name": "liquidity_id",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "begin_time",
          "type": "uint64"
        },
        {
          "name": "end_time",
          "type": "uint64"
        },
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "total_quantity1",
          "type": "asset"
        },
        {
          "name": "total_quantity2",
          "type": "asset"
        },
        {
          "name": "liquidity_token",
          "type": "uint64"
        }
      ]
    }
  • Table row type of vlists

    {
      "name": "st_force_vote",
      "base": "",
      "fields": [
        {
          "name": "voter",
          "type": "name"
        },
        {
          "name": "vote_power",
          "type": "float64"
        },
        {
          "name": "vote_time",
          "type": "time_point_sec"
        }
      ]
    }
  • 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 unlock

    {
      "name": "unlock",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in vote

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

    {
      "name": "votes",
      "base": "",
      "fields": []
    }