VotingEscrowZK
Verified contract
Active on
Ethereum with 10,120 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZK | ERC-20 | 241.543393K | $1.12 |
$270,528.6 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208155 | 11 hours ago | | | 0 | 0.00060554410 | |
| 21207308 | 14 hours ago | | | 0 | 0.00050153832 | |
| 21207108 | 15 hours ago | | | 0 | 0.00056771843 | |
| 21202861 | a day ago | | | 0 | 0.00063903145 | |
| 21201045 | a day ago | | | 0 | 0.00085079988 | |
| 21200475 | 2 days ago | | | 0 | 0.00048959363 | |
| 21192527 | 3 days ago | | | 0 | 0.00082014790 | |
| 21191051 | 3 days ago | | | 0 | 0.00084029880 | |
| 21187905 | 3 days ago | | | 0 | 0.0016301199 | |
| 21186027 | 4 days ago | | | 0 | 0.0016326088 |
ABI
ABI objects
Getter at block 21211533
MAX_LOCK_TIME() view returns (uint128)
3024000
MIN_LOCK_TIME() view returns (uint128)
604800
WEEK() view returns (uint128)
604800
lastSlopeChangeAppliedAt() view returns (uint128)
1720051200
totalSupplyStored() view returns (uint128)
0
zk() view returns (address)
0xc71b5f631354be6853efe9c3ab6b9590f8302e81
Read-only
balanceOf(address user) view returns (uint128)
getUserHistoryAt(address user, uint256 index) view returns (struct Checkpoint)
getUserHistoryLength(address user) view returns (uint256)
positionData(address) view returns (uint128 amount, uint128 expiry)
slopeChanges(uint128) view returns (uint128)
totalSupplyAt(uint128) view returns (uint128)
State-modifying
Events increaseLockPosition(uint128 additionalAmountToLock, uint128 newExpiry) returns (uint128 newVeBalance)
totalSupplyAndBalanceCurrent(address user) returns (uint128, uint128)
totalSupplyCurrent() returns (uint128)
withdraw() returns (uint128 amount)
NewLockPosition(address indexed user, uint128 amount, uint128 expiry)
Withdraw(address indexed user, uint128 amount)
constructor(address _zk)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ExpiryInThePast(uint256 expiry)
FailedInnerCall()
InvalidWTime(uint256 wTime)
SafeERC20FailedOperation(address token)
VEExceededMaxLockTime()
VEInsufficientLockTime()
VENotAllowedReduceExpiry()
VEPositionNotExpired()
VEZeroAmountLocked()
VEZeroPosition()