UUPSProxy

Verified contract

Proxy

Active on Ethereum with 290 txns
Deployed by via 0x2361a7d0 at 16830432
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 39 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
5 additional variables

No balances found for "UUPSProxy"

0x2833d7907d3c71ad7af38866b81510c82922a63ab64b366a5c5d5d421ea5fd33
0x78f3a29b2c6c3eeca20278d06b0d0e4537de6de1062c38477310d8002ae131bd
0x4c0f1828c1bf5db6823cb200283ab774c9f1acaa4cddc2e20e62124e472c78cb
0x8d19d6e4bb2c37fd8a28a6a2202420331a32b01c9004aa167eaf413829bafcf0
0x2fabc014d371efba8982a6faee5079022bb4c6f2a9b331ec5801d56cc9922f2c
0x5f179a31331a1e497bfd5a3105ab902b69f9724a27f1d9f2c524578d771b4e38
0x117b2704b5904de8b03bfc1b6154c0f9f86ef8e8080c2c7ef7f68b8e2a988726
0x4c952c3f40d428945eeff1696c5e81adac2c942c2594a71d4e4c06e339f80750
0x395d7d9808caa40c292bf7b9104bbc34c7b31b8c86518eef7157b6805e5944ea
0x7870c4b43d21c06386c14e203cb1e25ffc8b34b1eebb8ac0b45dfb82614ca7de

Functions
Getter at block 20859312
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GUARDIAN_ROLE(view returns (bytes32)
0x55435dd261a4b9b3364963f7738a7a662ad9c84396d64be3365284bb7f0a5041
MIN_LIGHT_CLIENT_DELAY(view returns (uint256)
120
TIMELOCK_ROLE(view returns (bytes32)
0xf66846415d2bf9eabda9e84793ff9c0ea96d87f50fc41e66aa16469c6a442f05
VERSION(view returns (uint8)
1
nonce(view returns (uint64)
46747
 
proxiableUUID(view returns (bytes32)
sendingEnabled(view returns (bool)
true
sourceChainIdsLength(view returns (uint256)
3
version(view returns (uint8)
1
Read-only
broadcasters(uint32view returns (address)
frozen(uint32view returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
lightClients(uint32view returns (address)
messageStatus(bytes32view returns (uint8)
messages(uint64view returns (bytes32)
sourceChainIds(uint256view returns (uint32)
storageRootCache(bytes32view returns (bytes32)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
executeMessage(uint64 slotbytes messageBytesbytes[] accountProofbytes[] storageProof
executeMessageFromLog(bytes srcSlotTxSlotPackbytes messageBytesbytes32[] receiptsRootProofbytes32 receiptsRootbytes[] receiptProofbytes txIndexRLPEncodeduint256 logIndex
freeze(uint32 chainId
freezeAll(
grantRole(bytes32 roleaddress account
initialize(uint32[] _sourceChainIdsaddress[] _lightClientsaddress[] _broadcastersaddress _timelockaddress _guardianbool _sendingEnabled
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
send(uint32 destinationChainIdaddress destinationAddressbytes datareturns (bytes32)
send(uint32 destinationChainIdbytes32 destinationAddressbytes datareturns (bytes32)
sendViaStorage(uint32 destinationChainIdaddress destinationAddressbytes datareturns (bytes32)
sendViaStorage(uint32 destinationChainIdbytes32 destinationAddressbytes datareturns (bytes32)
setLightClientAndBroadcaster(uint32 chainIdaddress lightclientaddress broadcaster
setSendingEnabled(bool enabled
unfreeze(uint32 chainId
unfreezeAll(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
ExecutedMessage(uint32 indexed sourceChainIduint64 indexed noncebytes32 indexed msgHashbytes messagebool status
Freeze(uint32 indexed chainId
FreezeAll(
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SendingEnabled(bool enabled
SentMessage(uint64 indexed noncebytes32 indexed msgHashbytes message
SetLightClientAndBroadcaster(uint32 indexed chainIdaddress lightClientaddress broadcaster
SourceChainAdded(uint32 indexed chainId
Unfreeze(uint32 indexed chainId
UnfreezeAll(
Upgraded(address indexed implementation
Constructor
constructor(address implementationbytes _data
Fallback and receive
fallback(
receive(
Errors
CannotSendToSameChain(
SendingDisabled(