L1MessageQueueWithGasPriceOracle
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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
Balances ($0.00)
No balances found for "L1MessageQueueWithGasPriceOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L1MessageQueueWithGasPriceOracle"
ABI
ABI objects
Getter at block 21089763
ENFORCED_TX_GATEWAAY() view returns (address)
0xc5fa3b8968c7fabeea2b530a20b88d0c2ed8abb7
MESSENGER() view returns (address)
0xdc71366effa760804dcfc3edf87fa2a6f1623304
ROLLUP_CONTRACT() view returns (address)
0x759894ced0e6af42c26668076ffa84d02e3cef60
l2BaseFee() view returns (uint256)
0
maxGasLimit() view returns (uint256)
0
nextCrossDomainMessageIndex() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingQueueIndex() view returns (uint256)
0
whitelistChecker() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateIntrinsicGasFee(bytes _calldata) pure returns (uint256)
computeTransactionHash(address _sender, uint256 _queueIndex, uint256 _value, address _target, uint256 _gasLimit, bytes _data) pure returns (bytes32)
estimateCrossDomainMessageFee(address _sender, uint256 _gasLimit) view returns (uint256)
getCrossDomainMessage(uint256 _queueIndex) view returns (bytes32)
isMessageDropped(uint256 _queueIndex) view returns (bool)
isMessageSkipped(uint256 _queueIndex) view returns (bool)
messageQueue(uint256) view returns (bytes32)
State-modifying
Events appendCrossDomainMessage(address _target, uint256 _gasLimit, bytes _data)
appendEnforcedTransaction(address _sender, address _target, uint256 _value, uint256 _gasLimit, bytes _data)
dropCrossDomainMessage(uint256 _index)
initialize(uint256 _maxGasLimit, address _whitelistChecker)
popCrossDomainMessage(uint256 _startIndex, uint256 _count, uint256 _skippedBitmap)
renounceOwnership()
setL2BaseFee(uint256 _newL2BaseFee)
transferOwnership(address newOwner)
updateMaxGasLimit(uint256 _newMaxGasLimit)
updateWhitelistChecker(address _newWhitelistChecker)
DequeueTransaction(uint256 startIndex, uint256 count, uint256 skippedBitmap)
DropTransaction(uint256 index)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
QueueTransaction(address indexed sender, address indexed target, uint256 value, uint64 queueIndex, uint256 gasLimit, bytes data)
UpdateEnforcedTxGateway(address indexed _oldGateway, address indexed _newGateway)
UpdateGasOracle(address indexed _oldGasOracle, address indexed _newGasOracle)
UpdateL2BaseFee(uint256 oldL2BaseFee, uint256 newL2BaseFee)
UpdateMaxGasLimit(uint256 _oldMaxGasLimit, uint256 _newMaxGasLimit)
UpdateWhitelistChecker(address indexed _oldWhitelistChecker, address indexed _newWhitelistChecker)
constructor(address _messenger, address _rollup, address _enforcedTxGateway)
This contract contains no fallback and receive objects.
ErrZeroAddress()