CanonicalTransactionChain

Verified contract

Active on Ethereum with 25,438 txns
Deployed by via 0xbe37e263 at 13626959
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CanonicalTransactionChain"

0x06fc6fec4982ffa47b6f263b8018840ec49ea2ad099334fa65b2e382381aa13f
0xc0fa9bbee869a1b8c2a40731278218c19c5b0563f8bcf8c021335a5a65bda689
0x0270c5363fcfc4dbf6c0adeac5fb4b5e1a2cac8f6bd919420f1aaa467ceed75b
0x9115cc77a543c82b21fe78d0d90d1ecbe64ce7b46ba6e951259a884e84988ccd
0xfdc8a6a0958b7ee5d8a380a9186e60d7a8d6f61d86c81c7f182c9a5b83e81d78
0x9c9e47db3471caeffeb19d83a8b6f2f49e0f07f1138b3a7506b34c910543b416
0xb7860e17cdb25fd56c692a02a7166296e96e56fc5841e289ea88f650c43dc949
0x887511965a08a08161b6a25001aeb6591884314b2cc7d491f13031cc108813fc
0xd4d29e230c450bb0d6c5fd7ca09176b0bc7f403ea94e42b5320800657a1e6594
0x09b36db9c538d75ed7c5d2f98cdbc52e38c2720752ca4c0fc28922d3e14a69ab

Functions
Getter at block 21207582
DEFAULT_CHAINID(view returns (uint256)
1088
MAX_ROLLUP_TX_SIZE(view returns (uint256)
50000
MIN_ROLLUP_TX_GAS(view returns (uint256)
100000
batches(view returns (address)
0x38473feb3a6366757a249db2ca4fbb2c663416b7
enqueueGasCost(view returns (uint256)
60000
enqueueL2GasPrepaid(view returns (uint256)
1920000
getLastBlockNumber(view returns (uint40)
19431495
getLastTimestamp(view returns (uint40)
1710398153
getNextQueueIndex(view returns (uint40)
36284
getNumPendingQueueElements(view returns (uint40)
3013
getQueueLength(view returns (uint40)
39297
getTotalBatches(view returns (uint256 _totalBatches)
42647
getTotalElements(view returns (uint256 _totalElements)
15214530
l2GasDiscountDivisor(view returns (uint256)
32
libAddressManager(view returns (address)
0x918778e825747a892b17c66fe7d24c618262867d
maxTransactionGasLimit(view returns (uint256)
1100000000
queue(view returns (address)
0xa91ea6f5d1eda8e6686639d6c88b309cf35d2e57
Read-only
getBatchByChainId(uint256 _chainIduint256 _indexview returns (bytes32)
getBatchGlobalMetadataByChainId(uint256 _chainIdview returns (bytes27)
getLastBlockNumberByChainId(uint256 _chainIdview returns (uint40)
getLastTimestampByChainId(uint256 _chainIdview returns (uint40)
getNextQueueIndexByChainId(uint256 _chainIdview returns (uint40)
getNumPendingQueueElementsByChainId(uint256 _chainIdview returns (uint40)
getQueueElement(uint256 _indexview returns (struct Lib_OVMCodecQueueElement _element)
getQueueElementByChainId(uint256 _chainIduint256 _indexview returns (struct Lib_OVMCodecQueueElement _element)
getQueueLengthByChainId(uint256 _chainIdview returns (uint40)
getTotalBatchesByChainId(uint256 _chainIdview returns (uint256 _totalBatches)
getTotalElementsByChainId(uint256 _chainIdview returns (uint256 _totalElements)
lengthBatchByChainId(uint256 _chainIdview returns (uint256)
resolve(string _nameview returns (address)
State-modifying
appendSequencerBatch(
appendSequencerBatchByChainId(
deleteBatchElementsAfterInclusiveByChainId(uint256 _chainIduint256 _indexbytes27 _globalMetadata
enqueue(address _targetuint256 _gasLimitbytes _data
enqueueByChainId(uint256 _chainIdaddress _targetuint256 _gasLimitbytes _data
pushBatchByChainId(uint256 _chainIdbytes32 _objectbytes27 _globalMetadata
pushQueueByChainId(uint256 _chainIdstruct Lib_OVMCodecQueueElement _object
setBatchByChainId(uint256 _chainIduint256 _indexbytes32 _object
setBatchGlobalMetadataByChainId(uint256 _chainIdbytes27 _globalMetadata
setGasParams(uint256 _l2GasDiscountDivisoruint256 _enqueueGasCost
setQueueByChainId(uint256 _chainIduint256 _indexstruct Lib_OVMCodecQueueElement _object
Events
BatchElementDeleted(address _senderuint256 _chainIduint256 _indexbytes27 _globalMetadata
BatchPushed(address _senderuint256 _chainIdbytes32 _objectbytes27 _globalMetadata
BatchSetted(address _senderuint256 _chainIduint256 _indexbytes32 _object
BatchesGlobalMetadataSet(address _senderuint256 _chainIdbytes27 _globalMetadata
L2GasParamsUpdated(uint256 l2GasDiscountDivisoruint256 enqueueGasCostuint256 enqueueL2GasPrepaid
QueueBatchAppended(uint256 _chainIduint256 _startingQueueIndexuint256 _numQueueElementsuint256 _totalElements
QueueElementDeleted(address _senderuint256 _chainIduint256 _indexbytes27 _globalMetadata
QueueGlobalMetadataSet(address _senderuint256 _chainIdbytes27 _globalMetadata
QueuePushed(address _senderuint256 _chainIdstruct Lib_OVMCodecQueueElement _object
QueueSetted(address _senderuint256 _chainIduint256 _indexstruct Lib_OVMCodecQueueElement _object
SequencerBatchAppended(uint256 _chainIduint256 _startingQueueIndexuint256 _numQueueElementsuint256 _totalElements
TransactionBatchAppended(uint256 _chainIduint256 indexed _batchIndexbytes32 _batchRootuint256 _batchSizeuint256 _prevTotalElementsbytes _extraData
TransactionEnqueued(uint256 _chainIdaddress indexed _l1TxOriginaddress indexed _targetuint256 _gasLimitbytes _datauint256 indexed _queueIndexuint256 _timestamp
Constructor
constructor(address _libAddressManageruint256 _maxTransactionGasLimituint256 _l2GasDiscountDivisoruint256 _enqueueGasCost
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.