Vaulta

ecrvgovlock1

Contract

The data structures defined by this contract.

  • Table row type of deposits1

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

    {
      "name": "fixtotalvcrv",
      "base": "",
      "fields": [
        {
          "name": "amount",
          "type": "asset"
        },
        {
          "name": "hrpassed",
          "type": "time_point_sec"
        }
      ]
    }
  • Action parameter in incramt

    {
      "name": "incramt",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        }
      ]
    }
  • Action parameter in incrlocktm

    {
      "name": "incrlocktm",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "maturityinhr",
          "type": "uint64"
        }
      ]
    }
  • Action parameter in init

    {
      "name": "init",
      "base": "",
      "fields": []
    }
  • Action parameter in lock

    {
      "name": "lock",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        },
        {
          "name": "quantity",
          "type": "asset"
        },
        {
          "name": "maturityinhr",
          "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 minamtsett

    {
      "name": "mindeposits",
      "base": "",
      "fields": [
        {
          "name": "mindeposit",
          "type": "asset"
        }
      ]
    }
  • Action parameter in modtotvcrv

    {
      "name": "modtotvcrv",
      "base": "",
      "fields": []
    }
  • Action parameter in resetuser

    {
      "name": "resetuser",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • 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 setminlimit

    {
      "name": "setminlimit",
      "base": "",
      "fields": [
        {
          "name": "mindeposit",
          "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"
        }
      ]
    }
  • Action parameter in unlock

    {
      "name": "unlock",
      "base": "",
      "fields": [
        {
          "name": "account",
          "type": "name"
        }
      ]
    }
  • Table row type of unlockclaim

    {
      "name": "unlockclaim",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "unlockedamt",
          "type": "asset"
        }
      ]
    }