PendleProxyMainchain
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 98 additional slots
Balances ($0.00)
No balances found for "PendleProxyMainchain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PendleProxyMainchain"
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)
0x0000000000000000000000000000000000000000
depositor() view returns (address)
0x0000000000000000000000000000000000000000
ePendleRewardPool() view returns (address)
0x0000000000000000000000000000000000000000
feeCollector() view returns (address)
0x0000000000000000000000000000000000000000
feeDistributorV2() view returns (address)
0x0000000000000000000000000000000000000000
pendle() view returns (address)
0x0000000000000000000000000000000000000000
pendleMarketFactory() view returns (address)
0x0000000000000000000000000000000000000000
pendleMarketFactoryV3() view returns (address)
0x0000000000000000000000000000000000000000
pendleVotingController() view returns (address)
0x0000000000000000000000000000000000000000
vePendle() view returns (address)
0x0000000000000000000000000000000000000000
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 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)
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)
This contract contains no constructor objects.
receive()
This contract contains no error objects.