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
557071f0
Commit
557071f0
authored
Jul 19, 2023
by
clabby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: bindings
parent
3e4e0be0
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
69 additions
and
17 deletions
+69
-17
disputegamefactory.go
op-bindings/bindings/disputegamefactory.go
+1
-1
disputegamefactory_more.go
op-bindings/bindings/disputegamefactory_more.go
+1
-1
faultdisputegame.go
op-bindings/bindings/faultdisputegame.go
+31
-0
mips.go
op-bindings/bindings/mips.go
+1
-1
mips_more.go
op-bindings/bindings/mips_more.go
+2
-2
preimageoracle.go
op-bindings/bindings/preimageoracle.go
+33
-12
No files found.
op-bindings/bindings/disputegamefactory.go
View file @
557071f0
This diff is collapsed.
Click to expand it.
op-bindings/bindings/disputegamefactory_more.go
View file @
557071f0
This diff is collapsed.
Click to expand it.
op-bindings/bindings/faultdisputegame.go
View file @
557071f0
...
...
@@ -509,6 +509,37 @@ func (_FaultDisputeGame *FaultDisputeGameCallerSession) ExtraData() ([]byte, err
return
_FaultDisputeGame
.
Contract
.
ExtraData
(
&
_FaultDisputeGame
.
CallOpts
)
}
// ExtraDataLen is a free data retrieval call binding the contract method 0x1f62d0c6.
//
// Solidity: function extraDataLen() pure returns(uint256 extraDataLen_)
func
(
_FaultDisputeGame
*
FaultDisputeGameCaller
)
ExtraDataLen
(
opts
*
bind
.
CallOpts
)
(
*
big
.
Int
,
error
)
{
var
out
[]
interface
{}
err
:=
_FaultDisputeGame
.
contract
.
Call
(
opts
,
&
out
,
"extraDataLen"
)
if
err
!=
nil
{
return
*
new
(
*
big
.
Int
),
err
}
out0
:=
*
abi
.
ConvertType
(
out
[
0
],
new
(
*
big
.
Int
))
.
(
**
big
.
Int
)
return
out0
,
err
}
// ExtraDataLen is a free data retrieval call binding the contract method 0x1f62d0c6.
//
// Solidity: function extraDataLen() pure returns(uint256 extraDataLen_)
func
(
_FaultDisputeGame
*
FaultDisputeGameSession
)
ExtraDataLen
()
(
*
big
.
Int
,
error
)
{
return
_FaultDisputeGame
.
Contract
.
ExtraDataLen
(
&
_FaultDisputeGame
.
CallOpts
)
}
// ExtraDataLen is a free data retrieval call binding the contract method 0x1f62d0c6.
//
// Solidity: function extraDataLen() pure returns(uint256 extraDataLen_)
func
(
_FaultDisputeGame
*
FaultDisputeGameCallerSession
)
ExtraDataLen
()
(
*
big
.
Int
,
error
)
{
return
_FaultDisputeGame
.
Contract
.
ExtraDataLen
(
&
_FaultDisputeGame
.
CallOpts
)
}
// GameData is a free data retrieval call binding the contract method 0xfa24f743.
//
// Solidity: function gameData() pure returns(uint8 gameType_, bytes32 rootClaim_, bytes extraData_)
...
...
op-bindings/bindings/mips.go
View file @
557071f0
This diff is collapsed.
Click to expand it.
op-bindings/bindings/mips_more.go
View file @
557071f0
This diff is collapsed.
Click to expand it.
op-bindings/bindings/preimageoracle.go
View file @
557071f0
...
...
@@ -201,12 +201,12 @@ func (_PreimageOracle *PreimageOracleTransactorRaw) Transact(opts *bind.Transact
return
_PreimageOracle
.
Contract
.
contract
.
Transact
(
opts
,
method
,
params
...
)
}
// Compute
PreimageKey is a free data retrieval call binding the contract method 0xa57c202c
.
// Compute
Keccak256PreimageKey is a free data retrieval call binding the contract method 0xdfb77667
.
//
// Solidity: function computePreimageKey(bytes _preimage) pure returns(bytes32 key_)
func
(
_PreimageOracle
*
PreimageOracleCaller
)
ComputePreimageKey
(
opts
*
bind
.
CallOpts
,
_preimage
[]
byte
)
([
32
]
byte
,
error
)
{
// Solidity: function compute
Keccak256
PreimageKey(bytes _preimage) pure returns(bytes32 key_)
func
(
_PreimageOracle
*
PreimageOracleCaller
)
Compute
Keccak256
PreimageKey
(
opts
*
bind
.
CallOpts
,
_preimage
[]
byte
)
([
32
]
byte
,
error
)
{
var
out
[]
interface
{}
err
:=
_PreimageOracle
.
contract
.
Call
(
opts
,
&
out
,
"computePreimageKey"
,
_preimage
)
err
:=
_PreimageOracle
.
contract
.
Call
(
opts
,
&
out
,
"compute
Keccak256
PreimageKey"
,
_preimage
)
if
err
!=
nil
{
return
*
new
([
32
]
byte
),
err
...
...
@@ -218,18 +218,18 @@ func (_PreimageOracle *PreimageOracleCaller) ComputePreimageKey(opts *bind.CallO
}
// Compute
PreimageKey is a free data retrieval call binding the contract method 0xa57c202c
.
// Compute
Keccak256PreimageKey is a free data retrieval call binding the contract method 0xdfb77667
.
//
// Solidity: function computePreimageKey(bytes _preimage) pure returns(bytes32 key_)
func
(
_PreimageOracle
*
PreimageOracleSession
)
ComputePreimageKey
(
_preimage
[]
byte
)
([
32
]
byte
,
error
)
{
return
_PreimageOracle
.
Contract
.
ComputePreimageKey
(
&
_PreimageOracle
.
CallOpts
,
_preimage
)
// Solidity: function compute
Keccak256
PreimageKey(bytes _preimage) pure returns(bytes32 key_)
func
(
_PreimageOracle
*
PreimageOracleSession
)
Compute
Keccak256
PreimageKey
(
_preimage
[]
byte
)
([
32
]
byte
,
error
)
{
return
_PreimageOracle
.
Contract
.
Compute
Keccak256
PreimageKey
(
&
_PreimageOracle
.
CallOpts
,
_preimage
)
}
// Compute
PreimageKey is a free data retrieval call binding the contract method 0xa57c202c
.
// Compute
Keccak256PreimageKey is a free data retrieval call binding the contract method 0xdfb77667
.
//
// Solidity: function computePreimageKey(bytes _preimage) pure returns(bytes32 key_)
func
(
_PreimageOracle
*
PreimageOracleCallerSession
)
ComputePreimageKey
(
_preimage
[]
byte
)
([
32
]
byte
,
error
)
{
return
_PreimageOracle
.
Contract
.
ComputePreimageKey
(
&
_PreimageOracle
.
CallOpts
,
_preimage
)
// Solidity: function compute
Keccak256
PreimageKey(bytes _preimage) pure returns(bytes32 key_)
func
(
_PreimageOracle
*
PreimageOracleCallerSession
)
Compute
Keccak256
PreimageKey
(
_preimage
[]
byte
)
([
32
]
byte
,
error
)
{
return
_PreimageOracle
.
Contract
.
Compute
Keccak256
PreimageKey
(
&
_PreimageOracle
.
CallOpts
,
_preimage
)
}
// PreimageLengths is a free data retrieval call binding the contract method 0xfef2b4ed.
...
...
@@ -411,3 +411,24 @@ func (_PreimageOracle *PreimageOracleSession) LoadKeccak256PreimagePart(_partOff
func
(
_PreimageOracle
*
PreimageOracleTransactorSession
)
LoadKeccak256PreimagePart
(
_partOffset
*
big
.
Int
,
_preimage
[]
byte
)
(
*
types
.
Transaction
,
error
)
{
return
_PreimageOracle
.
Contract
.
LoadKeccak256PreimagePart
(
&
_PreimageOracle
.
TransactOpts
,
_partOffset
,
_preimage
)
}
// LoadLocalData is a paid mutator transaction binding the contract method 0x3eba58ce.
//
// Solidity: function loadLocalData(bytes _bootInfo) returns()
func
(
_PreimageOracle
*
PreimageOracleTransactor
)
LoadLocalData
(
opts
*
bind
.
TransactOpts
,
_bootInfo
[]
byte
)
(
*
types
.
Transaction
,
error
)
{
return
_PreimageOracle
.
contract
.
Transact
(
opts
,
"loadLocalData"
,
_bootInfo
)
}
// LoadLocalData is a paid mutator transaction binding the contract method 0x3eba58ce.
//
// Solidity: function loadLocalData(bytes _bootInfo) returns()
func
(
_PreimageOracle
*
PreimageOracleSession
)
LoadLocalData
(
_bootInfo
[]
byte
)
(
*
types
.
Transaction
,
error
)
{
return
_PreimageOracle
.
Contract
.
LoadLocalData
(
&
_PreimageOracle
.
TransactOpts
,
_bootInfo
)
}
// LoadLocalData is a paid mutator transaction binding the contract method 0x3eba58ce.
//
// Solidity: function loadLocalData(bytes _bootInfo) returns()
func
(
_PreimageOracle
*
PreimageOracleTransactorSession
)
LoadLocalData
(
_bootInfo
[]
byte
)
(
*
types
.
Transaction
,
error
)
{
return
_PreimageOracle
.
Contract
.
LoadLocalData
(
&
_PreimageOracle
.
TransactOpts
,
_bootInfo
)
}
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