OCT_ZVL.sol
OCT -> On-Chain Treasury
Last updated
OCT -> On-Chain Treasury
Last updated
This contract escrows ZVE and enables ZVL to claim directly.
address
GBL
The ZivoeGlobals contract.
canPush() - Permission for owner to call pushToLocker()
. See ZivoeLocker.sol
canPushMulti() - Permission for owner to call pushToLockerMulti()
. See ZivoeLocker.sol
canPull() - Permission for owner to call pullFromLocker()
. See ZivoeLocker.sol
canPullMulti() - Permission for owner to call pullFromLockerMulti()
. See ZivoeLocker.sol
canPullPartial() - Permission for owner to call pullFromLockerPartial()
. See ZivoeLocker.sol
canPullPartialMulti() - Permission for owner to call pullFromLockerMultiPartial()
. See ZivoeLocker.sol
claim() - Claims $ZVE.
canPush()
Permission for owner to call pushToLocker()
. See ZivoeLocker.sol
canPushMulti()
Permission for owner to call pushToLockerMulti()
. See ZivoeLocker.sol
canPull()
Permission for owner to call pullFromLocker()
. See ZivoeLocker.sol
canPullMulti()
Permission for owner to call pullFromLockerMulti()
. See ZivoeLocker.sol
canPullPartial()
Permission for owner to call pullFromLockerPartial()
. See ZivoeLocker.sol
canPullPartialMulti()
Permission for owner to call pullFromLockerMultiPartial()
. See ZivoeLocker.sol
claim()
Claims $ZVE.
Emits the Claimed() event
Claimed()
Emitted during claim()
address
True
asset
The "asset" being claimed.
uint256
False
amount
The amount being claimed.