Vaulta

octtothemoon

Contract

The data structures defined by this contract.

  • Struct property of approveto

    {
      "name": "symbol_type",
      "base": "",
      "fields": [
        {
          "name": "value",
          "type": "symbol_name"
        }
      ]
    }
  • Struct property of approveto

    {
      "name": "approvetoPair",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "account_name"
        },
        {
          "name": "value",
          "type": "int64"
        }
      ]
    }
  • Table row type of approves

    {
      "name": "approveto",
      "base": "",
      "fields": [
        {
          "name": "symbol_name",
          "type": "symbol_type"
        },
        {
          "name": "approved",
          "type": "approvetoPair[]"
        }
      ]
    }
  • Table row type of accounts

    {
      "name": "account",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • Table row type of stats

    Table row type of stat

    {
      "name": "curstats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "account_name"
        }
      ]
    }
  • Action parameter in create

    {
      "name": "create",
      "base": "",
      "fields": [
        {
          "name": "issuer",
          "type": "account_name"
        },
        {
          "name": "maximum_supply",
          "type": "asset"
        }
      ]
    }
  • Action parameter in transfer

    {
      "name": "transfer",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "account_name"
        },
        {
          "name": "to",
          "type": "account_name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in transferfee

    {
      "name": "transferfee",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "account_name"
        },
        {
          "name": "to",
          "type": "account_name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "tofeeadmin",
          "type": "account_name"
        },
        {
          "name": "feequantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in issue

    {
      "name": "issue",
      "base": "",
      "fields": [
        {
          "name": "to",
          "type": "account_name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "memo",
          "type": "string"
        }
      ]
    }
  • Action parameter in approve

    {
      "name": "approve",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "account_name"
        },
        {
          "name": "spender",
          "type": "account_name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in allowance

    {
      "name": "allowance",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "account_name"
        },
        {
          "name": "spender",
          "type": "account_name"
        },
        {
          "name": "symbol",
          "type": "string"
        }
      ]
    }
  • Action parameter in transferfrom

    {
      "name": "transferfrom",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "account_name"
        },
        {
          "name": "to",
          "type": "account_name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in balanceof

    {
      "name": "balanceof",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "account_name"
        },
        {
          "name": "symbol",
          "type": "string"
        }
      ]
    }
  • Action parameter in totalsupply

    {
      "name": "totalsupply",
      "base": "",
      "fields": [
        {
          "name": "symbol",
          "type": "string"
        }
      ]
    }
  • Action parameter in copystates

    {
      "name": "copystates",
      "base": "",
      "fields": [
        {
          "name": "symbol",
          "type": "string"
        }
      ]
    }
  • Action parameter in claim

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "claimer",
          "type": "account_name"
        },
        {
          "name": "symbol",
          "type": "string"
        }
      ]
    }