Documentation ¶
Index ¶
- Constants
- type ArbGasInfo
- type ArbGasInfoCaller
- func (_ArbGasInfo *ArbGasInfoCaller) GetGasAccountingParams(opts *bind.CallOpts) (*big.Int, *big.Int, *big.Int, error)
- func (_ArbGasInfo *ArbGasInfoCaller) GetPricesInArbGas(opts *bind.CallOpts) (*big.Int, *big.Int, *big.Int, error)
- func (_ArbGasInfo *ArbGasInfoCaller) GetPricesInWei(opts *bind.CallOpts) (*big.Int, *big.Int, *big.Int, *big.Int, *big.Int, *big.Int, error)
- type ArbGasInfoCallerRaw
- type ArbGasInfoCallerSession
- func (_ArbGasInfo *ArbGasInfoCallerSession) GetGasAccountingParams() (*big.Int, *big.Int, *big.Int, error)
- func (_ArbGasInfo *ArbGasInfoCallerSession) GetPricesInArbGas() (*big.Int, *big.Int, *big.Int, error)
- func (_ArbGasInfo *ArbGasInfoCallerSession) GetPricesInWei() (*big.Int, *big.Int, *big.Int, *big.Int, *big.Int, *big.Int, error)
- type ArbGasInfoFilterer
- type ArbGasInfoRaw
- func (_ArbGasInfo *ArbGasInfoRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error
- func (_ArbGasInfo *ArbGasInfoRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ArbGasInfo *ArbGasInfoRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ArbGasInfoSession
- func (_ArbGasInfo *ArbGasInfoSession) GetGasAccountingParams() (*big.Int, *big.Int, *big.Int, error)
- func (_ArbGasInfo *ArbGasInfoSession) GetPricesInArbGas() (*big.Int, *big.Int, *big.Int, error)
- func (_ArbGasInfo *ArbGasInfoSession) GetPricesInWei() (*big.Int, *big.Int, *big.Int, *big.Int, *big.Int, *big.Int, error)
- type ArbGasInfoTransactor
- type ArbGasInfoTransactorRaw
- type ArbGasInfoTransactorSession
Constants ¶
const ArbGasInfoABI = "" /* 1131-byte string literal not displayed */
ArbGasInfoABI is the input ABI used to generate the binding from.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArbGasInfo ¶
type ArbGasInfo struct { ArbGasInfoCaller // Read-only binding to the contract ArbGasInfoTransactor // Write-only binding to the contract ArbGasInfoFilterer // Log filterer for contract events }
ArbGasInfo is an auto generated Go binding around an Ethereum contract.
func NewArbGasInfo ¶
func NewArbGasInfo(address common.Address, backend bind.ContractBackend) (*ArbGasInfo, error)
NewArbGasInfo creates a new instance of ArbGasInfo, bound to a specific deployed contract.
type ArbGasInfoCaller ¶
type ArbGasInfoCaller struct {
// contains filtered or unexported fields
}
ArbGasInfoCaller is an auto generated read-only Go binding around an Ethereum contract.
func NewArbGasInfoCaller ¶
func NewArbGasInfoCaller(address common.Address, caller bind.ContractCaller) (*ArbGasInfoCaller, error)
NewArbGasInfoCaller creates a new read-only instance of ArbGasInfo, bound to a specific deployed contract.
func (*ArbGasInfoCaller) GetGasAccountingParams ¶
func (_ArbGasInfo *ArbGasInfoCaller) GetGasAccountingParams(opts *bind.CallOpts) (*big.Int, *big.Int, *big.Int, error)
GetGasAccountingParams is a free data retrieval call binding the contract method 0x612af178.
Solidity: function getGasAccountingParams() view returns(uint256, uint256, uint256)
func (*ArbGasInfoCaller) GetPricesInArbGas ¶
func (_ArbGasInfo *ArbGasInfoCaller) GetPricesInArbGas(opts *bind.CallOpts) (*big.Int, *big.Int, *big.Int, error)
GetPricesInArbGas is a free data retrieval call binding the contract method 0x02199f34.
Solidity: function getPricesInArbGas() view returns(uint256, uint256, uint256)
func (*ArbGasInfoCaller) GetPricesInWei ¶
func (_ArbGasInfo *ArbGasInfoCaller) GetPricesInWei(opts *bind.CallOpts) (*big.Int, *big.Int, *big.Int, *big.Int, *big.Int, *big.Int, error)
GetPricesInWei is a free data retrieval call binding the contract method 0x41b247a8.
Solidity: function getPricesInWei() view returns(uint256, uint256, uint256, uint256, uint256, uint256)
type ArbGasInfoCallerRaw ¶
type ArbGasInfoCallerRaw struct {
Contract *ArbGasInfoCaller // Generic read-only contract binding to access the raw methods on
}
ArbGasInfoCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.
func (*ArbGasInfoCallerRaw) Call ¶
func (_ArbGasInfo *ArbGasInfoCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
type ArbGasInfoCallerSession ¶
type ArbGasInfoCallerSession struct { Contract *ArbGasInfoCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ArbGasInfoCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.
func (*ArbGasInfoCallerSession) GetGasAccountingParams ¶
func (_ArbGasInfo *ArbGasInfoCallerSession) GetGasAccountingParams() (*big.Int, *big.Int, *big.Int, error)
GetGasAccountingParams is a free data retrieval call binding the contract method 0x612af178.
Solidity: function getGasAccountingParams() view returns(uint256, uint256, uint256)
func (*ArbGasInfoCallerSession) GetPricesInArbGas ¶
func (_ArbGasInfo *ArbGasInfoCallerSession) GetPricesInArbGas() (*big.Int, *big.Int, *big.Int, error)
GetPricesInArbGas is a free data retrieval call binding the contract method 0x02199f34.
Solidity: function getPricesInArbGas() view returns(uint256, uint256, uint256)
func (*ArbGasInfoCallerSession) GetPricesInWei ¶
func (_ArbGasInfo *ArbGasInfoCallerSession) GetPricesInWei() (*big.Int, *big.Int, *big.Int, *big.Int, *big.Int, *big.Int, error)
GetPricesInWei is a free data retrieval call binding the contract method 0x41b247a8.
Solidity: function getPricesInWei() view returns(uint256, uint256, uint256, uint256, uint256, uint256)
type ArbGasInfoFilterer ¶
type ArbGasInfoFilterer struct {
// contains filtered or unexported fields
}
ArbGasInfoFilterer is an auto generated log filtering Go binding around an Ethereum contract events.
func NewArbGasInfoFilterer ¶
func NewArbGasInfoFilterer(address common.Address, filterer bind.ContractFilterer) (*ArbGasInfoFilterer, error)
NewArbGasInfoFilterer creates a new log filterer instance of ArbGasInfo, bound to a specific deployed contract.
type ArbGasInfoRaw ¶
type ArbGasInfoRaw struct {
Contract *ArbGasInfo // Generic contract binding to access the raw methods on
}
ArbGasInfoRaw is an auto generated low-level Go binding around an Ethereum contract.
func (*ArbGasInfoRaw) Call ¶
func (_ArbGasInfo *ArbGasInfoRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, params ...interface{}) error
Call invokes the (constant) contract method with params as input values and sets the output to result. The result type might be a single field for simple returns, a slice of interfaces for anonymous returns and a struct for named returns.
func (*ArbGasInfoRaw) Transact ¶
func (_ArbGasInfo *ArbGasInfoRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ArbGasInfoRaw) Transfer ¶
func (_ArbGasInfo *ArbGasInfoRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type ArbGasInfoSession ¶
type ArbGasInfoSession struct { Contract *ArbGasInfo // Generic contract binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ArbGasInfoSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.
func (*ArbGasInfoSession) GetGasAccountingParams ¶
func (_ArbGasInfo *ArbGasInfoSession) GetGasAccountingParams() (*big.Int, *big.Int, *big.Int, error)
GetGasAccountingParams is a free data retrieval call binding the contract method 0x612af178.
Solidity: function getGasAccountingParams() view returns(uint256, uint256, uint256)
func (*ArbGasInfoSession) GetPricesInArbGas ¶
GetPricesInArbGas is a free data retrieval call binding the contract method 0x02199f34.
Solidity: function getPricesInArbGas() view returns(uint256, uint256, uint256)
func (*ArbGasInfoSession) GetPricesInWei ¶
func (_ArbGasInfo *ArbGasInfoSession) GetPricesInWei() (*big.Int, *big.Int, *big.Int, *big.Int, *big.Int, *big.Int, error)
GetPricesInWei is a free data retrieval call binding the contract method 0x41b247a8.
Solidity: function getPricesInWei() view returns(uint256, uint256, uint256, uint256, uint256, uint256)
type ArbGasInfoTransactor ¶
type ArbGasInfoTransactor struct {
// contains filtered or unexported fields
}
ArbGasInfoTransactor is an auto generated write-only Go binding around an Ethereum contract.
func NewArbGasInfoTransactor ¶
func NewArbGasInfoTransactor(address common.Address, transactor bind.ContractTransactor) (*ArbGasInfoTransactor, error)
NewArbGasInfoTransactor creates a new write-only instance of ArbGasInfo, bound to a specific deployed contract.
type ArbGasInfoTransactorRaw ¶
type ArbGasInfoTransactorRaw struct {
Contract *ArbGasInfoTransactor // Generic write-only contract binding to access the raw methods on
}
ArbGasInfoTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.
func (*ArbGasInfoTransactorRaw) Transact ¶
func (_ArbGasInfo *ArbGasInfoTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ArbGasInfoTransactorRaw) Transfer ¶
func (_ArbGasInfo *ArbGasInfoTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
Transfer initiates a plain transaction to move funds to the contract, calling its default method if one is available.
type ArbGasInfoTransactorSession ¶
type ArbGasInfoTransactorSession struct { Contract *ArbGasInfoTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ArbGasInfoTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.