Vaulta

ecrvadminfee

Contract

The data structures defined by this contract.

  • Table row type of accounts

    {
      "name": "account",
      "base": "",
      "fields": [
        {
          "name": "balance",
          "type": "asset"
        }
      ]
    }
  • Action parameter in addlptoksym

    {
      "name": "addlptoksym",
      "base": "",
      "fields": [
        {
          "name": "lptoksym",
          "type": "symbol"
        },
        {
          "name": "crvpoolcon",
          "type": "name"
        },
        {
          "name": "coinsupported",
          "type": "syminfo[]"
        }
      ]
    }
  • Action parameter in claim

    {
      "name": "claim",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "lptoksym",
          "type": "symbol"
        }
      ]
    }
  • Table row type of claimtab

    {
      "name": "claimtab",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "issuedamt",
          "type": "asset"
        }
      ]
    }
  • Action parameter in depositpool

    {
      "name": "depositpool",
      "base": "",
      "fields": [
        {
          "name": "lptoksym",
          "type": "symbol"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": [
        {
          "name": "updateloop_count",
          "type": "uint64"
        }
      ]
    }
  • Table row type of lockinfo

    {
      "name": "lockinfo",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "lockedamt",
          "type": "asset"
        },
        {
          "name": "initiatedat",
          "type": "time_point_sec"
        },
        {
          "name": "unlocktime",
          "type": "time_point_sec"
        },
        {
          "name": "tobeexpired",
          "type": "bool"
        }
      ]
    }
  • Table row type of lptokinfo2

    {
      "name": "lptokinfo",
      "base": "",
      "fields": [
        {
          "name": "lptoksym",
          "type": "symbol"
        },
        {
          "name": "crvpoolcon",
          "type": "name"
        },
        {
          "name": "coinsupported",
          "type": "syminfo[]"
        }
      ]
    }
  • Table row type of rounddet

    {
      "name": "rounddet",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "currround",
          "type": "uint64"
        },
        {
          "name": "round_started",
          "type": "time_point_sec"
        },
        {
          "name": "round_ends",
          "type": "time_point_sec"
        },
        {
          "name": "lastcurveapp",
          "type": "uint64"
        },
        {
          "name": "currround_amount",
          "type": "asset"
        },
        {
          "name": "prev_roundamt",
          "type": "asset"
        }
      ]
    }
  • Action parameter in setloopct

    {
      "name": "setloopct",
      "base": "",
      "fields": [
        {
          "name": "updateloop_count",
          "type": "uint64"
        }
      ]
    }
  • Table row type of configsett

    {
      "name": "settings",
      "base": "",
      "fields": [
        {
          "name": "updateloop_count",
          "type": "uint64"
        }
      ]
    }
  • Struct property of addlptoksym

    Struct property of lptokinfo

    {
      "name": "syminfo",
      "base": "",
      "fields": [
        {
          "name": "tokensym",
          "type": "symbol"
        },
        {
          "name": "tokencontract",
          "type": "name"
        }
      ]
    }
  • Table row type of tokenstat

    {
      "name": "tokenleft",
      "base": "",
      "fields": [
        {
          "name": "tokensym",
          "type": "symbol"
        },
        {
          "name": "roundamount",
          "type": "asset"
        }
      ]
    }
  • Table row type of totallock1

    {
      "name": "totallock",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint8"
        },
        {
          "name": "oldtotamt",
          "type": "asset"
        },
        {
          "name": "newtotamt",
          "type": "asset"
        },
        {
          "name": "newuserwt",
          "type": "float64"
        },
        {
          "name": "tobeclaimed",
          "type": "asset"
        }
      ]
    }
  • Table row type of totalvcrv

    {
      "name": "totalvcrv",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint8"
        },
        {
          "name": "totalvcrv",
          "type": "float64"
        },
        {
          "name": "lastupdate",
          "type": "time_point_sec"
        }
      ]
    }
  • Table row type of totalwb

    {
      "name": "totalwb",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "lastchecked",
          "type": "name"
        },
        {
          "name": "updatedat",
          "type": "time_point_sec"
        }
      ]
    }
  • Action parameter in updateloop

    {
      "name": "updateloop",
      "base": "",
      "fields": [
        {
          "name": "lptoksym",
          "type": "symbol"
        }
      ]
    }