isystem

package
v1.0.2-athens3....-b1a5aea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ISystemABI = ISystemMetaData.ABI

ISystemABI is the input ABI used to generate the binding from. Deprecated: Use ISystemMetaData.ABI instead.

View Source
var ISystemMetaData = &bind.MetaData{
	ABI: "[{\"inputs\":[],\"name\":\"FUNGIBLE_MODULE_ADDRESS\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"chainID\",\"type\":\"uint256\"}],\"name\":\"gasCoinZRC20ByChainId\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"chainID\",\"type\":\"uint256\"}],\"name\":\"gasPriceByChainId\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"chainID\",\"type\":\"uint256\"}],\"name\":\"gasZetaPoolByChainId\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"uniswapv2FactoryAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"wZetaContractAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}]",
}

ISystemMetaData contains all meta data concerning the ISystem contract.

Functions

This section is empty.

Types

type ISystem

type ISystem struct {
	ISystemCaller     // Read-only binding to the contract
	ISystemTransactor // Write-only binding to the contract
	ISystemFilterer   // Log filterer for contract events
}

ISystem is an auto generated Go binding around an Ethereum contract.

func NewISystem

func NewISystem(address common.Address, backend bind.ContractBackend) (*ISystem, error)

NewISystem creates a new instance of ISystem, bound to a specific deployed contract.

type ISystemCaller

type ISystemCaller struct {
	// contains filtered or unexported fields
}

ISystemCaller is an auto generated read-only Go binding around an Ethereum contract.

func NewISystemCaller

func NewISystemCaller(address common.Address, caller bind.ContractCaller) (*ISystemCaller, error)

NewISystemCaller creates a new read-only instance of ISystem, bound to a specific deployed contract.

func (*ISystemCaller) FUNGIBLEMODULEADDRESS

func (_ISystem *ISystemCaller) FUNGIBLEMODULEADDRESS(opts *bind.CallOpts) (common.Address, error)

FUNGIBLEMODULEADDRESS is a free data retrieval call binding the contract method 0x3ce4a5bc.

Solidity: function FUNGIBLE_MODULE_ADDRESS() view returns(address)

func (*ISystemCaller) GasCoinZRC20ByChainId

func (_ISystem *ISystemCaller) GasCoinZRC20ByChainId(opts *bind.CallOpts, chainID *big.Int) (common.Address, error)

GasCoinZRC20ByChainId is a free data retrieval call binding the contract method 0x0be15547.

Solidity: function gasCoinZRC20ByChainId(uint256 chainID) view returns(address)

func (*ISystemCaller) GasPriceByChainId

func (_ISystem *ISystemCaller) GasPriceByChainId(opts *bind.CallOpts, chainID *big.Int) (*big.Int, error)

GasPriceByChainId is a free data retrieval call binding the contract method 0xd7fd7afb.

Solidity: function gasPriceByChainId(uint256 chainID) view returns(uint256)

func (*ISystemCaller) GasZetaPoolByChainId

func (_ISystem *ISystemCaller) GasZetaPoolByChainId(opts *bind.CallOpts, chainID *big.Int) (common.Address, error)

GasZetaPoolByChainId is a free data retrieval call binding the contract method 0x513a9c05.

Solidity: function gasZetaPoolByChainId(uint256 chainID) view returns(address)

func (*ISystemCaller) Uniswapv2FactoryAddress

func (_ISystem *ISystemCaller) Uniswapv2FactoryAddress(opts *bind.CallOpts) (common.Address, error)

Uniswapv2FactoryAddress is a free data retrieval call binding the contract method 0xd936a012.

Solidity: function uniswapv2FactoryAddress() view returns(address)

func (*ISystemCaller) WZetaContractAddress

func (_ISystem *ISystemCaller) WZetaContractAddress(opts *bind.CallOpts) (common.Address, error)

WZetaContractAddress is a free data retrieval call binding the contract method 0x569541b9.

Solidity: function wZetaContractAddress() view returns(address)

type ISystemCallerRaw

type ISystemCallerRaw struct {
	Contract *ISystemCaller // Generic read-only contract binding to access the raw methods on
}

ISystemCallerRaw is an auto generated low-level read-only Go binding around an Ethereum contract.

func (*ISystemCallerRaw) Call

func (_ISystem *ISystemCallerRaw) 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 ISystemCallerSession

type ISystemCallerSession struct {
	Contract *ISystemCaller // Generic contract caller binding to set the session for
	CallOpts bind.CallOpts  // Call options to use throughout this session
}

ISystemCallerSession is an auto generated read-only Go binding around an Ethereum contract, with pre-set call options.

func (*ISystemCallerSession) FUNGIBLEMODULEADDRESS

func (_ISystem *ISystemCallerSession) FUNGIBLEMODULEADDRESS() (common.Address, error)

FUNGIBLEMODULEADDRESS is a free data retrieval call binding the contract method 0x3ce4a5bc.

Solidity: function FUNGIBLE_MODULE_ADDRESS() view returns(address)

func (*ISystemCallerSession) GasCoinZRC20ByChainId

func (_ISystem *ISystemCallerSession) GasCoinZRC20ByChainId(chainID *big.Int) (common.Address, error)

GasCoinZRC20ByChainId is a free data retrieval call binding the contract method 0x0be15547.

Solidity: function gasCoinZRC20ByChainId(uint256 chainID) view returns(address)

func (*ISystemCallerSession) GasPriceByChainId

func (_ISystem *ISystemCallerSession) GasPriceByChainId(chainID *big.Int) (*big.Int, error)

GasPriceByChainId is a free data retrieval call binding the contract method 0xd7fd7afb.

Solidity: function gasPriceByChainId(uint256 chainID) view returns(uint256)

func (*ISystemCallerSession) GasZetaPoolByChainId

func (_ISystem *ISystemCallerSession) GasZetaPoolByChainId(chainID *big.Int) (common.Address, error)

GasZetaPoolByChainId is a free data retrieval call binding the contract method 0x513a9c05.

Solidity: function gasZetaPoolByChainId(uint256 chainID) view returns(address)

func (*ISystemCallerSession) Uniswapv2FactoryAddress

func (_ISystem *ISystemCallerSession) Uniswapv2FactoryAddress() (common.Address, error)

Uniswapv2FactoryAddress is a free data retrieval call binding the contract method 0xd936a012.

Solidity: function uniswapv2FactoryAddress() view returns(address)

func (*ISystemCallerSession) WZetaContractAddress

func (_ISystem *ISystemCallerSession) WZetaContractAddress() (common.Address, error)

WZetaContractAddress is a free data retrieval call binding the contract method 0x569541b9.

Solidity: function wZetaContractAddress() view returns(address)

type ISystemFilterer

type ISystemFilterer struct {
	// contains filtered or unexported fields
}

ISystemFilterer is an auto generated log filtering Go binding around an Ethereum contract events.

func NewISystemFilterer

func NewISystemFilterer(address common.Address, filterer bind.ContractFilterer) (*ISystemFilterer, error)

NewISystemFilterer creates a new log filterer instance of ISystem, bound to a specific deployed contract.

type ISystemRaw

type ISystemRaw struct {
	Contract *ISystem // Generic contract binding to access the raw methods on
}

ISystemRaw is an auto generated low-level Go binding around an Ethereum contract.

func (*ISystemRaw) Call

func (_ISystem *ISystemRaw) 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 (*ISystemRaw) Transact

func (_ISystem *ISystemRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ISystemRaw) Transfer

func (_ISystem *ISystemRaw) 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 ISystemSession

type ISystemSession struct {
	Contract     *ISystem          // 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
}

ISystemSession is an auto generated Go binding around an Ethereum contract, with pre-set call and transact options.

func (*ISystemSession) FUNGIBLEMODULEADDRESS

func (_ISystem *ISystemSession) FUNGIBLEMODULEADDRESS() (common.Address, error)

FUNGIBLEMODULEADDRESS is a free data retrieval call binding the contract method 0x3ce4a5bc.

Solidity: function FUNGIBLE_MODULE_ADDRESS() view returns(address)

func (*ISystemSession) GasCoinZRC20ByChainId

func (_ISystem *ISystemSession) GasCoinZRC20ByChainId(chainID *big.Int) (common.Address, error)

GasCoinZRC20ByChainId is a free data retrieval call binding the contract method 0x0be15547.

Solidity: function gasCoinZRC20ByChainId(uint256 chainID) view returns(address)

func (*ISystemSession) GasPriceByChainId

func (_ISystem *ISystemSession) GasPriceByChainId(chainID *big.Int) (*big.Int, error)

GasPriceByChainId is a free data retrieval call binding the contract method 0xd7fd7afb.

Solidity: function gasPriceByChainId(uint256 chainID) view returns(uint256)

func (*ISystemSession) GasZetaPoolByChainId

func (_ISystem *ISystemSession) GasZetaPoolByChainId(chainID *big.Int) (common.Address, error)

GasZetaPoolByChainId is a free data retrieval call binding the contract method 0x513a9c05.

Solidity: function gasZetaPoolByChainId(uint256 chainID) view returns(address)

func (*ISystemSession) Uniswapv2FactoryAddress

func (_ISystem *ISystemSession) Uniswapv2FactoryAddress() (common.Address, error)

Uniswapv2FactoryAddress is a free data retrieval call binding the contract method 0xd936a012.

Solidity: function uniswapv2FactoryAddress() view returns(address)

func (*ISystemSession) WZetaContractAddress

func (_ISystem *ISystemSession) WZetaContractAddress() (common.Address, error)

WZetaContractAddress is a free data retrieval call binding the contract method 0x569541b9.

Solidity: function wZetaContractAddress() view returns(address)

type ISystemTransactor

type ISystemTransactor struct {
	// contains filtered or unexported fields
}

ISystemTransactor is an auto generated write-only Go binding around an Ethereum contract.

func NewISystemTransactor

func NewISystemTransactor(address common.Address, transactor bind.ContractTransactor) (*ISystemTransactor, error)

NewISystemTransactor creates a new write-only instance of ISystem, bound to a specific deployed contract.

type ISystemTransactorRaw

type ISystemTransactorRaw struct {
	Contract *ISystemTransactor // Generic write-only contract binding to access the raw methods on
}

ISystemTransactorRaw is an auto generated low-level write-only Go binding around an Ethereum contract.

func (*ISystemTransactorRaw) Transact

func (_ISystem *ISystemTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)

Transact invokes the (paid) contract method with params as input values.

func (*ISystemTransactorRaw) Transfer

func (_ISystem *ISystemTransactorRaw) 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 ISystemTransactorSession

type ISystemTransactorSession struct {
	Contract     *ISystemTransactor // Generic contract transactor binding to set the session for
	TransactOpts bind.TransactOpts  // Transaction auth options to use throughout this session
}

ISystemTransactorSession is an auto generated write-only Go binding around an Ethereum contract, with pre-set transact options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL