Vaulta

holdmoremine

Contract

The data structures defined by this contract.

  • Action parameter in changeforsum

    {
      "name": "changeforsum",
      "base": "",
      "fields": [
        {
          "name": "changesum",
          "type": "asset"
        }
      ]
    }
  • Action parameter in changeinvt

    {
      "name": "changeinvt",
      "base": "",
      "fields": [
        {
          "name": "changev",
          "type": "asset"
        }
      ]
    }
  • Action parameter in cleartable

    {
      "name": "cleartable",
      "base": "",
      "fields": [
        {
          "name": "hello",
          "type": "name"
        }
      ]
    }
  • Action parameter in droptoken

    {
      "name": "droptoken",
      "base": "",
      "fields": [
        {
          "name": "target",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "open",
          "type": "uint64"
        }
      ]
    }
  • Table row type of initcheck

    {
      "name": "initcheck",
      "base": "",
      "fields": [
        {
          "name": "initKey",
          "type": "uint64"
        },
        {
          "name": "isInit",
          "type": "uint64"
        }
      ]
    }
  • Table row type of roundt

    {
      "name": "round_table",
      "base": "",
      "fields": [
        {
          "name": "roundId",
          "type": "uint64"
        },
        {
          "name": "poolasset",
          "type": "asset"
        },
        {
          "name": "current_time",
          "type": "uint64"
        },
        {
          "name": "isCashIn",
          "type": "uint64"
        },
        {
          "name": "lastwinner",
          "type": "name"
        }
      ]
    }
  • Table row type of rrecord

    {
      "name": "rrecordt",
      "base": "",
      "fields": [
        {
          "name": "record",
          "type": "uint64"
        },
        {
          "name": "recordValue",
          "type": "uint64"
        }
      ]
    }
  • Table row type of staket

    {
      "name": "stake_table",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "current_time",
          "type": "uint64"
        }
      ]
    }
  • Table row type of sumrecord

    {
      "name": "sumarry",
      "base": "",
      "fields": [
        {
          "name": "prikey",
          "type": "uint64"
        },
        {
          "name": "sumrecord",
          "type": "asset"
        }
      ]
    }
  • Table row type of totleinvite

    {
      "name": "totalInviteCode",
      "base": "",
      "fields": [
        {
          "name": "inviteKey",
          "type": "uint64"
        },
        {
          "name": "totleInvite",
          "type": "uint64"
        },
        {
          "name": "invitePrice",
          "type": "asset"
        }
      ]
    }
  • Action parameter in towinner

    {
      "name": "towinner",
      "base": "",
      "fields": [
        {
          "name": "roundID",
          "type": "uint64"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of unstaketh

    {
      "name": "unstake_table",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "current_time",
          "type": "uint64"
        },
        {
          "name": "isSend",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in unwithdraw

    {
      "name": "unwithdraw",
      "base": "",
      "fields": [
        {
          "name": "target",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "target",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }