TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 4,343 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 48 additional slots
0x4d32…26bf
0x24d9…aa27
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160380 | an hour ago | | | 0 | 0.012518970 | |
| 21157875 | 9 hours ago | | | 0 | 0.033097699 | |
| 21156927 | 12 hours ago | | | 0 | 0.011119241 | |
| 21156312 | 14 hours ago | | | 0 | 0.0050238267 | |
| 21155769 | 16 hours ago | | | 0 | 0.0049350326 | |
| 21155721 | 16 hours ago | | | 0 | 0.0077534425 | |
| 21155606 | 17 hours ago | | | 0 | 0.012831071 | |
| 21155023 | 19 hours ago | | | 0 | 0.016963892 | |
| 21155010 | 19 hours ago | | | 0 | 0.0049924514 | |
| 21154595 | 20 hours ago | | | 0 | 0.0027587384 |
ABI
ABI objects
Getter at block 21160636
booster() view returns (address)
0x4d32c8ff2facc771ec7efc70d6a8468bc30c26bf
eqbConfig() view returns (address)
0x24d9b8392bc3e402999b0f5a3a06e90eb9eeaa27
owner() view returns (address)
0xc493bd1d8d794357e79da84613b67533afc4d337
pendleRouter() view returns (address)
0x0000000001e4ef00d069e71d6ba041b0a16f7ea0
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimRewards(uint256[] _pids)
initialize()
renounceOwnership()
setEqbConfig(address _eqbConfig)
setParams(address _booster, address _pendleRouter)
transferOwnership(address newOwner)
withdraw(uint256 _pid, uint256 _amount)
zapIn(uint256 _pid, uint256 _minLpOut, struct IPendleRouterApproxParams _guessPtReceivedFromSy, struct IPendleRouterTokenInput _input, bool _stake) payable
zapInV3SinglePt(uint256 _pid, uint256 _netPtIn, uint256 _minLpOut, struct IPendleRouterV3ApproxParams _guessPtSwapToSy, struct IPendleRouterV3LimitOrderData _limit, bool _stake)
zapInV3SingleToken(uint256 _pid, uint256 _minLpOut, struct IPendleRouterV3ApproxParams _guessPtReceivedFromSy, struct IPendleRouterV3TokenInput _input, struct IPendleRouterV3LimitOrderData _limit, bool _stake) payable
zapInV3SingleTokenKeepYt(uint256 _pid, uint256 _minLpOut, uint256 _minYtOut, struct IPendleRouterV3TokenInput _input, bool _stake) payable
zapOut(uint256 _pid, uint256 _amount, struct IPendleRouterTokenOutput _output, bool _stake)
zapOutV3SinglePt(uint256 _pid, uint256 _amount, uint256 _minPtOut, struct IPendleRouterV3ApproxParams _guessPtReceivedFromSy, struct IPendleRouterV3LimitOrderData _limit, bool _stake)
zapOutV3SingleToken(uint256 _pid, uint256 _amount, struct IPendleRouterV3TokenOutput _output, struct IPendleRouterV3LimitOrderData _limit, bool _stake)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.