OCT_ZVL.sol

OCT -> On-Chain Treasury

Introduction

This contract escrows ZVE and enables ZVL to claim directly.

State Variables

Type
Name
Description

address

GBL

The ZivoeGlobals contract.

Sections

Read Functions

Write Functions

Events

Read Functions

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

Write Functions

claim()

Claims $ZVE.

Emits the Claimed() event

Events

Claimed()

Emitted during claim()

Type
Indexed
Name
Description

address

True

asset

The "asset" being claimed.

uint256

False

amount

The amount being claimed.

Last updated