Documentation ¶
Index ¶
- func MustParseABI(abiJSON string) abi.ABI
- func ParseABI(abiJSON string) (abi.ABI, error)
- type Contract
- func NewContract(address common.Address, abi abi.ABI, caller bind.ContractCaller, ...) *Contract
- func NewContractCaller(address common.Address, abi abi.ABI, caller bind.ContractCaller) *Contract
- func NewContractFilterer(address common.Address, abi abi.ABI, filterer bind.ContractFilterer) *Contract
- func NewContractTransactor(address common.Address, abi abi.ABI, caller bind.ContractCaller, ...) *Contract
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustParseABI ¶
Types ¶
type Contract ¶
func NewContract ¶
func NewContract(address common.Address, abi abi.ABI, caller bind.ContractCaller, transactor bind.ContractTransactor, filterer bind.ContractFilterer) *Contract
func NewContractCaller ¶
func NewContractFilterer ¶
func NewContractTransactor ¶
func NewContractTransactor(address common.Address, abi abi.ABI, caller bind.ContractCaller, transactor bind.ContractTransactor) *Contract
Click to show internal directories.
Click to hide internal directories.