TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 126 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x27b1…0784
-
variable spans 98 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 17.137267M | -- | -- | |
PENDLE-LPT | ERC-20 | 3.523104M | -- | -- | |
PENDLE-LPT | ERC-20 | 3.431794M | -- | -- | |
PENDLE-LPT | ERC-20 | 654.346589K | -- | -- | |
PENDLE-LPT | ERC-20 | 653.49461K | -- | -- | |
PENDLE-LPT | ERC-20 | 617.756308K | -- | -- | |
PENDLE-LPT | ERC-20 | 418.216871K | -- | -- | |
PENDLE-LPT | ERC-20 | 278.385998K | -- | -- | |
PENDLE-LPT | ERC-20 | 266.5528K | -- | -- | |
PENDLE-LPT | ERC-20 | 254.485157K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285317 | a day ago | | | 0 | 0.00047194611 | |
| 21278831 | 2 days ago | | | 0 | 0.084414517 | |
| 21228499 | 9 days ago | | | 0 | 0.023345834 | |
| 21187201 | 15 days ago | | | 0 | 0.0023602828 | |
| 21187195 | 15 days ago | | | 0 | 0.018035548 | |
| 21182044 | 15 days ago | | | 0 | 0.058243325 | |
| 21129181 | 23 days ago | | | 0 | 0.051126500 | |
| 21079479 | a month ago | | | 0 | 0.10956786 | |
| 21027433 | a month ago | | | 0 | 0.032415610 | |
| 21027048 | a month ago | | | 0 | 0.00072991393 |
ABI
ABI objects
Getter at block 21292430
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_ADMIN_ROLE() view returns (bytes32)
0x349eec46d2c564a125684d1934a6120a70cc341d3a26d362e358a775e07dec17
VOTE_ADMIN_ROLE() view returns (bytes32)
0xf28dfd3b70fdc4c240fe198ff7392f4c72fb08f96bed76e3fb845a046d01c11b
booster() view returns (address)
0x4d32c8ff2facc771ec7efc70d6a8468bc30c26bf
depositor() view returns (address)
0x0140de476f49b6b42f7b73612b6dc317ab91d3bc
ePendleRewardPool() view returns (address)
0x357f55b46821a6c6e476cc32ebb2674cd125e849
feeCollector() view returns (address)
0xa4d9b85527355a62eebab6a4d9aff249511c2aa5
feeDistributorV2() view returns (address)
0x8c237520a8e14d658170a633d96f8e80764433b9
pendle() view returns (address)
0x808507121b80c02388fad14726482e061b8da827
pendleMarketFactory() view returns (address)
0x27b1dacd74688af24a64bd3c9c1b143118740784
pendleMarketFactoryV3() view returns (address)
0x6fcf753f2c67b83f7b09746bbc4fa0047b35d050
pendleVotingController() view returns (address)
0x44087e105137a5095c008aab6a6530182821f2f0
vePendle() view returns (address)
0x4f30a9d41b80ecc5b94306ab4364951ae3170210
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isValidMarket(address _market) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimRewards(address _market) returns (address[] rewardTokens, uint256[] rewardAmounts)
claimRewardsManually(address _market, uint256[] _amounts) returns (address[] rewardTokens)
claimSwapFees(address[] _pools)
claimYTFees()
claimYTFeesToRecipient()
grantRole(bytes32 role, address account)
initialize()
lockPendle(uint128 _expiry)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFeeCollector(address _feeCollector)
setParams(address _pendleMarketFactory, address _pendleVotingController, address _booster, address _depositor, address _ePendleRewardPool, address _feeDistributorV2, address _feeCollector)
setPendleMarketFactoryV3(address _pendleMarketFactoryV3)
vote(address[] _pools, uint64[] _weights)
withdraw(address _market, address _to, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BoosterUpdated(address _booster)
DepositorUpdated(address _depositor)
EPendleRewardPoolUpdated(address _ePendleRewardPool)
FeeCollectorUpdated(address _feeCollector)
FeeDistributorV2Updated(address _feeDistributorV2)
FeesClaimed(address[] _pools, uint256 _totalAmountOut, uint256[] _amountsOut)
Initialized(uint8 version)
PendleLocked(uint128 _additionalAmountToLock, uint128 _newExpiry)
RewardsClaimed(address _market, address[] _rewardTokens, uint256[] _rewardAmounts)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Withdrawn(address _market, address _to, uint256 _amount)
YTFeesClaimedToRecipient(address _recipient, address[] _pools, uint256 _totalAmountOut, uint256[] _amountsOut)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.