Vaulta

faireosbanks

Contract

The data structures defined by this contract.

  • Table row type of accounts

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

    {
      "name": "payoutstatus",
      "base": "",
      "fields": [
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "lastPaidTime",
          "type": "uint32"
        },
        {
          "name": "nextPaidTime",
          "type": "uint32"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "status",
          "type": "uint8"
        }
      ]
    }
  • Table row type of divstats

    {
      "name": "divstats",
      "base": "",
      "fields": [
        {
          "name": "num",
          "type": "uint64"
        },
        {
          "name": "dividend",
          "type": "asset"
        }
      ]
    }
  • Table row type of eosrecords

    {
      "name": "eosrecords",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "prev",
          "type": "asset"
        },
        {
          "name": "get",
          "type": "asset"
        }
      ]
    }
  • Table row type of fairrecords

    {
      "name": "fairrecords",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "prev",
          "type": "asset"
        },
        {
          "name": "get",
          "type": "asset"
        }
      ]
    }
  • Action parameter in claimbalance

    {
      "name": "claimbalance",
      "base": "",
      "fields": [
        {
          "name": "from",
          "type": "name"
        }
      ]
    }
  • Action parameter in calcdividend

    {
      "name": "calcdividend",
      "base": "",
      "fields": [
        {
          "name": "player",
          "type": "name"
        }
      ]
    }