TUPProxy
Verified contract
Proxy
Active on
Ethereum with 8 txns
Unified storage
Map
Table
Raw
Constants and immutables
7
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) |
---|---|---|---|---|---|---|---|
| 21017157 | a month ago | | | 0 | 0.011262549 | |
| 20334226 | 4 months ago | | | 0 | 0.031464563 | |
| 19878181 | 6 months ago | | | 0 | 0.011982973 | |
| 19843474 | 6 months ago | | | 0 | 0.011764893 | |
| 19770547 | 7 months ago | | | 0 | 0.017393758 | |
| 18986166 | 10 months ago | | | 0 | 0.044229741 | |
| 18963112 | 10 months ago | | | 0 | 0.033431388 | |
| 18237263 | a year ago | | | 0 | 0.014547942 |
ABI
ABI objects
Getter at block 21245968
This contract contains no getter function objects.
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
cancelFreeze()
changeAdmin(address newAdmin)
changePauser(address newPauser)
freeze(uint256 freezeTimeout)
freezeTime() returns (uint256)
frozen() returns (bool)
implementation() returns (address implementation_)
pause()
paused() returns (bool)
pauser() returns (address)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
PauserChanged(address previousPauser, address newPauser)
SetFreezeTime(uint256 freezeTime)
Upgraded(address indexed implementation)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
CallWhenPaused()
FreezeTimeoutTooLow(uint256 providedValue, uint256 minimumValue)
Frozen()
Unauthorized(address account, address expected)