CanonicalTransactionChain
Verified contract
Active on
Ethereum with 1,576 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) |
---|---|---|---|---|---|---|---|
| 21170368 | 2 days ago | | | 0 | 0.0027673957 | |
| 21170170 | 2 days ago | | | 0 | 0.0031378459 | |
| 21170071 | 2 days ago | | | 0 | 0.0031056532 | |
| 21169972 | 2 days ago | | | 0 | 0.0031584306 | |
| 21169872 | 2 days ago | | | 0 | 0.0027107789 | |
| 21165098 | 3 days ago | | | 0 | 0.0017233137 | |
| 21148861 | 5 days ago | | | 0 | 0.00098443488 | |
| 21148664 | 5 days ago | | | 0 | 0.0011530443 | |
| 21148563 | 5 days ago | | | 0 | 0.00084801927 | |
| 21142485 | 6 days ago | | | 0 | 0.0016997417 |
ABI
ABI objects
Getter at block 21183913
MAX_ROLLUP_TX_SIZE() view returns (uint256)
50000
MIN_ROLLUP_TX_GAS() view returns (uint256)
100000
batches() view returns (address)
0xd1313e1296d18a53600036dddb38ae65f62f9d62
enqueueGasCost() view returns (uint256)
60000
enqueueL2GasPrepaid() view returns (uint256)
1920000
getLastBlockNumber() view returns (uint40)
21170278
getLastTimestamp() view returns (uint40)
1731399456
getNextQueueIndex() view returns (uint40)
589
getNumPendingQueueElements() view returns (uint40)
0
getQueueLength() view returns (uint40)
589
getTotalBatches() view returns (uint256 _totalBatches)
1576
getTotalElements() view returns (uint256 _totalElements)
6285
l2GasDiscountDivisor() view returns (uint256)
32
libAddressManager() view returns (address)
0xedf6c92fa72fa6015b15c9821ada145a16c85571
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.