VotingEscrowPendleMainchain
Verified contract
Active on
Ethereum with 10,860 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
-
variable spans 2 additional slots
-
variable spans 99 additional slots
Balances ($282,057,657.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PENDLE | ERC-20 | 51.94432M | $5.43 |
$282,057,657.79 | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262385 | 2 hours ago | | | 0.00033624658 | 0.0022343820 | |
| 21262377 | 2 hours ago | | | 0.00085333846 | 0.0047373084 | |
| 21262077 | 3 hours ago | | | 0.0013714788 | 0.011609258 | |
| 21261932 | 3 hours ago | | | 0 | 0.00051154379 | |
| 21261586 | 4 hours ago | | | 0.00058483405 | 0.0036570559 | |
| 21261388 | 5 hours ago | | | 0 | 0.0010899624 | |
| 21261253 | 5 hours ago | | | 0.00029959575 | 0.0025314849 | |
| 21261248 | 5 hours ago | | | 0.0013677146 | 0.0075270811 | |
| 21261160 | 6 hours ago | | | 0.00030162699 | 0.0026110068 | |
| 21261148 | 6 hours ago | | | 0.0013757477 | 0.0082924672 |
ABI
ABI objects
Getter at block 21262872
MAX_LOCK_TIME() view returns (uint128)
62899200
MIN_LOCK_TIME() view returns (uint128)
604800
WEEK() view returns (uint128)
604800
approxDstExecutionGas() view returns (uint256)
1000000
getAllDestinationContracts() view returns (uint256[] chainIds, address[] addrs)
(chainIds=[42161, 56, 5000, 10, 8453], addrs=[0x3209E9412cca80B18338f2a56ADA59c484c39644, 0x8A09574b0401A856d89d1b583eE22E8cb0C5530B, 0x30c6d4e892871220B5Ab66c10db577da96Fb974b, 0xd5C47D2383Fddc19596489280C0A33AC42b2bB18, 0x051dcd6a80f11fE68F77Fb0EBdE03853FA96B1fD])
lastSlopeChangeAppliedAt() view returns (uint128)
1732147200
owner() view returns (address)
0x8119ec16f0573b7dac7c0cb94eb504fb32456ee1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
pendle() view returns (address)
0x808507121b80c02388fad14726482e061b8da827
pendleMsgSendEndpoint() view returns (address)
0x07b1014c88f14c9e910092526db57a20052e989f
totalSupplyStored() view returns (uint128)
32143085868351486668622450
Read-only
balanceOf(address user) view returns (uint128)
getBroadcastPositionFee(uint256[] chainIds) view returns (uint256 fee)
getBroadcastSupplyFee(uint256[] chainIds) view returns (uint256 fee)
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 addDestinationContract(address _address, uint256 _chainId) payable
broadcastTotalSupply(uint256[] chainIds) payable
broadcastUserPosition(address user, uint256[] chainIds) payable
claimOwnership()
increaseLockPosition(uint128 additionalAmountToLock, uint128 newExpiry) returns (uint128 newVeBalance)
increaseLockPositionAndBroadcast(uint128 additionalAmountToLock, uint128 newExpiry, uint256[] chainIds) payable returns (uint128 newVeBalance)
setApproxDstExecutionGas(uint256 gas)
totalSupplyAndBalanceCurrent(address user) returns (uint128, uint128)
totalSupplyCurrent() returns (uint128)
transferOwnership(address newOwner, bool direct, bool renounce)
withdraw() returns (uint128 amount)
BroadcastTotalSupply(struct VeBalance newTotalSupply, uint256[] chainIds)
BroadcastUserPosition(address indexed user, uint256[] chainIds)
Initialized(uint8 version)
NewLockPosition(address indexed user, uint128 amount, uint128 expiry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint128 amount)
constructor(address _pendle, address _pendleMsgSendEndpoint, uint256 initialApproxDestinationGas)
This contract contains no fallback and receive objects.
ArrayEmpty()
ChainNotSupported(uint256 chainId)
ExpiryInThePast(uint256 expiry)
InsufficientFeeToSendMsg(uint256 currentFee, uint256 requiredFee)
InvalidWTime(uint256 wTime)
VEExceededMaxLockTime()
VEInsufficientLockTime()
VENotAllowedReduceExpiry()
VEPositionNotExpired()
VEZeroAmountLocked()
VEZeroPosition()
ZeroAddress()