TUPProxy
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TUPProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TUPProxy"
ABI
ABI objects
Getter at block 21228538
getStakingContract() view returns (address)
0x1e68238ce926dec62b3fbc99ab06eb1d85ce0270
Read-only
getWithdrawer(bytes32 _publicKeyRoot) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
isPaused() returns (bool)
pause()
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
dispatch(bytes32 _publicKeyRoot) payable
initELD(address _stakingContract)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Withdrawal(address indexed withdrawer, address indexed feeRecipient, bytes32 pubKeyRoot, uint256 rewards, uint256 nodeOperatorFee, uint256 treasuryFee)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
CallWhenPaused()
AlreadyInitialized()
FeeRecipientReceiveError(bytes errorData)
InvalidCall()
TreasuryReceiveError(bytes errorData)
WithdrawerReceiveError(bytes errorData)
ZeroBalanceWithdrawal()