Vaulta

backintime11

Contract

The data structures defined by this contract.

  • Table row type of adlist

    {
      "name": "adlist",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "remainder",
          "type": "uint64"
        },
        {
          "name": "contacttype",
          "type": "uint32"
        },
        {
          "name": "contact",
          "type": "string"
        },
        {
          "name": "url",
          "type": "string"
        },
        {
          "name": "location",
          "type": "string"
        },
        {
          "name": "contant",
          "type": "string"
        },
        {
          "name": "ipfs",
          "type": "string"
        },
        {
          "name": "createtime",
          "type": "uint64"
        },
        {
          "name": "updatetime",
          "type": "uint64"
        }
      ]
    }
  • Table row type of balancelog

    {
      "name": "balancelog",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "balance",
          "type": "int64"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }
  • Table row type of blueball

    {
      "name": "blueball",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "uint64"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }
  • Table row type of bluepool

    {
      "name": "bluepool",
      "base": "",
      "fields": [
        {
          "name": "sb",
          "type": "symbol"
        },
        {
          "name": "quantity",
          "type": "uint64"
        },
        {
          "name": "integrable",
          "type": "bool"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }
  • Table row type of chargelog

    {
      "name": "chargelog",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in erase

    {
      "name": "erase",
      "base": "",
      "fields": [
        {
          "name": "type",
          "type": "string"
        },
        {
          "name": "maxid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of gameinfo

    {
      "name": "gameinfo",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "starttime",
          "type": "uint64"
        },
        {
          "name": "lastplayer",
          "type": "name"
        },
        {
          "name": "deadline",
          "type": "uint64"
        },
        {
          "name": "lasttime",
          "type": "uint64"
        },
        {
          "name": "count",
          "type": "uint64"
        },
        {
          "name": "endtime",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in getad

    {
      "name": "getad",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "adid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in getblueball

    {
      "name": "getblueball",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in grant

    {
      "name": "grant",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Table row type of grantlist

    {
      "name": "grantlist",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "uint64"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in login

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

    {
      "name": "pbad",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "contacttype",
          "type": "uint32"
        },
        {
          "name": "contact",
          "type": "string"
        },
        {
          "name": "url",
          "type": "string"
        },
        {
          "name": "location",
          "type": "string"
        },
        {
          "name": "contant",
          "type": "string"
        },
        {
          "name": "ipfs",
          "type": "string"
        }
      ]
    }
  • Table row type of playerlist

    {
      "name": "playerlist",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "referrer",
          "type": "name"
        },
        {
          "name": "team",
          "type": "name"
        },
        {
          "name": "createtime",
          "type": "uint64"
        },
        {
          "name": "balance",
          "type": "uint64"
        },
        {
          "name": "teamtoken",
          "type": "uint64"
        },
        {
          "name": "ownertoken",
          "type": "uint64"
        },
        {
          "name": "lastlogintime",
          "type": "uint64"
        }
      ]
    }
  • Table row type of pools

    {
      "name": "pools",
      "base": "",
      "fields": [
        {
          "name": "sb",
          "type": "symbol"
        },
        {
          "name": "all",
          "type": "uint64"
        },
        {
          "name": "jifen",
          "type": "uint64"
        },
        {
          "name": "shiguang",
          "type": "uint64"
        },
        {
          "name": "hunwei",
          "type": "uint64"
        },
        {
          "name": "jingling",
          "type": "uint64"
        },
        {
          "name": "candy",
          "type": "uint64"
        }
      ]
    }
  • Table row type of receivelog

    {
      "name": "receivelog",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "adid",
          "type": "uint64"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }
  • Table row type of relation

    {
      "name": "relation",
      "base": "",
      "fields": [
        {
          "name": "type",
          "type": "symbol"
        },
        {
          "name": "up1",
          "type": "name"
        },
        {
          "name": "up2",
          "type": "name"
        },
        {
          "name": "up3",
          "type": "name"
        },
        {
          "name": "down",
          "type": "string"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in share

    {
      "name": "share",
      "base": "",
      "fields": [
        {
          "name": "type",
          "type": "string"
        }
      ]
    }
  • Table row type of tokenlog

    {
      "name": "tokenlog",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "player",
          "type": "name"
        },
        {
          "name": "ownertoken",
          "type": "int64"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in withdraw

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