TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 5 txns
Deployed by via 0xed445f5d at 20996821
Slot
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

No balances found for "TransparentUpgradeableProxy"

0xf7baa902274bef145f9544c971a577d40ec7165d64db9fbe955a957bd4fdc4af
0x54aa127b9f7b7f7bec9aeacb587ee3e71a25340b905261a08926ad09070fa8a0
0x45ed431f46cd72878fd5d6b814b53ee625e30ce01a8950108403ec42f70d2c86
0x1eb0a9b5e918895643fbff2f5d24c1ee5d615791b3f1461297ddfab58d26e0cf
0xae27c6c83cea4ce8b8a923fddfb122f66e63139e514ba0624a5373b1a1f2829c

Functions
Getter at block 21275391
ENFORCED_TX_GATEWAAY(view returns (address)
0xc5fa3b8968c7fabeea2b530a20b88d0c2ed8abb7
MESSENGER(view returns (address)
0xdc71366effa760804dcfc3edf87fa2a6f1623304
ROLLUP_CONTRACT(view returns (address)
0x759894ced0e6af42c26668076ffa84d02e3cef60
l2BaseFee(view returns (uint256)
1000000
maxGasLimit(view returns (uint256)
30000000
nextCrossDomainMessageIndex(view returns (uint256)
3274
owner(view returns (address)
0xb822319ab7848b7cc4537c8409e50f85bfb04377
pendingQueueIndex(view returns (uint256)
3105
whitelistChecker(view returns (address)
0xffafdd9167777c0e5421e0b6789d6d7a5e386984
Read-only
calculateIntrinsicGasFee(bytes _calldatapure returns (uint256)
computeTransactionHash(address _senderuint256 _queueIndexuint256 _valueaddress _targetuint256 _gasLimitbytes _datapure returns (bytes32)
estimateCrossDomainMessageFee(address _senderuint256 _gasLimitview returns (uint256)
getCrossDomainMessage(uint256 _queueIndexview returns (bytes32)
isMessageDropped(uint256 _queueIndexview returns (bool)
isMessageSkipped(uint256 _queueIndexview returns (bool)
messageQueue(uint256view returns (bytes32)
State-modifying
appendCrossDomainMessage(address _targetuint256 _gasLimitbytes _data
appendEnforcedTransaction(address _senderaddress _targetuint256 _valueuint256 _gasLimitbytes _data
dropCrossDomainMessage(uint256 _index
initialize(uint256 _maxGasLimitaddress _whitelistChecker
popCrossDomainMessage(uint256 _startIndexuint256 _countuint256 _skippedBitmap
renounceOwnership(
setL2BaseFee(uint256 _newL2BaseFee
transferOwnership(address newOwner
updateMaxGasLimit(uint256 _newMaxGasLimit
updateWhitelistChecker(address _newWhitelistChecker
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
DequeueTransaction(uint256 startIndexuint256 countuint256 skippedBitmap
DropTransaction(uint256 index
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
QueueTransaction(address indexed senderaddress indexed targetuint256 valueuint64 queueIndexuint256 gasLimitbytes data
UpdateEnforcedTxGateway(address indexed _oldGatewayaddress indexed _newGateway
UpdateGasOracle(address indexed _oldGasOracleaddress indexed _newGasOracle
UpdateL2BaseFee(uint256 oldL2BaseFeeuint256 newL2BaseFee
UpdateMaxGasLimit(uint256 _oldMaxGasLimituint256 _newMaxGasLimit
UpdateWhitelistChecker(address indexed _oldWhitelistCheckeraddress indexed _newWhitelistChecker
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
ErrZeroAddress(