TUPProxy

Verified contract

Proxy

Active on Ethereum with 8 txns
Deployed by via 0xf912878c at 17813721
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TUPProxy"

0x70353d4f70fc0ee8f27e2a315f60cf661db270389c54b58dda3646ea3ea651dd
0xe48329e3efa9705bc1bb2b318387b88d6a24438d9800f7c98049b42f268a0248
0x6b3663b97242fbb4b6d8410665d386003eec541d97353374ff9568ce0e0bc3c5
0x67e03a4b7c5b332bcb64284e83609f0c6a80e001cf20da71f74ff3af26766f44
0x0e15b601d567c3f2c1326b562ab40cc38b33b4afff719bc924c92322386df887
0x2b78b091d8ee4ecd5437fc13ab9e6722df76e16335be96658731cc9e5391e7e5
0xdbb23d12fd11ebd52687490578cfdeff94c7c7c9a97f5f9aba71b1d5260b2698
0x11aec3afd8c128593060acd2ff3bb193a9e1f96e697831a4e125f27927f567b1

Functions
Getter at block 21245968

This contract contains no getter function objects.

Read-only

This contract contains no read-only function objects.

State-modifying
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 newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
PauserChanged(address previousPauseraddress newPauser
SetFreezeTime(uint256 freezeTime
Upgraded(address indexed implementation
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
CallWhenPaused(
FreezeTimeoutTooLow(uint256 providedValueuint256 minimumValue
Frozen(
Unauthorized(address accountaddress expected