Vaulta

puppymineral

Contract

The data structures defined by this contract.

  • Action parameter in cleanup

    {
      "name": "cleanup",
      "base": "",
      "fields": [
        {
          "name": "nonce",
          "type": "uint64"
        }
      ]
    }
  • Table row type of feepools

    {
      "name": "feepool",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "round",
          "type": "uint64"
        },
        {
          "name": "last_vol",
          "type": "uint64"
        },
        {
          "name": "vol",
          "type": "uint64"
        },
        {
          "name": "mined",
          "type": "uint64"
        },
        {
          "name": "utime",
          "type": "uint64"
        }
      ]
    }
  • Table row type of incomes

    {
      "name": "income",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "vol",
          "type": "uint64"
        }
      ]
    }
  • Table row type of mineral

    {
      "name": "mineral",
      "base": "",
      "fields": [
        {
          "name": "vol",
          "type": "uint64"
        },
        {
          "name": "vol_cap",
          "type": "uint64"
        },
        {
          "name": "start",
          "type": "uint64"
        },
        {
          "name": "limit",
          "type": "uint64"
        },
        {
          "name": "tvl",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in miningon

    {
      "name": "miningon",
      "base": "",
      "fields": [
        {
          "name": "nonce",
          "type": "uint64"
        }
      ]
    }
  • Table row type of pool24s

    {
      "name": "pool24",
      "base": "",
      "fields": [
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "day",
          "type": "uint64"
        },
        {
          "name": "vol",
          "type": "uint64"
        },
        {
          "name": "pup_vol",
          "type": "uint64"
        }
      ]
    }
  • Table row type of profits

    {
      "name": "profit",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "day",
          "type": "uint64"
        },
        {
          "name": "vol",
          "type": "uint64"
        },
        {
          "name": "used_vol",
          "type": "uint64"
        },
        {
          "name": "utime",
          "type": "uint64"
        }
      ]
    }
  • Table row type of settlement

    {
      "name": "settlement",
      "base": "",
      "fields": [
        {
          "name": "on",
          "type": "bool"
        },
        {
          "name": "day",
          "type": "uint64"
        },
        {
          "name": "stage",
          "type": "int32"
        },
        {
          "name": "tid",
          "type": "uint64"
        },
        {
          "name": "uid",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in settleon

    {
      "name": "settleon",
      "base": "",
      "fields": [
        {
          "name": "nonce",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in withdraw

    {
      "name": "withdraw",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "amount",
          "type": "float64"
        }
      ]
    }