CanonicalTransactionChain
Verified contract
Active on
Ethereum with 25,703 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CanonicalTransactionChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19670366 | 7 months ago | | | 0 | 0.0012079896 | |
| 19670239 | 7 months ago | | | 0 | 0.0015734040 | |
| 19669933 | 7 months ago | | | 0 | 0.0013224955 | |
| 19669624 | 7 months ago | | | 0 | 0.0018620670 | |
| 19669317 | 7 months ago | | | 0 | 0.0029351022 | |
| 19669266 | 7 months ago | | | 0 | 0.0047303196 | |
| 19668961 | 7 months ago | | | 0 | 0.0022218198 | |
| 19668653 | 7 months ago | | | 0 | 0.0046132725 | |
| 19668345 | 7 months ago | | | 0 | 0.0021112431 | |
| 19668037 | 7 months ago | | | 0 | 0.0025919375 |
ABI
ABI objects
Getter at block 21279458
MAX_ROLLUP_TX_SIZE() view returns (uint256)
50000
MIN_ROLLUP_TX_GAS() view returns (uint256)
100000
batches() view returns (address)
0x17148284d2da2f38c96346f1776c1bf7d7691231
enqueueGasCost() view returns (uint256)
60000
enqueueL2GasPrepaid() view returns (uint256)
1920000
getLastBlockNumber() view returns (uint40)
19670232
getLastTimestamp() view returns (uint40)
1713297816
getNextQueueIndex() view returns (uint40)
25393
getNumPendingQueueElements() view returns (uint40)
0
getQueueLength() view returns (uint40)
25393
getTotalBatches() view returns (uint256 _totalBatches)
25702
getTotalElements() view returns (uint256 _totalElements)
1149018
l2GasDiscountDivisor() view returns (uint256)
32
libAddressManager() view returns (address)
0x8376ac6c3f73a25dd994e0b0669ca7ee0c02f089
maxTransactionGasLimit() view returns (uint256)
11000000
queue() view returns (address)
0x5f003030884b3a105809a0eb0c0c28ac40eccd8d
Read-only
getQueueElement(uint256 _index) view returns (struct Lib_OVMCodecQueueElement _element)
resolve(string _name) view returns (address)
State-modifying
Events appendSequencerBatch()
enqueue(address _target, uint256 _gasLimit, bytes _data)
setGasParams(uint256 _l2GasDiscountDivisor, uint256 _enqueueGasCost)
L2GasParamsUpdated(uint256 l2GasDiscountDivisor, uint256 enqueueGasCost, uint256 enqueueL2GasPrepaid)
QueueBatchAppended(uint256 _startingQueueIndex, uint256 _numQueueElements, uint256 _totalElements)
SequencerBatchAppended(uint256 _startingQueueIndex, uint256 _numQueueElements, uint256 _totalElements)
TransactionBatchAppended(uint256 indexed _batchIndex, bytes32 _batchRoot, uint256 _batchSize, uint256 _prevTotalElements, bytes _extraData)
TransactionEnqueued(address indexed _l1TxOrigin, address indexed _target, uint256 _gasLimit, bytes _data, uint256 indexed _queueIndex, uint256 _timestamp)
constructor(address _libAddressManager, uint256 _maxTransactionGasLimit, uint256 _l2GasDiscountDivisor, uint256 _enqueueGasCost)
This contract contains no fallback and receive objects.
This contract contains no error objects.