ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 98 additional slots
Balances ($7,108,940.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PENDLE | ERC-20 | 1.19478M | $5.95 |
$7,108,940.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16033319 | 2 years ago | | | 0 | 0.00054318000 | |
| 16032109 | 2 years ago | | | 0 | 0.0014483000 |
ABI
ABI objects
Getter at block 21388793 proxiableUUID() view returns (bytes32)
marketFactory() view returns (address)
0x27b1dacd74688af24a64bd3c9c1b143118740784
marketFactory2() view returns (address)
0x1a6fcc85557bc4fb7b534ed835a03ef056552d52
marketFactory3() view returns (address)
0x3d75bd20c983edb5fd218a1b7e0024f1056c7a2f
marketFactory4() view returns (address)
0x6fcf753f2c67b83f7b09746bbc4fa0047b35d050
owner() view returns (address)
0x8119ec16f0573b7dac7c0cb94eb504fb32456ee1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
pendle() view returns (address)
0x808507121b80c02388fad14726482e061b8da827
votingController() view returns (address)
0x44087e105137a5095c008aab6a6530182821f2f0
Read-only
epochRewardReceived(uint128) view returns (bool)
isValidMarket(address) view returns (bool)
rewardData(address) view returns (uint128 pendlePerSec, uint128 accumulatedPendle, uint128 lastUpdated, uint128 incentiveEndsAt)
State-modifying
Events claimOwnership()
fundPendle(uint256 amount)
initialize()
redeemMarketReward()
transferOwnership(address newOwner, bool direct, bool renounce)
updateVotingResults(uint128 wTime, address[] markets, uint256[] pendleSpeeds)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawPendle(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
MarketClaimReward(address indexed market, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveVotingResults(uint128 indexed wTime, address[] markets, uint256[] pendleAmounts)
UpdateMarketReward(address indexed market, uint256 pendlePerSec, uint256 incentiveEndsAt)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
ArrayLengthMismatch()
GCNotPendleMarket(address caller)
GCNotVotingController(address caller)