TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x2300…e25e
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18934927 | 10 months ago | | | 0 | 0.0041173422 | |
| 18889161 | 10 months ago | | | 0 | 0.0011848979 | |
| 18889156 | 10 months ago | | | 0 | 0.019146028 |
ABI
ABI objects
Getter at block 21162468
XVSBridge() view returns (address)
0x888e317606b4c590bbad88653863e8b345702633
accessControlManager() view returns (address)
0x230058da2d23eb8836ec5db7037ef7250c56e25e
owner() view returns (address)
0x285960c5b22fd66a736c7136967a3eb15e93cc67
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
functionRegistry(bytes4) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
initialize(address accessControlManager_)
isTrustedRemote(uint16 remoteChainId_, bytes remoteAddress_) returns (bool)
renounceOwnership()
setAccessControlManager(address accessControlManager_)
setTrustedRemoteAddress(uint16 remoteChainId_, bytes remoteAddress_)
transferBridgeOwnership(address newOwner_)
transferOwnership(address newOwner)
upsertSignature(string[] signatures_, bool[] active_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
FunctionRegistryChanged(string signature, bool active)
Initialized(uint8 version)
NewAccessControlManager(address oldAccessControlManager, address newAccessControlManager)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
Unauthorized(address sender, address calledContract, string methodSignature)
ZeroAddressNotAllowed()