CanonicalTransactionChain
Verified contract
Active on
Ethereum
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) |
---|---|---|---|---|---|---|---|
| 17422472 | a year ago | | | 0 | 0.015019084 | |
| 17422470 | a year ago | | | 0 | 0.0080783655 | |
| 17422448 | a year ago | | | 0 | 0.0089638970 | |
| 17422446 | a year ago | | | 0 | 0.016076721 | |
| 17422444 | a year ago | | | 0 | 0.012952008 | |
| 17422442 | a year ago | | | 0 | 0.015448148 | |
| 17422439 | a year ago | | | 0 | 0.0086925020 | |
| 17422436 | a year ago | | | 0 | 0.010734483 | |
| 17422434 | a year ago | | | 0 | 0.010520408 | |
| 17422432 | a year ago | | | 0 | 0.011455261 |
ABI
ABI objects
Getter at block 21158690
MAX_ROLLUP_TX_SIZE() view returns (uint256)
50000
MIN_ROLLUP_TX_GAS() view returns (uint256)
100000
batches() view returns (address)
0xd16463ef9b0338ce3d73309028ef1714d220c024
enqueueGasCost() view returns (uint256)
60000
enqueueL2GasPrepaid() view returns (uint256)
1920000
getLastBlockNumber() view returns (uint40)
17422409
getLastTimestamp() view returns (uint40)
1686066707
getNextQueueIndex() view returns (uint40)
356633
getNumPendingQueueElements() view returns (uint40)
0
getQueueLength() view returns (uint40)
356633
getTotalBatches() view returns (uint256 _totalBatches)
854468
getTotalElements() view returns (uint256 _totalElements)
105235062
l2GasDiscountDivisor() view returns (uint256)
32
libAddressManager() view returns (address)
0xde1fcfb0851916ca5101820a69b13a4e276bd81f
maxTransactionGasLimit() view returns (uint256)
15000000
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.