This contract is being backfilled. You may encounter incomplete storage history.

TUPProxy

Verified contract

Proxy

Active on Ethereum with 5,039 txns
Deployed by via 0x91099d9f at 15676412
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $370.91
0x8b935ce3e3437dc4c52a5a1b99fd6d9db14884b680b8f611ddc4e47de70e39bc
0x479f9a0b8a0eb5d38432a248babd05af6dfe2eb06e4c68030799589a143a45d6
0xebcd68e81ef54523af5912dfe9b7dc474de77ccabdf53135249a7d3cc3007901
0x300c0b3c4fca223e283fe40e3f0df09aaee0d251a1b60a1e25aacb367a957778
0x9882d9e90542e01889ff1446430a308d8535c5c9f95332f336a94a27efed2fdb
0xf94bfc0e7c69ba1c0e1d22fbf912d012e14f7cc969685822d7d7cc1d6157277c
0x501f86395e52f9c8f6f9f3ccc0f65d67bc5b01881576763d3e193dab57874dc6
0x4d7effbe655a35a5739379e44b718a71373f034c85bd6882fa86a10763cbd772
0x913953d96031841a3652ce7c5c1c6394dbe398972581142808fdf63249105c90
0x02e4d2d5e7090b00c9b445d4143c511a1ea5d723fd23df4c081482e158a402c3

Functions
Getter at block 20792506

This contract contains no getter function objects.

Read-only

This contract contains no read-only function objects.

State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
pause(
paused(returns (bool)
unpause(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
initELFeeRecipientV1(address _riverAddress
pullELFees(uint256 _maxAmount
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Paused(address admin
Unpaused(address admin
Upgraded(address indexed implementation
Initialize(uint256 versionbytes cdata
SetRiver(address indexed river
Constructor
constructor(address _logicaddress __adminbytes _data
Fallback and receive
fallback(
fallback(
receive(
receive(
Errors
CallWhenPaused(
InvalidCall(
InvalidInitialization(uint256 versionuint256 expectedVersion
InvalidZeroAddress(
Unauthorized(address caller