PendleRedeemProxyETH
Verified contract
Active on
Ethereum with 1,031 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "PendleRedeemProxyETH"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20570235 | 2 months ago | | | 0 | 0.00026638164 | |
| 20259059 | 4 months ago | | | 0 | 0.0072830515 | |
| 20251279 | 4 months ago | | | 0 | 0.00028687867 | |
| 20251204 | 4 months ago | | | 0 | 0.0050438696 | |
| 20216894 | 4 months ago | | | 0 | 0.0010834212 | |
| 20179846 | 4 months ago | | | 0 | 0.0078192714 | |
| 20148768 | 4 months ago | | | 0 | 0.0076800208 | |
| 20136531 | 4 months ago | | | 0 | 0.0021959376 | |
| 20133791 | 4 months ago | | | 0 | 0.051309931 | |
| 20113708 | 4 months ago | | | 0 | 0.0041242013 |
ABI
ABI objects
Getter at block 21090697
router() view returns (address)
0x1b6d3e5da9004668e14ca39d1553e9a46fe842b3
Read-only
This contract contains no read-only function objects.
State-modifying
Events redeem(struct Args args, address user) returns (uint256[] xytInterests, struct OtRewards[] otRewards, uint256[] marketInterests, uint256[] lmRewards, string[] lmRewardsFailureReasons, uint256[] lmInterests, string[] lmInterestsFailureReasons, uint256[] lmV2Rewards, uint256[] lmV2Interests)
redeemLmInterests(address[] lmContractsForInterests, uint256[] expiriesForInterests, address user) returns (uint256[] lmInterests, string[] failureReasons)
redeemLmRewards(address[] lmContractsForRewards, uint256[] expiriesForRewards, address user) returns (uint256[] lmRewards, string[] failureReasons)
redeemLmV2Interests(address[] lmV2ContractsForInterests, address user) returns (uint256[] lmV2Interests)
redeemLmV2Rewards(address[] lmV2ContractsForRewards, address user) returns (uint256[] lmV2Rewards)
redeemMarkets(address[] markets) returns (uint256[] marketInterests)
redeemOts(address[] ots) returns (struct OtRewards[] otRewards)
redeemXyts(address[] xyts) returns (uint256[] xytInterests)
This contract contains no event objects.
constructor(address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.