Documentation ¶
Index ¶
- Constants
- func Call()
- func EstimateGas()
- func GetStorageAt()
- func Init(accs []*account.Account, ep string, gp *big.Int)
- type ReadApiCallContract
- type ReadApiCallContractCaller
- type ReadApiCallContractCallerRaw
- type ReadApiCallContractCallerSession
- type ReadApiCallContractFilterer
- type ReadApiCallContractRaw
- func (_ReadApiCallContract *ReadApiCallContractRaw) Call(opts *bind.CallOpts, result interface{}, method string, params ...interface{}) error
- func (_ReadApiCallContract *ReadApiCallContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
- func (_ReadApiCallContract *ReadApiCallContractRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error)
- type ReadApiCallContractSession
- type ReadApiCallContractTransactor
- type ReadApiCallContractTransactorRaw
- type ReadApiCallContractTransactorSession
Constants ¶
const ReadApiCallContractABI = "" /* 314-byte string literal not displayed */
ReadApiCallContractABI is the input ABI used to generate the binding from.
const ReadApiCallContractBin = `` /* 454-byte string literal not displayed */
ReadApiCallContractBin is the compiled bytecode used for deploying new contracts.
const ReadApiCallContractBinRuntime = `` /* 382-byte string literal not displayed */
ReadApiCallContractBinRuntime is the compiled bytecode used for adding genesis block without deploying code.
Variables ¶
This section is empty.
Functions ¶
func EstimateGas ¶
func EstimateGas()
func GetStorageAt ¶
func GetStorageAt()
Types ¶
type ReadApiCallContract ¶
type ReadApiCallContract struct { ReadApiCallContractCaller // Read-only binding to the contract ReadApiCallContractTransactor // Write-only binding to the contract ReadApiCallContractFilterer // Log filterer for contract events }
ReadApiCallContract is an auto generated Go binding around a Klaytn contract.
func DeployReadApiCallContract ¶
func DeployReadApiCallContract(auth *bind.TransactOpts, backend bind.ContractBackend) (common.Address, *types.Transaction, *ReadApiCallContract, error)
DeployReadApiCallContract deploys a new Klaytn contract, binding an instance of ReadApiCallContract to it.
func NewReadApiCallContract ¶
func NewReadApiCallContract(address common.Address, backend bind.ContractBackend) (*ReadApiCallContract, error)
NewReadApiCallContract creates a new instance of ReadApiCallContract, bound to a specific deployed contract.
type ReadApiCallContractCaller ¶
type ReadApiCallContractCaller struct {
// contains filtered or unexported fields
}
ReadApiCallContractCaller is an auto generated read-only Go binding around a Klaytn contract.
func NewReadApiCallContractCaller ¶
func NewReadApiCallContractCaller(address common.Address, caller bind.ContractCaller) (*ReadApiCallContractCaller, error)
NewReadApiCallContractCaller creates a new read-only instance of ReadApiCallContract, bound to a specific deployed contract.
type ReadApiCallContractCallerRaw ¶
type ReadApiCallContractCallerRaw struct {
Contract *ReadApiCallContractCaller // Generic read-only contract binding to access the raw methods on
}
ReadApiCallContractCallerRaw is an auto generated low-level read-only Go binding around a Klaytn contract.
func (*ReadApiCallContractCallerRaw) Call ¶
func (_ReadApiCallContract *ReadApiCallContractCallerRaw) 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 ReadApiCallContractCallerSession ¶
type ReadApiCallContractCallerSession struct { Contract *ReadApiCallContractCaller // Generic contract caller binding to set the session for CallOpts bind.CallOpts // Call options to use throughout this session }
ReadApiCallContractCallerSession is an auto generated read-only Go binding around a Klaytn contract, with pre-set call options.
type ReadApiCallContractFilterer ¶
type ReadApiCallContractFilterer struct {
// contains filtered or unexported fields
}
ReadApiCallContractFilterer is an auto generated log filtering Go binding around a Klaytn contract events.
func NewReadApiCallContractFilterer ¶
func NewReadApiCallContractFilterer(address common.Address, filterer bind.ContractFilterer) (*ReadApiCallContractFilterer, error)
NewReadApiCallContractFilterer creates a new log filterer instance of ReadApiCallContract, bound to a specific deployed contract.
type ReadApiCallContractRaw ¶
type ReadApiCallContractRaw struct {
Contract *ReadApiCallContract // Generic contract binding to access the raw methods on
}
ReadApiCallContractRaw is an auto generated low-level Go binding around a Klaytn contract.
func (*ReadApiCallContractRaw) Call ¶
func (_ReadApiCallContract *ReadApiCallContractRaw) 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 (*ReadApiCallContractRaw) Transact ¶
func (_ReadApiCallContract *ReadApiCallContractRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ReadApiCallContractRaw) Transfer ¶
func (_ReadApiCallContract *ReadApiCallContractRaw) 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 ReadApiCallContractSession ¶
type ReadApiCallContractSession struct { Contract *ReadApiCallContract // 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 }
ReadApiCallContractSession is an auto generated Go binding around a Klaytn contract, with pre-set call and transact options.
func (*ReadApiCallContractSession) Get ¶
func (_ReadApiCallContract *ReadApiCallContractSession) Get() (*big.Int, error)
Get is a free data retrieval call binding the contract method 0x6d4ce63c.
Solidity: function get() constant returns(uint256)
func (*ReadApiCallContractSession) Set ¶
func (_ReadApiCallContract *ReadApiCallContractSession) Set() (*types.Transaction, error)
Set is a paid mutator transaction binding the contract method 0xb8e010de.
Solidity: function set() returns()
type ReadApiCallContractTransactor ¶
type ReadApiCallContractTransactor struct {
// contains filtered or unexported fields
}
ReadApiCallContractTransactor is an auto generated write-only Go binding around a Klaytn contract.
func NewReadApiCallContractTransactor ¶
func NewReadApiCallContractTransactor(address common.Address, transactor bind.ContractTransactor) (*ReadApiCallContractTransactor, error)
NewReadApiCallContractTransactor creates a new write-only instance of ReadApiCallContract, bound to a specific deployed contract.
func (*ReadApiCallContractTransactor) Set ¶
func (_ReadApiCallContract *ReadApiCallContractTransactor) Set(opts *bind.TransactOpts) (*types.Transaction, error)
Set is a paid mutator transaction binding the contract method 0xb8e010de.
Solidity: function set() returns()
type ReadApiCallContractTransactorRaw ¶
type ReadApiCallContractTransactorRaw struct {
Contract *ReadApiCallContractTransactor // Generic write-only contract binding to access the raw methods on
}
ReadApiCallContractTransactorRaw is an auto generated low-level write-only Go binding around a Klaytn contract.
func (*ReadApiCallContractTransactorRaw) Transact ¶
func (_ReadApiCallContract *ReadApiCallContractTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error)
Transact invokes the (paid) contract method with params as input values.
func (*ReadApiCallContractTransactorRaw) Transfer ¶
func (_ReadApiCallContract *ReadApiCallContractTransactorRaw) 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 ReadApiCallContractTransactorSession ¶
type ReadApiCallContractTransactorSession struct { Contract *ReadApiCallContractTransactor // Generic contract transactor binding to set the session for TransactOpts bind.TransactOpts // Transaction auth options to use throughout this session }
ReadApiCallContractTransactorSession is an auto generated write-only Go binding around a Klaytn contract, with pre-set transact options.
func (*ReadApiCallContractTransactorSession) Set ¶
func (_ReadApiCallContract *ReadApiCallContractTransactorSession) Set() (*types.Transaction, error)
Set is a paid mutator transaction binding the contract method 0xb8e010de.
Solidity: function set() returns()