Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
90fb25f1
Unverified
Commit
90fb25f1
authored
Oct 22, 2024
by
Roberto Bayardo
Committed by
GitHub
Oct 22, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2e test for Holocene's configurable eip-1559 params (#12499)
parent
c9e3ad6e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
201 additions
and
14 deletions
+201
-14
systemconfig.go
op-e2e/bindings/systemconfig.go
+97
-14
eip1559params_test.go
op-e2e/system/fees/eip1559params_test.go
+104
-0
No files found.
op-e2e/bindings/systemconfig.go
View file @
90fb25f1
...
@@ -28,8 +28,8 @@ var (
...
@@ -28,8 +28,8 @@ var (
_
=
event
.
NewSubscription
_
=
event
.
NewSubscription
)
)
// ResourceMeteringResourceConfig is an auto generated low-level Go binding around an user-defined struct.
//
I
ResourceMeteringResourceConfig is an auto generated low-level Go binding around an user-defined struct.
type
ResourceMeteringResourceConfig
struct
{
type
I
ResourceMeteringResourceConfig
struct
{
MaxResourceLimit
uint32
MaxResourceLimit
uint32
ElasticityMultiplier
uint8
ElasticityMultiplier
uint8
BaseFeeMaxChangeDenominator
uint8
BaseFeeMaxChangeDenominator
uint8
...
@@ -51,7 +51,7 @@ type SystemConfigAddresses struct {
...
@@ -51,7 +51,7 @@ type SystemConfigAddresses struct {
// SystemConfigMetaData contains all meta data concerning the SystemConfig contract.
// SystemConfigMetaData contains all meta data concerning the SystemConfig contract.
var
SystemConfigMetaData
=
&
bind
.
MetaData
{
var
SystemConfigMetaData
=
&
bind
.
MetaData
{
ABI
:
"[{
\"
inputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
,
\"
type
\"
:
\"
constructor
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
BATCH_INBOX_SLOT
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
DISPUTE_GAME_FACTORY_SLOT
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
L1_CROSS_DOMAIN_MESSENGER_SLOT
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
L1_ERC_721_BRIDGE_SLOT
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
L1_STANDARD_BRIDGE_SLOT
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
OPTIMISM_MINTABLE_ERC20_FACTORY_SLOT
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
OPTIMISM_PORTAL_SLOT
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
START_BLOCK_SLOT
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
UNSAFE_BLOCK_SIGNER_SLOT
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
VERSION
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
uint256
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint256
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
basefeeScalar
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
batchInbox
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
batcherHash
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
blobbasefeeScalar
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
disputeGameFactory
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
gasLimit
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
uint64
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint64
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
gasPayingToken
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
internalType
\"
:
\"
uint8
\"
,
\"
name
\"
:
\"
decimals_
\"
,
\"
type
\"
:
\"
uint8
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
gasPayingTokenName
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
string
\"
,
\"
name
\"
:
\"
name_
\"
,
\"
type
\"
:
\"
string
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
gasPayingTokenSymbol
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
string
\"
,
\"
name
\"
:
\"
symbol_
\"
,
\"
type
\"
:
\"
string
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
_owner
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
_basefeeScalar
\"
,
\"
type
\"
:
\"
uint32
\"
},{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
_blobbasefeeScalar
\"
,
\"
type
\"
:
\"
uint32
\"
},{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"
_batcherHash
\"
,
\"
type
\"
:
\"
bytes32
\"
},{
\"
internalType
\"
:
\"
uint64
\"
,
\"
name
\"
:
\"
_gasLimit
\"
,
\"
type
\"
:
\"
uint64
\"
},{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
_unsafeBlockSigner
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
components
\"
:[{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
maxResourceLimit
\"
,
\"
type
\"
:
\"
uint32
\"
},{
\"
internalType
\"
:
\"
uint8
\"
,
\"
name
\"
:
\"
elasticityMultiplier
\"
,
\"
type
\"
:
\"
uint8
\"
},{
\"
internalType
\"
:
\"
uint8
\"
,
\"
name
\"
:
\"
baseFeeMaxChangeDenominator
\"
,
\"
type
\"
:
\"
uint8
\"
},{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
minimumBaseFee
\"
,
\"
type
\"
:
\"
uint32
\"
},{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
systemTxMaxGas
\"
,
\"
type
\"
:
\"
uint32
\"
},{
\"
internalType
\"
:
\"
uint128
\"
,
\"
name
\"
:
\"
maximumBaseFee
\"
,
\"
type
\"
:
\"
uint128
\"
}],
\"
internalType
\"
:
\"
structResourceMetering.ResourceConfig
\"
,
\"
name
\"
:
\"
_config
\"
,
\"
type
\"
:
\"
tuple
\"
},{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
_batchInbox
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
components
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
l1CrossDomainMessenger
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
l1ERC721Bridge
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
l1StandardBridge
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
disputeGameFactory
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
optimismPortal
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
optimismMintableERC20Factory
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
gasPayingToken
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
internalType
\"
:
\"
structSystemConfig.Addresses
\"
,
\"
name
\"
:
\"
_addresses
\"
,
\"
type
\"
:
\"
tuple
\"
}],
\"
name
\"
:
\"
initialize
\"
,
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
isCustomGasToken
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
bool
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bool
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
l1CrossDomainMessenger
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
l1ERC721Bridge
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
l1StandardBridge
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
maximumGasLimit
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
uint64
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint64
\"
}],
\"
stateMutability
\"
:
\"
pure
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
minimumGasLimit
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
uint64
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint64
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
optimismMintableERC20Factory
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
optimismPortal
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
overhead
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
uint256
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint256
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
owner
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
renounceOwnership
\"
,
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
resourceConfig
\"
,
\"
outputs
\"
:[{
\"
components
\"
:[{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
maxResourceLimit
\"
,
\"
type
\"
:
\"
uint32
\"
},{
\"
internalType
\"
:
\"
uint8
\"
,
\"
name
\"
:
\"
elasticityMultiplier
\"
,
\"
type
\"
:
\"
uint8
\"
},{
\"
internalType
\"
:
\"
uint8
\"
,
\"
name
\"
:
\"
baseFeeMaxChangeDenominator
\"
,
\"
type
\"
:
\"
uint8
\"
},{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
minimumBaseFee
\"
,
\"
type
\"
:
\"
uint32
\"
},{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
systemTxMaxGas
\"
,
\"
type
\"
:
\"
uint32
\"
},{
\"
internalType
\"
:
\"
uint128
\"
,
\"
name
\"
:
\"
maximumBaseFee
\"
,
\"
type
\"
:
\"
uint128
\"
}],
\"
internalType
\"
:
\"
structResourceMetering.ResourceConfig
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
tuple
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
scalar
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
uint256
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint256
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[{
\"
internalType
\"
:
\"
bytes32
\"
,
\"
name
\"
:
\"
_batcherHash
\"
,
\"
type
\"
:
\"
bytes32
\"
}],
\"
name
\"
:
\"
setBatcherHash
\"
,
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[{
\"
internalType
\"
:
\"
uint256
\"
,
\"
name
\"
:
\"
_overhead
\"
,
\"
type
\"
:
\"
uint256
\"
},{
\"
internalType
\"
:
\"
uint256
\"
,
\"
name
\"
:
\"
_scalar
\"
,
\"
type
\"
:
\"
uint256
\"
}],
\"
name
\"
:
\"
setGasConfig
\"
,
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
_basefeeScalar
\"
,
\"
type
\"
:
\"
uint32
\"
},{
\"
internalType
\"
:
\"
uint32
\"
,
\"
name
\"
:
\"
_blobbasefeeScalar
\"
,
\"
type
\"
:
\"
uint32
\"
}],
\"
name
\"
:
\"
setGasConfigEcotone
\"
,
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[{
\"
internalType
\"
:
\"
uint64
\"
,
\"
name
\"
:
\"
_gasLimit
\"
,
\"
type
\"
:
\"
uint64
\"
}],
\"
name
\"
:
\"
setGasLimit
\"
,
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
_unsafeBlockSigner
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
name
\"
:
\"
setUnsafeBlockSigner
\"
,
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
startBlock
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
uint256
\"
,
\"
name
\"
:
\"
startBlock_
\"
,
\"
type
\"
:
\"
uint256
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
newOwner
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
name
\"
:
\"
transferOwnership
\"
,
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
unsafeBlockSigner
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
inputs
\"
:[],
\"
name
\"
:
\"
version
\"
,
\"
outputs
\"
:[{
\"
internalType
\"
:
\"
string
\"
,
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
string
\"
}],
\"
stateMutability
\"
:
\"
view
\"
,
\"
type
\"
:
\"
function
\"
},{
\"
anonymous
\"
:false,
\"
inputs
\"
:[{
\"
indexed
\"
:true,
\"
internalType
\"
:
\"
uint256
\"
,
\"
name
\"
:
\"
version
\"
,
\"
type
\"
:
\"
uint256
\"
},{
\"
indexed
\"
:true,
\"
internalType
\"
:
\"
enumSystemConfig.UpdateType
\"
,
\"
name
\"
:
\"
updateType
\"
,
\"
type
\"
:
\"
uint8
\"
},{
\"
indexed
\"
:false,
\"
internalType
\"
:
\"
bytes
\"
,
\"
name
\"
:
\"
data
\"
,
\"
type
\"
:
\"
bytes
\"
}],
\"
name
\"
:
\"
ConfigUpdate
\"
,
\"
type
\"
:
\"
event
\"
},{
\"
anonymous
\"
:false,
\"
inputs
\"
:[{
\"
indexed
\"
:false,
\"
internalType
\"
:
\"
uint8
\"
,
\"
name
\"
:
\"
version
\"
,
\"
type
\"
:
\"
uint8
\"
}],
\"
name
\"
:
\"
Initialized
\"
,
\"
type
\"
:
\"
event
\"
},{
\"
anonymous
\"
:false,
\"
inputs
\"
:[{
\"
indexed
\"
:true,
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
previousOwner
\"
,
\"
type
\"
:
\"
address
\"
},{
\"
indexed
\"
:true,
\"
internalType
\"
:
\"
address
\"
,
\"
name
\"
:
\"
newOwner
\"
,
\"
type
\"
:
\"
address
\"
}],
\"
name
\"
:
\"
OwnershipTransferred
\"
,
\"
type
\"
:
\"
event
\"
}]"
,
ABI
:
"[{
\"
type
\"
:
\"
constructor
\"
,
\"
inputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
BATCH_INBOX_SLOT
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
DISPUTE_GAME_FACTORY_SLOT
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
L1_CROSS_DOMAIN_MESSENGER_SLOT
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
L1_ERC_721_BRIDGE_SLOT
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
L1_STANDARD_BRIDGE_SLOT
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
OPTIMISM_MINTABLE_ERC20_FACTORY_SLOT
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
OPTIMISM_PORTAL_SLOT
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
START_BLOCK_SLOT
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
UNSAFE_BLOCK_SIGNER_SLOT
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
VERSION
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint256
\"
,
\"
internalType
\"
:
\"
uint256
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
basefeeScalar
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
batchInbox
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
batcherHash
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
blobbasefeeScalar
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
disputeGameFactory
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
eip1559Denominator
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
eip1559Elasticity
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
gasLimit
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint64
\"
,
\"
internalType
\"
:
\"
uint64
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
gasPayingToken
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
decimals_
\"
,
\"
type
\"
:
\"
uint8
\"
,
\"
internalType
\"
:
\"
uint8
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
gasPayingTokenName
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
name_
\"
,
\"
type
\"
:
\"
string
\"
,
\"
internalType
\"
:
\"
string
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
gasPayingTokenSymbol
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
symbol_
\"
,
\"
type
\"
:
\"
string
\"
,
\"
internalType
\"
:
\"
string
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
initialize
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
_owner
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
_basefeeScalar
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
_blobbasefeeScalar
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
_batcherHash
\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
},{
\"
name
\"
:
\"
_gasLimit
\"
,
\"
type
\"
:
\"
uint64
\"
,
\"
internalType
\"
:
\"
uint64
\"
},{
\"
name
\"
:
\"
_unsafeBlockSigner
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
_config
\"
,
\"
type
\"
:
\"
tuple
\"
,
\"
internalType
\"
:
\"
structIResourceMetering.ResourceConfig
\"
,
\"
components
\"
:[{
\"
name
\"
:
\"
maxResourceLimit
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
elasticityMultiplier
\"
,
\"
type
\"
:
\"
uint8
\"
,
\"
internalType
\"
:
\"
uint8
\"
},{
\"
name
\"
:
\"
baseFeeMaxChangeDenominator
\"
,
\"
type
\"
:
\"
uint8
\"
,
\"
internalType
\"
:
\"
uint8
\"
},{
\"
name
\"
:
\"
minimumBaseFee
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
systemTxMaxGas
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
maximumBaseFee
\"
,
\"
type
\"
:
\"
uint128
\"
,
\"
internalType
\"
:
\"
uint128
\"
}]},{
\"
name
\"
:
\"
_batchInbox
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
_addresses
\"
,
\"
type
\"
:
\"
tuple
\"
,
\"
internalType
\"
:
\"
structSystemConfig.Addresses
\"
,
\"
components
\"
:[{
\"
name
\"
:
\"
l1CrossDomainMessenger
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
l1ERC721Bridge
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
l1StandardBridge
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
disputeGameFactory
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
optimismPortal
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
optimismMintableERC20Factory
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
gasPayingToken
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}]}],
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
isCustomGasToken
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
bool
\"
,
\"
internalType
\"
:
\"
bool
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
l1CrossDomainMessenger
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
l1ERC721Bridge
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
l1StandardBridge
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
maximumGasLimit
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint64
\"
,
\"
internalType
\"
:
\"
uint64
\"
}],
\"
stateMutability
\"
:
\"
pure
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
minimumGasLimit
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint64
\"
,
\"
internalType
\"
:
\"
uint64
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
optimismMintableERC20Factory
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
optimismPortal
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
overhead
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint256
\"
,
\"
internalType
\"
:
\"
uint256
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
owner
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
renounceOwnership
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
resourceConfig
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
tuple
\"
,
\"
internalType
\"
:
\"
structIResourceMetering.ResourceConfig
\"
,
\"
components
\"
:[{
\"
name
\"
:
\"
maxResourceLimit
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
elasticityMultiplier
\"
,
\"
type
\"
:
\"
uint8
\"
,
\"
internalType
\"
:
\"
uint8
\"
},{
\"
name
\"
:
\"
baseFeeMaxChangeDenominator
\"
,
\"
type
\"
:
\"
uint8
\"
,
\"
internalType
\"
:
\"
uint8
\"
},{
\"
name
\"
:
\"
minimumBaseFee
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
systemTxMaxGas
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
maximumBaseFee
\"
,
\"
type
\"
:
\"
uint128
\"
,
\"
internalType
\"
:
\"
uint128
\"
}]}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
scalar
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
uint256
\"
,
\"
internalType
\"
:
\"
uint256
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
setBatcherHash
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
_batcherHash
\"
,
\"
type
\"
:
\"
bytes32
\"
,
\"
internalType
\"
:
\"
bytes32
\"
}],
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
setEIP1559Params
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
_denominator
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
_elasticity
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
}],
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
setGasConfig
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
_overhead
\"
,
\"
type
\"
:
\"
uint256
\"
,
\"
internalType
\"
:
\"
uint256
\"
},{
\"
name
\"
:
\"
_scalar
\"
,
\"
type
\"
:
\"
uint256
\"
,
\"
internalType
\"
:
\"
uint256
\"
}],
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
setGasConfigEcotone
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
_basefeeScalar
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
},{
\"
name
\"
:
\"
_blobbasefeeScalar
\"
,
\"
type
\"
:
\"
uint32
\"
,
\"
internalType
\"
:
\"
uint32
\"
}],
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
setGasLimit
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
_gasLimit
\"
,
\"
type
\"
:
\"
uint64
\"
,
\"
internalType
\"
:
\"
uint64
\"
}],
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
setUnsafeBlockSigner
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
_unsafeBlockSigner
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
startBlock
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
startBlock_
\"
,
\"
type
\"
:
\"
uint256
\"
,
\"
internalType
\"
:
\"
uint256
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
transferOwnership
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
newOwner
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
outputs
\"
:[],
\"
stateMutability
\"
:
\"
nonpayable
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
unsafeBlockSigner
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"
addr_
\"
,
\"
type
\"
:
\"
address
\"
,
\"
internalType
\"
:
\"
address
\"
}],
\"
stateMutability
\"
:
\"
view
\"
},{
\"
type
\"
:
\"
function
\"
,
\"
name
\"
:
\"
version
\"
,
\"
inputs
\"
:[],
\"
outputs
\"
:[{
\"
name
\"
:
\"\"
,
\"
type
\"
:
\"
string
\"
,
\"
internalType
\"
:
\"
string
\"
}],
\"
stateMutability
\"
:
\"
pure
\"
},{
\"
type
\"
:
\"
event
\"
,
\"
name
\"
:
\"
ConfigUpdate
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
version
\"
,
\"
type
\"
:
\"
uint256
\"
,
\"
indexed
\"
:true,
\"
internalType
\"
:
\"
uint256
\"
},{
\"
name
\"
:
\"
updateType
\"
,
\"
type
\"
:
\"
uint8
\"
,
\"
indexed
\"
:true,
\"
internalType
\"
:
\"
enumSystemConfig.UpdateType
\"
},{
\"
name
\"
:
\"
data
\"
,
\"
type
\"
:
\"
bytes
\"
,
\"
indexed
\"
:false,
\"
internalType
\"
:
\"
bytes
\"
}],
\"
anonymous
\"
:false},{
\"
type
\"
:
\"
event
\"
,
\"
name
\"
:
\"
Initialized
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
version
\"
,
\"
type
\"
:
\"
uint8
\"
,
\"
indexed
\"
:false,
\"
internalType
\"
:
\"
uint8
\"
}],
\"
anonymous
\"
:false},{
\"
type
\"
:
\"
event
\"
,
\"
name
\"
:
\"
OwnershipTransferred
\"
,
\"
inputs
\"
:[{
\"
name
\"
:
\"
previousOwner
\"
,
\"
type
\"
:
\"
address
\"
,
\"
indexed
\"
:true,
\"
internalType
\"
:
\"
address
\"
},{
\"
name
\"
:
\"
newOwner
\"
,
\"
type
\"
:
\"
address
\"
,
\"
indexed
\"
:true,
\"
internalType
\"
:
\"
address
\"
}],
\"
anonymous
\"
:false
}]"
,
}
}
// SystemConfigABI is the input ABI used to generate the binding from.
// SystemConfigABI is the input ABI used to generate the binding from.
...
@@ -665,6 +665,68 @@ func (_SystemConfig *SystemConfigCallerSession) DisputeGameFactory() (common.Add
...
@@ -665,6 +665,68 @@ func (_SystemConfig *SystemConfigCallerSession) DisputeGameFactory() (common.Add
return
_SystemConfig
.
Contract
.
DisputeGameFactory
(
&
_SystemConfig
.
CallOpts
)
return
_SystemConfig
.
Contract
.
DisputeGameFactory
(
&
_SystemConfig
.
CallOpts
)
}
}
// Eip1559Denominator is a free data retrieval call binding the contract method 0xd220a9e0.
//
// Solidity: function eip1559Denominator() view returns(uint32)
func
(
_SystemConfig
*
SystemConfigCaller
)
Eip1559Denominator
(
opts
*
bind
.
CallOpts
)
(
uint32
,
error
)
{
var
out
[]
interface
{}
err
:=
_SystemConfig
.
contract
.
Call
(
opts
,
&
out
,
"eip1559Denominator"
)
if
err
!=
nil
{
return
*
new
(
uint32
),
err
}
out0
:=
*
abi
.
ConvertType
(
out
[
0
],
new
(
uint32
))
.
(
*
uint32
)
return
out0
,
err
}
// Eip1559Denominator is a free data retrieval call binding the contract method 0xd220a9e0.
//
// Solidity: function eip1559Denominator() view returns(uint32)
func
(
_SystemConfig
*
SystemConfigSession
)
Eip1559Denominator
()
(
uint32
,
error
)
{
return
_SystemConfig
.
Contract
.
Eip1559Denominator
(
&
_SystemConfig
.
CallOpts
)
}
// Eip1559Denominator is a free data retrieval call binding the contract method 0xd220a9e0.
//
// Solidity: function eip1559Denominator() view returns(uint32)
func
(
_SystemConfig
*
SystemConfigCallerSession
)
Eip1559Denominator
()
(
uint32
,
error
)
{
return
_SystemConfig
.
Contract
.
Eip1559Denominator
(
&
_SystemConfig
.
CallOpts
)
}
// Eip1559Elasticity is a free data retrieval call binding the contract method 0xc9ff2d16.
//
// Solidity: function eip1559Elasticity() view returns(uint32)
func
(
_SystemConfig
*
SystemConfigCaller
)
Eip1559Elasticity
(
opts
*
bind
.
CallOpts
)
(
uint32
,
error
)
{
var
out
[]
interface
{}
err
:=
_SystemConfig
.
contract
.
Call
(
opts
,
&
out
,
"eip1559Elasticity"
)
if
err
!=
nil
{
return
*
new
(
uint32
),
err
}
out0
:=
*
abi
.
ConvertType
(
out
[
0
],
new
(
uint32
))
.
(
*
uint32
)
return
out0
,
err
}
// Eip1559Elasticity is a free data retrieval call binding the contract method 0xc9ff2d16.
//
// Solidity: function eip1559Elasticity() view returns(uint32)
func
(
_SystemConfig
*
SystemConfigSession
)
Eip1559Elasticity
()
(
uint32
,
error
)
{
return
_SystemConfig
.
Contract
.
Eip1559Elasticity
(
&
_SystemConfig
.
CallOpts
)
}
// Eip1559Elasticity is a free data retrieval call binding the contract method 0xc9ff2d16.
//
// Solidity: function eip1559Elasticity() view returns(uint32)
func
(
_SystemConfig
*
SystemConfigCallerSession
)
Eip1559Elasticity
()
(
uint32
,
error
)
{
return
_SystemConfig
.
Contract
.
Eip1559Elasticity
(
&
_SystemConfig
.
CallOpts
)
}
// GasLimit is a free data retrieval call binding the contract method 0xf68016b7.
// GasLimit is a free data retrieval call binding the contract method 0xf68016b7.
//
//
// Solidity: function gasLimit() view returns(uint64)
// Solidity: function gasLimit() view returns(uint64)
...
@@ -1116,15 +1178,15 @@ func (_SystemConfig *SystemConfigCallerSession) Owner() (common.Address, error)
...
@@ -1116,15 +1178,15 @@ func (_SystemConfig *SystemConfigCallerSession) Owner() (common.Address, error)
// ResourceConfig is a free data retrieval call binding the contract method 0xcc731b02.
// ResourceConfig is a free data retrieval call binding the contract method 0xcc731b02.
//
//
// Solidity: function resourceConfig() view returns((uint32,uint8,uint8,uint32,uint32,uint128))
// Solidity: function resourceConfig() view returns((uint32,uint8,uint8,uint32,uint32,uint128))
func
(
_SystemConfig
*
SystemConfigCaller
)
ResourceConfig
(
opts
*
bind
.
CallOpts
)
(
ResourceMeteringResourceConfig
,
error
)
{
func
(
_SystemConfig
*
SystemConfigCaller
)
ResourceConfig
(
opts
*
bind
.
CallOpts
)
(
I
ResourceMeteringResourceConfig
,
error
)
{
var
out
[]
interface
{}
var
out
[]
interface
{}
err
:=
_SystemConfig
.
contract
.
Call
(
opts
,
&
out
,
"resourceConfig"
)
err
:=
_SystemConfig
.
contract
.
Call
(
opts
,
&
out
,
"resourceConfig"
)
if
err
!=
nil
{
if
err
!=
nil
{
return
*
new
(
ResourceMeteringResourceConfig
),
err
return
*
new
(
I
ResourceMeteringResourceConfig
),
err
}
}
out0
:=
*
abi
.
ConvertType
(
out
[
0
],
new
(
ResourceMeteringResourceConfig
))
.
(
*
ResourceMeteringResourceConfig
)
out0
:=
*
abi
.
ConvertType
(
out
[
0
],
new
(
IResourceMeteringResourceConfig
))
.
(
*
I
ResourceMeteringResourceConfig
)
return
out0
,
err
return
out0
,
err
...
@@ -1133,14 +1195,14 @@ func (_SystemConfig *SystemConfigCaller) ResourceConfig(opts *bind.CallOpts) (Re
...
@@ -1133,14 +1195,14 @@ func (_SystemConfig *SystemConfigCaller) ResourceConfig(opts *bind.CallOpts) (Re
// ResourceConfig is a free data retrieval call binding the contract method 0xcc731b02.
// ResourceConfig is a free data retrieval call binding the contract method 0xcc731b02.
//
//
// Solidity: function resourceConfig() view returns((uint32,uint8,uint8,uint32,uint32,uint128))
// Solidity: function resourceConfig() view returns((uint32,uint8,uint8,uint32,uint32,uint128))
func
(
_SystemConfig
*
SystemConfigSession
)
ResourceConfig
()
(
ResourceMeteringResourceConfig
,
error
)
{
func
(
_SystemConfig
*
SystemConfigSession
)
ResourceConfig
()
(
I
ResourceMeteringResourceConfig
,
error
)
{
return
_SystemConfig
.
Contract
.
ResourceConfig
(
&
_SystemConfig
.
CallOpts
)
return
_SystemConfig
.
Contract
.
ResourceConfig
(
&
_SystemConfig
.
CallOpts
)
}
}
// ResourceConfig is a free data retrieval call binding the contract method 0xcc731b02.
// ResourceConfig is a free data retrieval call binding the contract method 0xcc731b02.
//
//
// Solidity: function resourceConfig() view returns((uint32,uint8,uint8,uint32,uint32,uint128))
// Solidity: function resourceConfig() view returns((uint32,uint8,uint8,uint32,uint32,uint128))
func
(
_SystemConfig
*
SystemConfigCallerSession
)
ResourceConfig
()
(
ResourceMeteringResourceConfig
,
error
)
{
func
(
_SystemConfig
*
SystemConfigCallerSession
)
ResourceConfig
()
(
I
ResourceMeteringResourceConfig
,
error
)
{
return
_SystemConfig
.
Contract
.
ResourceConfig
(
&
_SystemConfig
.
CallOpts
)
return
_SystemConfig
.
Contract
.
ResourceConfig
(
&
_SystemConfig
.
CallOpts
)
}
}
...
@@ -1239,7 +1301,7 @@ func (_SystemConfig *SystemConfigCallerSession) UnsafeBlockSigner() (common.Addr
...
@@ -1239,7 +1301,7 @@ func (_SystemConfig *SystemConfigCallerSession) UnsafeBlockSigner() (common.Addr
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
//
//
// Solidity: function version()
view
returns(string)
// Solidity: function version()
pure
returns(string)
func
(
_SystemConfig
*
SystemConfigCaller
)
Version
(
opts
*
bind
.
CallOpts
)
(
string
,
error
)
{
func
(
_SystemConfig
*
SystemConfigCaller
)
Version
(
opts
*
bind
.
CallOpts
)
(
string
,
error
)
{
var
out
[]
interface
{}
var
out
[]
interface
{}
err
:=
_SystemConfig
.
contract
.
Call
(
opts
,
&
out
,
"version"
)
err
:=
_SystemConfig
.
contract
.
Call
(
opts
,
&
out
,
"version"
)
...
@@ -1256,14 +1318,14 @@ func (_SystemConfig *SystemConfigCaller) Version(opts *bind.CallOpts) (string, e
...
@@ -1256,14 +1318,14 @@ func (_SystemConfig *SystemConfigCaller) Version(opts *bind.CallOpts) (string, e
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
//
//
// Solidity: function version()
view
returns(string)
// Solidity: function version()
pure
returns(string)
func
(
_SystemConfig
*
SystemConfigSession
)
Version
()
(
string
,
error
)
{
func
(
_SystemConfig
*
SystemConfigSession
)
Version
()
(
string
,
error
)
{
return
_SystemConfig
.
Contract
.
Version
(
&
_SystemConfig
.
CallOpts
)
return
_SystemConfig
.
Contract
.
Version
(
&
_SystemConfig
.
CallOpts
)
}
}
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
// Version is a free data retrieval call binding the contract method 0x54fd4d50.
//
//
// Solidity: function version()
view
returns(string)
// Solidity: function version()
pure
returns(string)
func
(
_SystemConfig
*
SystemConfigCallerSession
)
Version
()
(
string
,
error
)
{
func
(
_SystemConfig
*
SystemConfigCallerSession
)
Version
()
(
string
,
error
)
{
return
_SystemConfig
.
Contract
.
Version
(
&
_SystemConfig
.
CallOpts
)
return
_SystemConfig
.
Contract
.
Version
(
&
_SystemConfig
.
CallOpts
)
}
}
...
@@ -1271,21 +1333,21 @@ func (_SystemConfig *SystemConfigCallerSession) Version() (string, error) {
...
@@ -1271,21 +1333,21 @@ func (_SystemConfig *SystemConfigCallerSession) Version() (string, error) {
// Initialize is a paid mutator transaction binding the contract method 0xdb9040fa.
// Initialize is a paid mutator transaction binding the contract method 0xdb9040fa.
//
//
// Solidity: function initialize(address _owner, uint32 _basefeeScalar, uint32 _blobbasefeeScalar, bytes32 _batcherHash, uint64 _gasLimit, address _unsafeBlockSigner, (uint32,uint8,uint8,uint32,uint32,uint128) _config, address _batchInbox, (address,address,address,address,address,address,address) _addresses) returns()
// Solidity: function initialize(address _owner, uint32 _basefeeScalar, uint32 _blobbasefeeScalar, bytes32 _batcherHash, uint64 _gasLimit, address _unsafeBlockSigner, (uint32,uint8,uint8,uint32,uint32,uint128) _config, address _batchInbox, (address,address,address,address,address,address,address) _addresses) returns()
func
(
_SystemConfig
*
SystemConfigTransactor
)
Initialize
(
opts
*
bind
.
TransactOpts
,
_owner
common
.
Address
,
_basefeeScalar
uint32
,
_blobbasefeeScalar
uint32
,
_batcherHash
[
32
]
byte
,
_gasLimit
uint64
,
_unsafeBlockSigner
common
.
Address
,
_config
ResourceMeteringResourceConfig
,
_batchInbox
common
.
Address
,
_addresses
SystemConfigAddresses
)
(
*
types
.
Transaction
,
error
)
{
func
(
_SystemConfig
*
SystemConfigTransactor
)
Initialize
(
opts
*
bind
.
TransactOpts
,
_owner
common
.
Address
,
_basefeeScalar
uint32
,
_blobbasefeeScalar
uint32
,
_batcherHash
[
32
]
byte
,
_gasLimit
uint64
,
_unsafeBlockSigner
common
.
Address
,
_config
I
ResourceMeteringResourceConfig
,
_batchInbox
common
.
Address
,
_addresses
SystemConfigAddresses
)
(
*
types
.
Transaction
,
error
)
{
return
_SystemConfig
.
contract
.
Transact
(
opts
,
"initialize"
,
_owner
,
_basefeeScalar
,
_blobbasefeeScalar
,
_batcherHash
,
_gasLimit
,
_unsafeBlockSigner
,
_config
,
_batchInbox
,
_addresses
)
return
_SystemConfig
.
contract
.
Transact
(
opts
,
"initialize"
,
_owner
,
_basefeeScalar
,
_blobbasefeeScalar
,
_batcherHash
,
_gasLimit
,
_unsafeBlockSigner
,
_config
,
_batchInbox
,
_addresses
)
}
}
// Initialize is a paid mutator transaction binding the contract method 0xdb9040fa.
// Initialize is a paid mutator transaction binding the contract method 0xdb9040fa.
//
//
// Solidity: function initialize(address _owner, uint32 _basefeeScalar, uint32 _blobbasefeeScalar, bytes32 _batcherHash, uint64 _gasLimit, address _unsafeBlockSigner, (uint32,uint8,uint8,uint32,uint32,uint128) _config, address _batchInbox, (address,address,address,address,address,address,address) _addresses) returns()
// Solidity: function initialize(address _owner, uint32 _basefeeScalar, uint32 _blobbasefeeScalar, bytes32 _batcherHash, uint64 _gasLimit, address _unsafeBlockSigner, (uint32,uint8,uint8,uint32,uint32,uint128) _config, address _batchInbox, (address,address,address,address,address,address,address) _addresses) returns()
func
(
_SystemConfig
*
SystemConfigSession
)
Initialize
(
_owner
common
.
Address
,
_basefeeScalar
uint32
,
_blobbasefeeScalar
uint32
,
_batcherHash
[
32
]
byte
,
_gasLimit
uint64
,
_unsafeBlockSigner
common
.
Address
,
_config
ResourceMeteringResourceConfig
,
_batchInbox
common
.
Address
,
_addresses
SystemConfigAddresses
)
(
*
types
.
Transaction
,
error
)
{
func
(
_SystemConfig
*
SystemConfigSession
)
Initialize
(
_owner
common
.
Address
,
_basefeeScalar
uint32
,
_blobbasefeeScalar
uint32
,
_batcherHash
[
32
]
byte
,
_gasLimit
uint64
,
_unsafeBlockSigner
common
.
Address
,
_config
I
ResourceMeteringResourceConfig
,
_batchInbox
common
.
Address
,
_addresses
SystemConfigAddresses
)
(
*
types
.
Transaction
,
error
)
{
return
_SystemConfig
.
Contract
.
Initialize
(
&
_SystemConfig
.
TransactOpts
,
_owner
,
_basefeeScalar
,
_blobbasefeeScalar
,
_batcherHash
,
_gasLimit
,
_unsafeBlockSigner
,
_config
,
_batchInbox
,
_addresses
)
return
_SystemConfig
.
Contract
.
Initialize
(
&
_SystemConfig
.
TransactOpts
,
_owner
,
_basefeeScalar
,
_blobbasefeeScalar
,
_batcherHash
,
_gasLimit
,
_unsafeBlockSigner
,
_config
,
_batchInbox
,
_addresses
)
}
}
// Initialize is a paid mutator transaction binding the contract method 0xdb9040fa.
// Initialize is a paid mutator transaction binding the contract method 0xdb9040fa.
//
//
// Solidity: function initialize(address _owner, uint32 _basefeeScalar, uint32 _blobbasefeeScalar, bytes32 _batcherHash, uint64 _gasLimit, address _unsafeBlockSigner, (uint32,uint8,uint8,uint32,uint32,uint128) _config, address _batchInbox, (address,address,address,address,address,address,address) _addresses) returns()
// Solidity: function initialize(address _owner, uint32 _basefeeScalar, uint32 _blobbasefeeScalar, bytes32 _batcherHash, uint64 _gasLimit, address _unsafeBlockSigner, (uint32,uint8,uint8,uint32,uint32,uint128) _config, address _batchInbox, (address,address,address,address,address,address,address) _addresses) returns()
func
(
_SystemConfig
*
SystemConfigTransactorSession
)
Initialize
(
_owner
common
.
Address
,
_basefeeScalar
uint32
,
_blobbasefeeScalar
uint32
,
_batcherHash
[
32
]
byte
,
_gasLimit
uint64
,
_unsafeBlockSigner
common
.
Address
,
_config
ResourceMeteringResourceConfig
,
_batchInbox
common
.
Address
,
_addresses
SystemConfigAddresses
)
(
*
types
.
Transaction
,
error
)
{
func
(
_SystemConfig
*
SystemConfigTransactorSession
)
Initialize
(
_owner
common
.
Address
,
_basefeeScalar
uint32
,
_blobbasefeeScalar
uint32
,
_batcherHash
[
32
]
byte
,
_gasLimit
uint64
,
_unsafeBlockSigner
common
.
Address
,
_config
I
ResourceMeteringResourceConfig
,
_batchInbox
common
.
Address
,
_addresses
SystemConfigAddresses
)
(
*
types
.
Transaction
,
error
)
{
return
_SystemConfig
.
Contract
.
Initialize
(
&
_SystemConfig
.
TransactOpts
,
_owner
,
_basefeeScalar
,
_blobbasefeeScalar
,
_batcherHash
,
_gasLimit
,
_unsafeBlockSigner
,
_config
,
_batchInbox
,
_addresses
)
return
_SystemConfig
.
Contract
.
Initialize
(
&
_SystemConfig
.
TransactOpts
,
_owner
,
_basefeeScalar
,
_blobbasefeeScalar
,
_batcherHash
,
_gasLimit
,
_unsafeBlockSigner
,
_config
,
_batchInbox
,
_addresses
)
}
}
...
@@ -1331,6 +1393,27 @@ func (_SystemConfig *SystemConfigTransactorSession) SetBatcherHash(_batcherHash
...
@@ -1331,6 +1393,27 @@ func (_SystemConfig *SystemConfigTransactorSession) SetBatcherHash(_batcherHash
return
_SystemConfig
.
Contract
.
SetBatcherHash
(
&
_SystemConfig
.
TransactOpts
,
_batcherHash
)
return
_SystemConfig
.
Contract
.
SetBatcherHash
(
&
_SystemConfig
.
TransactOpts
,
_batcherHash
)
}
}
// SetEIP1559Params is a paid mutator transaction binding the contract method 0xc0fd4b41.
//
// Solidity: function setEIP1559Params(uint32 _denominator, uint32 _elasticity) returns()
func
(
_SystemConfig
*
SystemConfigTransactor
)
SetEIP1559Params
(
opts
*
bind
.
TransactOpts
,
_denominator
uint32
,
_elasticity
uint32
)
(
*
types
.
Transaction
,
error
)
{
return
_SystemConfig
.
contract
.
Transact
(
opts
,
"setEIP1559Params"
,
_denominator
,
_elasticity
)
}
// SetEIP1559Params is a paid mutator transaction binding the contract method 0xc0fd4b41.
//
// Solidity: function setEIP1559Params(uint32 _denominator, uint32 _elasticity) returns()
func
(
_SystemConfig
*
SystemConfigSession
)
SetEIP1559Params
(
_denominator
uint32
,
_elasticity
uint32
)
(
*
types
.
Transaction
,
error
)
{
return
_SystemConfig
.
Contract
.
SetEIP1559Params
(
&
_SystemConfig
.
TransactOpts
,
_denominator
,
_elasticity
)
}
// SetEIP1559Params is a paid mutator transaction binding the contract method 0xc0fd4b41.
//
// Solidity: function setEIP1559Params(uint32 _denominator, uint32 _elasticity) returns()
func
(
_SystemConfig
*
SystemConfigTransactorSession
)
SetEIP1559Params
(
_denominator
uint32
,
_elasticity
uint32
)
(
*
types
.
Transaction
,
error
)
{
return
_SystemConfig
.
Contract
.
SetEIP1559Params
(
&
_SystemConfig
.
TransactOpts
,
_denominator
,
_elasticity
)
}
// SetGasConfig is a paid mutator transaction binding the contract method 0x935f029e.
// SetGasConfig is a paid mutator transaction binding the contract method 0x935f029e.
//
//
// Solidity: function setGasConfig(uint256 _overhead, uint256 _scalar) returns()
// Solidity: function setGasConfig(uint256 _overhead, uint256 _scalar) returns()
...
...
op-e2e/system/fees/eip1559params_test.go
0 → 100644
View file @
90fb25f1
package
fees
import
(
"context"
"math/big"
"testing"
"time"
op_e2e
"github.com/ethereum-optimism/optimism/op-e2e"
legacybindings
"github.com/ethereum-optimism/optimism/op-e2e/bindings"
"github.com/ethereum-optimism/optimism/op-e2e/e2eutils/geth"
"github.com/ethereum-optimism/optimism/op-e2e/e2eutils/wait"
"github.com/ethereum-optimism/optimism/op-e2e/system/e2esys"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/consensus/misc/eip1559"
"github.com/stretchr/testify/require"
)
// TestEIP1599Params checks that we can successfully change EIP-1559 parameters via SysConfig with
// the Holocene upgrade.
func
TestEIP1559Params
(
t
*
testing
.
T
)
{
op_e2e
.
InitParallel
(
t
)
ctx
,
ctxCancel
:=
context
.
WithCancel
(
context
.
Background
())
defer
ctxCancel
()
// Create our system configuration for L1/L2 and start it
cfg
:=
e2esys
.
HoloceneSystemConfig
(
t
,
new
(
hexutil
.
Uint64
))
cfg
.
DeployConfig
.
L2GenesisBlockBaseFeePerGas
=
(
*
hexutil
.
Big
)(
big
.
NewInt
(
100
_000_000
))
sys
,
err
:=
cfg
.
Start
(
t
)
require
.
NoError
(
t
,
err
,
"Error starting up system"
)
// Obtain our sequencer, verifier, and transactor keypair.
l1Client
:=
sys
.
NodeClient
(
"l1"
)
l2Seq
:=
sys
.
NodeClient
(
"sequencer"
)
ethPrivKey
:=
cfg
.
Secrets
.
SysCfgOwner
_
,
err
=
l2Seq
.
HeaderByNumber
(
context
.
Background
(),
big
.
NewInt
(
0
))
require
.
NoError
(
t
,
err
)
// Bind to the SystemConfig contract
sysconfig
,
err
:=
legacybindings
.
NewSystemConfig
(
cfg
.
L1Deployments
.
SystemConfigProxy
,
l1Client
)
require
.
NoError
(
t
,
err
)
// Obtain our signer.
opts
,
err
:=
bind
.
NewKeyedTransactorWithChainID
(
ethPrivKey
,
cfg
.
L1ChainIDBig
())
require
.
NoError
(
t
,
err
)
// Define our L1 transaction timeout duration.
txTimeoutDuration
:=
10
*
time
.
Duration
(
cfg
.
DeployConfig
.
L1BlockTime
)
*
time
.
Second
var
cancel
context
.
CancelFunc
// confirm eip-1559 parameters are initialized to 0
denom
,
err
:=
sysconfig
.
Eip1559Denominator
(
&
bind
.
CallOpts
{})
require
.
NoError
(
t
,
err
,
"reading denominator"
)
require
.
Equal
(
t
,
uint32
(
0
),
denom
)
elasticity
,
err
:=
sysconfig
.
Eip1559Elasticity
(
&
bind
.
CallOpts
{})
require
.
NoError
(
t
,
err
,
"reading elasticity"
)
require
.
Equal
(
t
,
uint32
(
0
),
elasticity
)
// update the EIP-1559 params, wait for it to show up on L2, & verify that it was set as intended
expectedDenom
:=
uint32
(
10
)
expectedElasticity
:=
uint32
(
2
)
// implies gas target will be 15M since block limit is 30M
const
gasTarget
=
15
_000_000
opts
.
Context
,
cancel
=
context
.
WithTimeout
(
ctx
,
txTimeoutDuration
)
tx
,
err
:=
sysconfig
.
SetEIP1559Params
(
opts
,
expectedDenom
,
expectedElasticity
)
cancel
()
require
.
NoError
(
t
,
err
,
"SetEIP1559Params update tx"
)
receipt
,
err
:=
wait
.
ForReceiptOK
(
ctx
,
l1Client
,
tx
.
Hash
())
require
.
NoError
(
t
,
err
,
"Waiting for sysconfig set gas config update tx"
)
denom
,
err
=
sysconfig
.
Eip1559Denominator
(
&
bind
.
CallOpts
{})
require
.
NoError
(
t
,
err
,
"reading denominator"
)
require
.
Equal
(
t
,
expectedDenom
,
denom
)
elasticity
,
err
=
sysconfig
.
Eip1559Elasticity
(
&
bind
.
CallOpts
{})
require
.
NoError
(
t
,
err
,
"reading elasticity"
)
require
.
Equal
(
t
,
expectedElasticity
,
elasticity
)
_
,
err
=
geth
.
WaitForL1OriginOnL2
(
sys
.
RollupConfig
,
receipt
.
BlockNumber
.
Uint64
(),
l2Seq
,
txTimeoutDuration
)
require
.
NoError
(
t
,
err
,
"waiting for L2 block to include the sysconfig update"
)
h
,
err
:=
l2Seq
.
HeaderByNumber
(
context
.
Background
(),
nil
)
require
.
NoError
(
t
,
err
)
// confirm the extraData is being set as expected
require
.
Equal
(
t
,
eip1559
.
EncodeHoloceneExtraData
(
uint64
(
expectedDenom
),
uint64
(
expectedElasticity
)),
h
.
Extra
)
// confirm the next base fee will be as expected with the new 1559 parameters
delta
:=
((
gasTarget
-
int64
(
h
.
GasUsed
))
*
h
.
BaseFee
.
Int64
()
/
gasTarget
/
int64
(
expectedDenom
))
expectedNextFee
:=
h
.
BaseFee
.
Int64
()
-
delta
b
,
err
:=
geth
.
WaitForBlock
(
big
.
NewInt
(
h
.
Number
.
Int64
()
+
1
),
l2Seq
,
txTimeoutDuration
)
require
.
NoError
(
t
,
err
,
"waiting for next L2 block"
)
require
.
Equal
(
t
,
expectedNextFee
,
b
.
Header
()
.
BaseFee
.
Int64
())
// confirm the extraData is still being set as expected
require
.
Equal
(
t
,
eip1559
.
EncodeHoloceneExtraData
(
uint64
(
expectedDenom
),
uint64
(
expectedElasticity
)),
b
.
Header
()
.
Extra
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment