Vaulta

pool.v2.wei

Contract

The data structures defined by this contract.

  • Action parameter in cls

    {
      "name": "cls",
      "base": "",
      "fields": [
        {
          "name": "controller",
          "type": "name"
        },
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "id",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in dfsclaim

    {
      "name": "dfsclaim",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "mid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of digorelist

    {
      "name": "digorelist",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "ore",
          "type": "asset"
        },
        {
          "name": "token1",
          "type": "asset"
        },
        {
          "name": "token2",
          "type": "asset"
        },
        {
          "name": "totaltoken",
          "type": "uint64"
        },
        {
          "name": "usertoken",
          "type": "uint64"
        },
        {
          "name": "brix",
          "type": "uint64"
        },
        {
          "name": "annualized",
          "type": "uint64"
        },
        {
          "name": "time1",
          "type": "uint64"
        },
        {
          "name": "time2",
          "type": "uint64"
        },
        {
          "name": "time3",
          "type": "uint64"
        },
        {
          "name": "time4",
          "type": "uint64"
        },
        {
          "name": "time7",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in log

    {
      "name": "log",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "opevent",
          "type": "string"
        }
      ]
    }
  • Table row type of logvisit

    {
      "name": "logvisit",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "visittime",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in testclaim

    {
      "name": "testclaim",
      "base": "",
      "fields": [
        {
          "name": "controller",
          "type": "name"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "mid",
          "type": "uint64"
        }
      ]
    }
  • Table row type of userslog

    {
      "name": "userlog",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "opevent",
          "type": "string"
        },
        {
          "name": "time7",
          "type": "uint64"
        }
      ]
    }
  • Table row type of userorelist

    {
      "name": "userorelist",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "mid",
          "type": "uint64"
        },
        {
          "name": "ore",
          "type": "asset"
        },
        {
          "name": "time1",
          "type": "uint64"
        },
        {
          "name": "time2",
          "type": "uint64"
        },
        {
          "name": "time7",
          "type": "uint64"
        }
      ]
    }
  • Table row type of useroretotal

    {
      "name": "useroretotal",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "ore",
          "type": "asset"
        },
        {
          "name": "nums",
          "type": "uint64"
        },
        {
          "name": "totalore",
          "type": "asset"
        },
        {
          "name": "createtime",
          "type": "uint64"
        }
      ]
    }
  • Table row type of usertimes

    {
      "name": "usertime",
      "base": "",
      "fields": [
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "time1",
          "type": "uint64"
        },
        {
          "name": "time2",
          "type": "uint64"
        },
        {
          "name": "time3",
          "type": "uint64"
        },
        {
          "name": "time7",
          "type": "uint64"
        }
      ]
    }