TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 10,423 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
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x6e79…3652
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122208 | 4 hours ago | | | 0 | 0.0081221401 | |
| 21118508 | 17 hours ago | | | 0 | 0.0025838230 | |
| 21118114 | 18 hours ago | | | 0 | 0.0038995588 | |
| 21116556 | a day ago | | | 0 | 0.0036509086 | |
| 21114274 | a day ago | | | 0 | 0.0030963282 | |
| 21114237 | a day ago | | | 0 | 0.0054768301 | |
| 21113901 | a day ago | | | 0 | 0.0041029418 | |
| 21113591 | a day ago | | | 0 | 0.0015994670 | |
| 21113551 | a day ago | | | 0 | 0.0017727243 | |
| 21113538 | a day ago | | | 0 | 0.0014677960 |
ABI
ABI objects
Getter at block 21123436
masterpenpie() view returns (address)
0x16296859c15289731521f199f0a5f762df6347d0
owner() view returns (address)
0xf433c2a2d6facecdd9edd7b8ce9ceaab96f41866
paused() view returns (bool)
false
pendleStaking() view returns (address)
0x6e799758cee75dae3d84e09d40dc416ecf713652
Read-only
balance(address _market, address _address) view returns (uint256)
poolInfo(address) view returns (address rewarder, bool isActive)
totalStaked(address _market) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__PendleMarketDepositHelper_init(address _pendleStaking)
depositMarket(address _market, uint256 _amount)
depositMarketFor(address _market, address _for, uint256 _amount)
emergencyWithdrawMarketWithClaim(address _market, uint256 _amount, bool _doClaim)
harvest(address _market, uint256 _minEthToRecieve)
removePoolInfo(address market)
renounceOwnership()
setOperator(address _address, bool _value)
setPoolInfo(address market, address rewarder, bool isActive)
setmasterPenpie(address _masterPenpie)
transferOwnership(address newOwner)
withdrawMarket(address _market, uint256 _amount)
withdrawMarketWithClaim(address _market, uint256 _amount, bool _doClaim)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
MasterPenpieSet(address indexed _masterPenpie)
NewDeposit(address indexed _user, address indexed _market, uint256 _amount)
NewEmergencyWithdraw(address indexed _user, address indexed _market, uint256 _amount)
NewWithdraw(address indexed _user, address indexed _market, uint256 _amount)
OperatorSet(address indexed _address, bool _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PoolInfoSet(address indexed market, address indexed rewarder, bool isActive)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
DeactivatePool()
NullAddress()
OnlyOperator()