Vaulta

loopminepool

Contract

The data structures defined by this contract.

  • Action parameter in clearing

    {
      "name": "clearing",
      "base": "",
      "fields": [
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "num",
          "type": "uint64"
        }
      ]
    }
  • Table row type of lands

    {
      "name": "lands",
      "base": "",
      "fields": [
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "cum_supply",
          "type": "asset"
        },
        {
          "name": "weight",
          "type": "float64"
        },
        {
          "name": "start",
          "type": "uint32"
        },
        {
          "name": "end",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in log

    {
      "name": "log",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "bal0",
          "type": "asset"
        },
        {
          "name": "bal1",
          "type": "asset"
        },
        {
          "name": "bal_percent",
          "type": "float64"
        },
        {
          "name": "elapsed",
          "type": "uint32"
        },
        {
          "name": "weight",
          "type": "float64"
        },
        {
          "name": "pool_balance",
          "type": "asset"
        },
        {
          "name": "bonus",
          "type": "float64"
        },
        {
          "name": "reward",
          "type": "asset"
        }
      ]
    }
  • Table row type of miners

    {
      "name": "miners",
      "base": "",
      "fields": [
        {
          "name": "miner",
          "type": "name"
        },
        {
          "name": "liq_bal0",
          "type": "asset"
        },
        {
          "name": "liq_bal1",
          "type": "asset"
        },
        {
          "name": "last_drip",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in picking

    {
      "name": "picking",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "ifbonus",
          "type": "uint32"
        }
      ]
    }
  • Action parameter in setland

    {
      "name": "setland",
      "base": "",
      "fields": [
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "weight",
          "type": "float64"
        },
        {
          "name": "start",
          "type": "uint32"
        },
        {
          "name": "end",
          "type": "uint32"
        }
      ]
    }