L2GasPriceOracle
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "L2GasPriceOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "L2GasPriceOracle"
ABI
ABI objects
Getter at block 21157349
intrinsicParams() view returns (uint64 txGas, uint64 txGasContractCreation, uint64 zeroGas, uint64 nonZeroGas)
(txGas=0, txGasContractCreation=0, zeroGas=0, nonZeroGas=0)
l2BaseFee() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
whitelist() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculateIntrinsicGasFee(bytes _message) view returns (uint256)
estimateCrossDomainMessageFee(uint256 _gasLimit) view returns (uint256)
State-modifying
Events initialize(uint64 _txGas, uint64 _txGasContractCreation, uint64 _zeroGas, uint64 _nonZeroGas)
renounceOwnership()
setIntrinsicParams(uint64 _txGas, uint64 _txGasContractCreation, uint64 _zeroGas, uint64 _nonZeroGas)
setL2BaseFee(uint256 _newL2BaseFee)
transferOwnership(address newOwner)
updateWhitelist(address _newWhitelist)
Initialized(uint8 version)
IntrinsicParamsUpdated(uint256 txGas, uint256 txGasContractCreation, uint256 zeroGas, uint256 nonZeroGas)
L2BaseFeeUpdated(uint256 oldL2BaseFee, uint256 newL2BaseFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateWhitelist(address _oldWhitelist, address _newWhitelist)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.