Vaulta

learnwithjoy

Contract

The data structures defined by this contract.

  • Action parameter in addbalobj

    {
      "name": "addbalobj",
      "base": "",
      "fields": [
        {
          "name": "username",
          "type": "name"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "userid",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "float64"
        }
      ]
    }
  • Action parameter in addpd

    {
      "name": "addpd",
      "base": "",
      "fields": [
        {
          "name": "username",
          "type": "name"
        },
        {
          "name": "platformname",
          "type": "string"
        },
        {
          "name": "authtype",
          "type": "string"
        }
      ]
    }
  • Action parameter in addplatobj

    {
      "name": "addplatobj",
      "base": "",
      "fields": [
        {
          "name": "name",
          "type": "name"
        },
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "userid",
          "type": "string"
        },
        {
          "name": "username",
          "type": "string"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in addtoken

    {
      "name": "addtoken",
      "base": "",
      "fields": [
        {
          "name": "username",
          "type": "name"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        },
        {
          "name": "chainid",
          "type": "string"
        },
        {
          "name": "tokentype",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint64"
        }
      ]
    }
  • Table row type of balances

    {
      "name": "balance",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "userid",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "float64"
        },
        {
          "name": "version",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in checkuser

    {
      "name": "checkuser",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        }
      ]
    }
  • Action parameter in delbalobj

    {
      "name": "delbalobj",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in delcoins

    {
      "name": "delcoins",
      "base": "",
      "fields": []
    }
  • Action parameter in deletetester

    {
      "name": "deletetester",
      "base": "",
      "fields": []
    }
  • Action parameter in delplatobj

    {
      "name": "delplatobj",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in deltoken

    {
      "name": "deltoken",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in deposit

    {
      "name": "deposit",
      "base": "",
      "fields": [
        {
          "name": "name",
          "type": "name"
        },
        {
          "name": "eosto",
          "type": "string"
        },
        {
          "name": "eosfrom",
          "type": "string"
        },
        {
          "name": "from",
          "type": "string"
        },
        {
          "name": "fromemo",
          "type": "string"
        },
        {
          "name": "platform",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "deptxid",
          "type": "string"
        },
        {
          "name": "prevtxid",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        }
      ]
    }
  • Action parameter in depositram

    {
      "name": "depositram",
      "base": "",
      "fields": [
        {
          "name": "name",
          "type": "name"
        },
        {
          "name": "eosto",
          "type": "string"
        },
        {
          "name": "eosfrom",
          "type": "string"
        },
        {
          "name": "from",
          "type": "string"
        },
        {
          "name": "fromemo",
          "type": "string"
        },
        {
          "name": "platform",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "float64"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "deptxid",
          "type": "string"
        },
        {
          "name": "prevtxid",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        }
      ]
    }
  • Action parameter in modbalance

    {
      "name": "modbalance",
      "base": "",
      "fields": [
        {
          "name": "authname",
          "type": "name"
        },
        {
          "name": "username",
          "type": "string"
        },
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "userid",
          "type": "string"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "amount",
          "type": "float64"
        }
      ]
    }
  • Action parameter in modplatform

    {
      "name": "modplatform",
      "base": "",
      "fields": [
        {
          "name": "uid",
          "type": "name"
        },
        {
          "name": "username",
          "type": "string"
        },
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "userid",
          "type": "string"
        }
      ]
    }
  • Action parameter in newuser

    {
      "name": "newuser",
      "base": "",
      "fields": [
        {
          "name": "uid",
          "type": "name"
        },
        {
          "name": "username",
          "type": "string"
        },
        {
          "name": "nickname",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Table row type of platforms

    {
      "name": "platform",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "pid",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        },
        {
          "name": "userid",
          "type": "string"
        },
        {
          "name": "version",
          "type": "uint64"
        },
        {
          "name": "username",
          "type": "string"
        }
      ]
    }
  • Table row type of platformdefs

    {
      "name": "platformdef",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "platformname",
          "type": "string"
        },
        {
          "name": "authtype",
          "type": "string"
        }
      ]
    }
  • Action parameter in sendtip

    {
      "name": "sendtip",
      "base": "",
      "fields": [
        {
          "name": "name",
          "type": "name"
        },
        {
          "name": "touser",
          "type": "string"
        },
        {
          "name": "tomemo",
          "type": "string"
        },
        {
          "name": "fromuser",
          "type": "string"
        },
        {
          "name": "frommemo",
          "type": "string"
        },
        {
          "name": "platform",
          "type": "string"
        },
        {
          "name": "platformid",
          "type": "string"
        },
        {
          "name": "whotype",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "prevtx",
          "type": "string"
        },
        {
          "name": "previd",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        }
      ]
    }
  • Action parameter in sendtipram

    {
      "name": "sendtipram",
      "base": "",
      "fields": [
        {
          "name": "name",
          "type": "name"
        },
        {
          "name": "touser",
          "type": "string"
        },
        {
          "name": "tomemo",
          "type": "string"
        },
        {
          "name": "fromuser",
          "type": "string"
        },
        {
          "name": "frommemo",
          "type": "string"
        },
        {
          "name": "platform",
          "type": "string"
        },
        {
          "name": "platformid",
          "type": "string"
        },
        {
          "name": "whotype",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "float64"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "prevtx",
          "type": "string"
        },
        {
          "name": "previd",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        }
      ]
    }
  • Table row type of testers

    {
      "name": "tester",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "userid",
          "type": "string"
        },
        {
          "name": "a",
          "type": "string"
        },
        {
          "name": "b",
          "type": "string"
        },
        {
          "name": "c",
          "type": "string"
        },
        {
          "name": "d",
          "type": "string"
        }
      ]
    }
  • Table row type of tokens

    {
      "name": "token",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        },
        {
          "name": "chainid",
          "type": "string"
        },
        {
          "name": "tokentype",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint64"
        }
      ]
    }
  • Table row type of tokendefs

    {
      "name": "tokendef",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        },
        {
          "name": "chainid",
          "type": "string"
        },
        {
          "name": "tokentype",
          "type": "string"
        },
        {
          "name": "precision",
          "type": "uint64"
        }
      ]
    }
  • Table row type of users

    {
      "name": "user",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "name"
        },
        {
          "name": "userid",
          "type": "string"
        },
        {
          "name": "username",
          "type": "string"
        },
        {
          "name": "nickname",
          "type": "string"
        }
      ]
    }
  • Action parameter in withdrawal

    {
      "name": "withdrawal",
      "base": "",
      "fields": [
        {
          "name": "name",
          "type": "name"
        },
        {
          "name": "eosto",
          "type": "string"
        },
        {
          "name": "eosfrom",
          "type": "string"
        },
        {
          "name": "from",
          "type": "string"
        },
        {
          "name": "fromemo",
          "type": "string"
        },
        {
          "name": "platform",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "amount",
          "type": "string"
        },
        {
          "name": "memo",
          "type": "string"
        },
        {
          "name": "prevtxid",
          "type": "string"
        },
        {
          "name": "contract",
          "type": "string"
        },
        {
          "name": "witxid",
          "type": "string"
        }
      ]
    }