CanonicalTransactionChain
Verified contract
Active on
Ethereum with 743 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) |
---|---|---|---|---|---|---|---|
| 15967875 | 2 years ago | | | 0 | 0.0019213380 | |
| 15966688 | 2 years ago | | | 0 | 0.0019017730 | |
| 15928728 | 2 years ago | | | 0 | 0.021015780 | |
| 15897539 | 2 years ago | | | 0 | 0.0065720400 | |
| 15895890 | 2 years ago | | | 0 | 0.0055871180 | |
| 15894695 | 2 years ago | | | 0 | 0.0062428300 | |
| 15893503 | 2 years ago | | | 0 | 0.0055875940 | |
| 15892313 | 2 years ago | | | 0 | 0.0061052580 | |
| 15891234 | 2 years ago | | | 0 | 0.0067428800 | |
| 15889927 | 2 years ago | | | 0 | 0.0057557240 |
ABI
ABI objects
Getter at block 21315705
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)
0xb28e4568f45bb14fca3d78b5358c933e18af0488
enqueueGasCost() view returns (uint256)
60000
enqueueL2GasPrepaid() view returns (uint256)
1920000
getLastBlockNumber() view returns (uint40)
0
getLastTimestamp() view returns (uint40)
0
getNextQueueIndex() view returns (uint40)
0
getNumPendingQueueElements() view returns (uint40)
0
getQueueLength() view returns (uint40)
0
getTotalBatches() view returns (uint256 _totalBatches)
0
getTotalElements() view returns (uint256 _totalElements)
0
l2GasDiscountDivisor() view returns (uint256)
32
libAddressManager() view returns (address)
0xfe04f519b28fe14959e74b3ac79fcf2c3417b4d4
maxTransactionGasLimit() view returns (uint256)
11000000
queue() view returns (address)
0x6fefaa4cf65f653704a143322709c23a18e9bfbf
Read-only
getBatchByChainId(uint256 _chainId, uint256 _index) view returns (bytes32)
getBatchGlobalMetadataByChainId(uint256 _chainId) view returns (bytes27)
getLastBlockNumberByChainId(uint256 _chainId) view returns (uint40)
getLastTimestampByChainId(uint256 _chainId) view returns (uint40)
getNextQueueIndexByChainId(uint256 _chainId) view returns (uint40)
getNumPendingQueueElementsByChainId(uint256 _chainId) view returns (uint40)
getQueueElement(uint256 _index) view returns (struct Lib_OVMCodecQueueElement _element)
getQueueElementByChainId(uint256 _chainId, uint256 _index) view returns (struct Lib_OVMCodecQueueElement _element)
getQueueLengthByChainId(uint256 _chainId) view returns (uint40)
getTotalBatchesByChainId(uint256 _chainId) view returns (uint256 _totalBatches)
getTotalElementsByChainId(uint256 _chainId) view returns (uint256 _totalElements)
lengthBatchByChainId(uint256 _chainId) view returns (uint256)
resolve(string _name) view returns (address)
State-modifying
Events appendSequencerBatch()
appendSequencerBatchByChainId()
deleteBatchElementsAfterInclusiveByChainId(uint256 _chainId, uint256 _index, bytes27 _globalMetadata)
enqueue(address _target, uint256 _gasLimit, bytes _data)
enqueueByChainId(uint256 _chainId, address _target, uint256 _gasLimit, bytes _data)
pushBatchByChainId(uint256 _chainId, bytes32 _object, bytes27 _globalMetadata)
pushQueueByChainId(uint256 _chainId, struct Lib_OVMCodecQueueElement _object)
setBatchByChainId(uint256 _chainId, uint256 _index, bytes32 _object)
setBatchGlobalMetadataByChainId(uint256 _chainId, bytes27 _globalMetadata)
setGasParams(uint256 _l2GasDiscountDivisor, uint256 _enqueueGasCost)
setQueueByChainId(uint256 _chainId, uint256 _index, struct Lib_OVMCodecQueueElement _object)
BatchElementDeleted(address _sender, uint256 _chainId, uint256 _index, bytes27 _globalMetadata)
BatchPushed(address _sender, uint256 _chainId, bytes32 _object, bytes27 _globalMetadata)
BatchSetted(address _sender, uint256 _chainId, uint256 _index, bytes32 _object)
BatchesGlobalMetadataSet(address _sender, uint256 _chainId, bytes27 _globalMetadata)
L2GasParamsUpdated(uint256 l2GasDiscountDivisor, uint256 enqueueGasCost, uint256 enqueueL2GasPrepaid)
QueueBatchAppended(uint256 _chainId, uint256 _startingQueueIndex, uint256 _numQueueElements, uint256 _totalElements)
QueueElementDeleted(address _sender, uint256 _chainId, uint256 _index, bytes27 _globalMetadata)
QueueGlobalMetadataSet(address _sender, uint256 _chainId, bytes27 _globalMetadata)
QueuePushed(address _sender, uint256 _chainId, struct Lib_OVMCodecQueueElement _object)
QueueSetted(address _sender, uint256 _chainId, uint256 _index, struct Lib_OVMCodecQueueElement _object)
SequencerBatchAppended(uint256 _chainId, uint256 _startingQueueIndex, uint256 _numQueueElements, uint256 _totalElements)
TransactionBatchAppended(uint256 _chainId, uint256 indexed _batchIndex, bytes32 _batchRoot, uint256 _batchSize, uint256 _prevTotalElements, bytes _extraData)
TransactionEnqueued(uint256 _chainId, 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.