Vaulta

blabberminer

Contract

The data structures defined by this contract.

  • Table row type of accounts

    {
      "name": "account",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "lock_set",
          "type": "bool"
        },
        {
          "name": "balance_locked_amount_0",
          "type": "int64"
        },
        {
          "name": "balance_locked_amount_1",
          "type": "int64"
        },
        {
          "name": "balance_locked_amount_2",
          "type": "int64"
        },
        {
          "name": "balance_locked_amount_3",
          "type": "int64"
        },
        {
          "name": "balance_locked_until_0",
          "type": "uint32"
        },
        {
          "name": "balance_locked_until_1",
          "type": "uint32"
        },
        {
          "name": "balance_locked_until_2",
          "type": "uint32"
        },
        {
          "name": "balance_locked_until_3",
          "type": "uint32"
        }
      ]
    }
  • Table row type of proaccs

    Table row type of stdaccs

    {
      "name": "accounts_table",
      "base": "",
      "fields": [
        {
          "name": "account_value",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in config

    {
      "name": "config",
      "base": "",
      "fields": [
        {
          "name": "std_account",
          "type": "name"
        },
        {
          "name": "token_account",
          "type": "name"
        },
        {
          "name": "payout_interval",
          "type": "uint32"
        },
        {
          "name": "payout_start_time",
          "type": "uint32"
        }
      ]
    }
  • Table row type of stat

    {
      "name": "currency_stats",
      "base": "",
      "fields": [
        {
          "name": "supply",
          "type": "asset"
        },
        {
          "name": "max_supply",
          "type": "asset"
        },
        {
          "name": "issuer",
          "type": "name"
        }
      ]
    }
  • Action parameter in payoutpro

    {
      "name": "payoutpro",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "share",
          "type": "float64"
        }
      ]
    }
  • Action parameter in payoutstd

    {
      "name": "payoutstd",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "public_key"
        },
        {
          "name": "share",
          "type": "float64"
        }
      ]
    }
  • Table row type of settings

    {
      "name": "settings_s",
      "base": "",
      "fields": [
        {
          "name": "std_account",
          "type": "name"
        },
        {
          "name": "token_account",
          "type": "name"
        },
        {
          "name": "payout_interval",
          "type": "uint32"
        },
        {
          "name": "payout_start_time",
          "type": "uint32"
        },
        {
          "name": "start_payout_time",
          "type": "uint32"
        },
        {
          "name": "last_start_payout_time",
          "type": "uint32"
        },
        {
          "name": "payout_amount",
          "type": "asset"
        },
        {
          "name": "accounts_paid",
          "type": "uint64"
        },
        {
          "name": "accounts_to_pay",
          "type": "uint64"
        },
        {
          "name": "payout_cycle",
          "type": "uint32"
        },
        {
          "name": "payout_runnig",
          "type": "bool"
        }
      ]
    }
  • Action parameter in startpayout

    {
      "name": "startpayout",
      "base": "",
      "fields": [
        {
          "name": "payout_cycle",
          "type": "uint32"
        },
        {
          "name": "payout_amount",
          "type": "asset"
        },
        {
          "name": "accounts_to_pay",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in stoppayout

    {
      "name": "stoppayout",
      "base": "",
      "fields": [
        {
          "name": "payout_cycle",
          "type": "uint32"
        }
      ]
    }