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
24d48067
Unverified
Commit
24d48067
authored
Nov 28, 2023
by
Maurelian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ctb: Update ABI snapshot
parent
a9168407
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
85 additions
and
33 deletions
+85
-33
L1CrossDomainMessenger.json
...ntracts-bedrock/snapshots/abi/L1CrossDomainMessenger.json
+33
-1
L2CrossDomainMessenger.json
...ntracts-bedrock/snapshots/abi/L2CrossDomainMessenger.json
+13
-0
BlockOracle.json
...ontracts-bedrock/snapshots/storageLayout/BlockOracle.json
+1
-1
DisputeGameFactory.json
...s-bedrock/snapshots/storageLayout/DisputeGameFactory.json
+3
-3
Drippie.json
...es/contracts-bedrock/snapshots/storageLayout/Drippie.json
+1
-1
Faucet.json
...ges/contracts-bedrock/snapshots/storageLayout/Faucet.json
+2
-2
FaultDisputeGame.json
...cts-bedrock/snapshots/storageLayout/FaultDisputeGame.json
+7
-7
GovernanceToken.json
...acts-bedrock/snapshots/storageLayout/GovernanceToken.json
+3
-3
L1CrossDomainMessenger.json
...drock/snapshots/storageLayout/L1CrossDomainMessenger.json
+7
-0
L2OutputOracle.json
...racts-bedrock/snapshots/storageLayout/L2OutputOracle.json
+1
-1
OptimismPortal.json
...racts-bedrock/snapshots/storageLayout/OptimismPortal.json
+3
-3
OutputBisectionGame.json
...-bedrock/snapshots/storageLayout/OutputBisectionGame.json
+7
-7
ProxyAdmin.json
...contracts-bedrock/snapshots/storageLayout/ProxyAdmin.json
+2
-2
ResolvedDelegateProxy.json
...edrock/snapshots/storageLayout/ResolvedDelegateProxy.json
+1
-1
SystemConfig.json
...ntracts-bedrock/snapshots/storageLayout/SystemConfig.json
+1
-1
No files found.
packages/contracts-bedrock/snapshots/abi/L1CrossDomainMessenger.json
View file @
24d48067
...
...
@@ -279,7 +279,13 @@
"type"
:
"function"
},
{
"inputs"
:
[],
"inputs"
:
[
{
"internalType"
:
"contract SuperchainConfig"
,
"name"
:
"_superchainConfig"
,
"type"
:
"address"
}
],
"name"
:
"initialize"
,
"outputs"
:
[],
"stateMutability"
:
"nonpayable"
,
...
...
@@ -298,6 +304,19 @@
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"paused"
,
"outputs"
:
[
{
"internalType"
:
"bool"
,
"name"
:
""
,
"type"
:
"bool"
}
],
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"portal"
,
...
...
@@ -391,6 +410,19 @@
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"superchainConfig"
,
"outputs"
:
[
{
"internalType"
:
"contract SuperchainConfig"
,
"name"
:
""
,
"type"
:
"address"
}
],
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"version"
,
...
...
packages/contracts-bedrock/snapshots/abi/L2CrossDomainMessenger.json
View file @
24d48067
...
...
@@ -298,6 +298,19 @@
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[],
"name"
:
"paused"
,
"outputs"
:
[
{
"internalType"
:
"bool"
,
"name"
:
""
,
"type"
:
"bool"
}
],
"stateMutability"
:
"view"
,
"type"
:
"function"
},
{
"inputs"
:
[
{
...
...
packages/contracts-bedrock/snapshots/storageLayout/BlockOracle.json
View file @
24d48067
...
...
@@ -4,6 +4,6 @@
"label"
:
"mapping(uint256 => struct BlockOracle.BlockInfo)"
,
"offset"
:
0
,
"slot"
:
"0"
,
"type"
:
"t_mapping(t_uint256,t_struct(BlockInfo)
83011
_storage)"
"type"
:
"t_mapping(t_uint256,t_struct(BlockInfo)
71987
_storage)"
}
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/DisputeGameFactory.json
View file @
24d48067
...
...
@@ -39,20 +39,20 @@
"label"
:
"mapping(GameType => contract IDisputeGame)"
,
"offset"
:
0
,
"slot"
:
"101"
,
"type"
:
"t_mapping(t_userDefinedValueType(GameType)
88533,t_contract(IDisputeGame)86109
)"
"type"
:
"t_mapping(t_userDefinedValueType(GameType)
77316,t_contract(IDisputeGame)75085
)"
},
{
"bytes"
:
"32"
,
"label"
:
"mapping(Hash => GameId)"
,
"offset"
:
0
,
"slot"
:
"102"
,
"type"
:
"t_mapping(t_userDefinedValueType(Hash)
88515,t_userDefinedValueType(GameId)88527
)"
"type"
:
"t_mapping(t_userDefinedValueType(Hash)
77298,t_userDefinedValueType(GameId)77310
)"
},
{
"bytes"
:
"32"
,
"label"
:
"GameId[]"
,
"offset"
:
0
,
"slot"
:
"103"
,
"type"
:
"t_array(t_userDefinedValueType(GameId)
88527
)dyn_storage"
"type"
:
"t_array(t_userDefinedValueType(GameId)
77310
)dyn_storage"
}
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/Drippie.json
View file @
24d48067
...
...
@@ -11,6 +11,6 @@
"label"
:
"mapping(string => struct Drippie.DripState)"
,
"offset"
:
0
,
"slot"
:
"1"
,
"type"
:
"t_mapping(t_string_memory_ptr,t_struct(DripState)9
1574
_storage)"
"type"
:
"t_mapping(t_string_memory_ptr,t_struct(DripState)9
0123
_storage)"
}
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/Faucet.json
View file @
24d48067
...
...
@@ -4,14 +4,14 @@
"label"
:
"mapping(contract IFaucetAuthModule => struct Faucet.ModuleConfig)"
,
"offset"
:
0
,
"slot"
:
"0"
,
"type"
:
"t_mapping(t_contract(IFaucetAuthModule)9
2495,t_struct(ModuleConfig)92172
_storage)"
"type"
:
"t_mapping(t_contract(IFaucetAuthModule)9
1044,t_struct(ModuleConfig)90721
_storage)"
},
{
"bytes"
:
"32"
,
"label"
:
"mapping(contract IFaucetAuthModule => mapping(bytes32 => uint256))"
,
"offset"
:
0
,
"slot"
:
"1"
,
"type"
:
"t_mapping(t_contract(IFaucetAuthModule)9
2495
,t_mapping(t_bytes32,t_uint256))"
"type"
:
"t_mapping(t_contract(IFaucetAuthModule)9
1044
,t_mapping(t_bytes32,t_uint256))"
},
{
"bytes"
:
"32"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/FaultDisputeGame.json
View file @
24d48067
...
...
@@ -4,49 +4,49 @@
"label"
:
"Timestamp"
,
"offset"
:
0
,
"slot"
:
"0"
,
"type"
:
"t_userDefinedValueType(Timestamp)
88523
"
"type"
:
"t_userDefinedValueType(Timestamp)
77306
"
},
{
"bytes"
:
"1"
,
"label"
:
"enum GameStatus"
,
"offset"
:
8
,
"slot"
:
"0"
,
"type"
:
"t_enum(GameStatus)
88539
"
"type"
:
"t_enum(GameStatus)
77322
"
},
{
"bytes"
:
"20"
,
"label"
:
"contract IBondManager"
,
"offset"
:
9
,
"slot"
:
"0"
,
"type"
:
"t_contract(IBondManager)
86032
"
"type"
:
"t_contract(IBondManager)
75008
"
},
{
"bytes"
:
"32"
,
"label"
:
"Hash"
,
"offset"
:
0
,
"slot"
:
"1"
,
"type"
:
"t_userDefinedValueType(Hash)
88515
"
"type"
:
"t_userDefinedValueType(Hash)
77298
"
},
{
"bytes"
:
"32"
,
"label"
:
"struct IFaultDisputeGame.ClaimData[]"
,
"offset"
:
0
,
"slot"
:
"2"
,
"type"
:
"t_array(t_struct(ClaimData)
86246
_storage)dyn_storage"
"type"
:
"t_array(t_struct(ClaimData)
75222
_storage)dyn_storage"
},
{
"bytes"
:
"128"
,
"label"
:
"struct IFaultDisputeGame.OutputProposals"
,
"offset"
:
0
,
"slot"
:
"3"
,
"type"
:
"t_struct(OutputProposals)
86261
_storage"
"type"
:
"t_struct(OutputProposals)
75237
_storage"
},
{
"bytes"
:
"32"
,
"label"
:
"mapping(ClaimHash => bool)"
,
"offset"
:
0
,
"slot"
:
"7"
,
"type"
:
"t_mapping(t_userDefinedValueType(ClaimHash)
88519
,t_bool)"
"type"
:
"t_mapping(t_userDefinedValueType(ClaimHash)
77302
,t_bool)"
},
{
"bytes"
:
"32"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/GovernanceToken.json
View file @
24d48067
...
...
@@ -39,7 +39,7 @@
"label"
:
"mapping(address => struct Counters.Counter)"
,
"offset"
:
0
,
"slot"
:
"5"
,
"type"
:
"t_mapping(t_address,t_struct(Counter)
51095
_storage)"
"type"
:
"t_mapping(t_address,t_struct(Counter)
49118
_storage)"
},
{
"bytes"
:
"32"
,
...
...
@@ -60,14 +60,14 @@
"label"
:
"mapping(address => struct ERC20Votes.Checkpoint[])"
,
"offset"
:
0
,
"slot"
:
"8"
,
"type"
:
"t_mapping(t_address,t_array(t_struct(Checkpoint)4
8241
_storage)dyn_storage)"
"type"
:
"t_mapping(t_address,t_array(t_struct(Checkpoint)4
6264
_storage)dyn_storage)"
},
{
"bytes"
:
"32"
,
"label"
:
"struct ERC20Votes.Checkpoint[]"
,
"offset"
:
0
,
"slot"
:
"9"
,
"type"
:
"t_array(t_struct(Checkpoint)4
8241
_storage)dyn_storage"
"type"
:
"t_array(t_struct(Checkpoint)4
6264
_storage)dyn_storage"
},
{
"bytes"
:
"20"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/L1CrossDomainMessenger.json
View file @
24d48067
...
...
@@ -117,5 +117,12 @@
"offset"
:
0
,
"slot"
:
"207"
,
"type"
:
"t_array(t_uint256)42_storage"
},
{
"bytes"
:
"20"
,
"label"
:
"contract SuperchainConfig"
,
"offset"
:
0
,
"slot"
:
"249"
,
"type"
:
"t_contract(SuperchainConfig)67320"
}
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/L2OutputOracle.json
View file @
24d48067
...
...
@@ -32,6 +32,6 @@
"label"
:
"struct Types.OutputProposal[]"
,
"offset"
:
0
,
"slot"
:
"3"
,
"type"
:
"t_array(t_struct(OutputProposal)
89388
_storage)dyn_storage"
"type"
:
"t_array(t_struct(OutputProposal)
78171
_storage)dyn_storage"
}
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/OptimismPortal.json
View file @
24d48067
...
...
@@ -18,7 +18,7 @@
"label"
:
"struct ResourceMetering.ResourceParams"
,
"offset"
:
0
,
"slot"
:
"1"
,
"type"
:
"t_struct(ResourceParams)
76818
_storage"
"type"
:
"t_struct(ResourceParams)
66797
_storage"
},
{
"bytes"
:
"1536"
,
...
...
@@ -46,7 +46,7 @@
"label"
:
"mapping(bytes32 => struct OptimismPortal.ProvenWithdrawal)"
,
"offset"
:
0
,
"slot"
:
"52"
,
"type"
:
"t_mapping(t_bytes32,t_struct(ProvenWithdrawal)
75897
_storage)"
"type"
:
"t_mapping(t_bytes32,t_struct(ProvenWithdrawal)
65876
_storage)"
},
{
"bytes"
:
"1"
,
...
...
@@ -60,6 +60,6 @@
"label"
:
"contract SuperchainConfig"
,
"offset"
:
1
,
"slot"
:
"53"
,
"type"
:
"t_contract(SuperchainConfig)
77341
"
"type"
:
"t_contract(SuperchainConfig)
67320
"
}
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/OutputBisectionGame.json
View file @
24d48067
...
...
@@ -4,49 +4,49 @@
"label"
:
"Timestamp"
,
"offset"
:
0
,
"slot"
:
"0"
,
"type"
:
"t_userDefinedValueType(Timestamp)
88523
"
"type"
:
"t_userDefinedValueType(Timestamp)
77306
"
},
{
"bytes"
:
"8"
,
"label"
:
"Timestamp"
,
"offset"
:
8
,
"slot"
:
"0"
,
"type"
:
"t_userDefinedValueType(Timestamp)
88523
"
"type"
:
"t_userDefinedValueType(Timestamp)
77306
"
},
{
"bytes"
:
"1"
,
"label"
:
"enum GameStatus"
,
"offset"
:
16
,
"slot"
:
"0"
,
"type"
:
"t_enum(GameStatus)
88539
"
"type"
:
"t_enum(GameStatus)
77322
"
},
{
"bytes"
:
"20"
,
"label"
:
"contract IBondManager"
,
"offset"
:
0
,
"slot"
:
"1"
,
"type"
:
"t_contract(IBondManager)
86032
"
"type"
:
"t_contract(IBondManager)
75008
"
},
{
"bytes"
:
"32"
,
"label"
:
"Hash"
,
"offset"
:
0
,
"slot"
:
"2"
,
"type"
:
"t_userDefinedValueType(Hash)
88515
"
"type"
:
"t_userDefinedValueType(Hash)
77298
"
},
{
"bytes"
:
"32"
,
"label"
:
"struct IOutputBisectionGame.ClaimData[]"
,
"offset"
:
0
,
"slot"
:
"3"
,
"type"
:
"t_array(t_struct(ClaimData)
86367
_storage)dyn_storage"
"type"
:
"t_array(t_struct(ClaimData)
75343
_storage)dyn_storage"
},
{
"bytes"
:
"32"
,
"label"
:
"mapping(ClaimHash => bool)"
,
"offset"
:
0
,
"slot"
:
"4"
,
"type"
:
"t_mapping(t_userDefinedValueType(ClaimHash)
88519
,t_bool)"
"type"
:
"t_mapping(t_userDefinedValueType(ClaimHash)
77302
,t_bool)"
},
{
"bytes"
:
"32"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/ProxyAdmin.json
View file @
24d48067
...
...
@@ -11,7 +11,7 @@
"label"
:
"mapping(address => enum ProxyAdmin.ProxyType)"
,
"offset"
:
0
,
"slot"
:
"1"
,
"type"
:
"t_mapping(t_address,t_enum(ProxyType)
95484
)"
"type"
:
"t_mapping(t_address,t_enum(ProxyType)
82009
)"
},
{
"bytes"
:
"32"
,
...
...
@@ -25,7 +25,7 @@
"label"
:
"contract AddressManager"
,
"offset"
:
0
,
"slot"
:
"3"
,
"type"
:
"t_contract(AddressManager)
87016
"
"type"
:
"t_contract(AddressManager)
75992
"
},
{
"bytes"
:
"1"
,
...
...
packages/contracts-bedrock/snapshots/storageLayout/ResolvedDelegateProxy.json
View file @
24d48067
...
...
@@ -11,6 +11,6 @@
"label"
:
"mapping(address => contract AddressManager)"
,
"offset"
:
0
,
"slot"
:
"1"
,
"type"
:
"t_mapping(t_address,t_contract(AddressManager)
87016
)"
"type"
:
"t_mapping(t_address,t_contract(AddressManager)
75992
)"
}
]
\ No newline at end of file
packages/contracts-bedrock/snapshots/storageLayout/SystemConfig.json
View file @
24d48067
...
...
@@ -67,6 +67,6 @@
"label"
:
"struct ResourceMetering.ResourceConfig"
,
"offset"
:
0
,
"slot"
:
"105"
,
"type"
:
"t_struct(ResourceConfig)
76831
_storage"
"type"
:
"t_struct(ResourceConfig)
66810
_storage"
}
]
\ No newline at end of file
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