Versions in this module Expand all Collapse all v1 v1.6.0 Apr 28, 2021 Changes in this version + const TesterABI + func ParseCall(client *ethclient.Client, contract *util.Contract, call string) (*abi.Method, []interface{}, error) + func StrTo(inputType *abi.Type, input string) (interface{}, error) + func StrToAddress(inputType *abi.Type, input string) (common.Address, error) + func StrToBool(inputType *abi.Type, input string) (bool, error) + func StrToBytes(inputType *abi.Type, input string) (interface{}, error) + func StrToHash(inputType *abi.Type, input string) (common.Hash, error) + func StrToInt(inputType *abi.Type, input string) (interface{}, error) + func StrToStr(inputType *abi.Type, input string) (string, error) + func StrToUint(inputType *abi.Type, input string) (interface{}, error) + type Tester struct + func NewTester(address common.Address, backend bind.ContractBackend) (*Tester, error) + type TesterCaller struct + func NewTesterCaller(address common.Address, caller bind.ContractCaller) (*TesterCaller, error) + func (_Tester *TesterCaller) Test(opts *bind.CallOpts) error + func (_Tester *TesterCaller) TestAddress(opts *bind.CallOpts, arg1 common.Address) (common.Address, error) + func (_Tester *TesterCaller) TestAddress2DArray(opts *bind.CallOpts, arg1 [][]common.Address) ([][]common.Address, error) + func (_Tester *TesterCaller) TestAddressArray(opts *bind.CallOpts, arg1 []common.Address) ([]common.Address, error) + func (_Tester *TesterCaller) TestBool(opts *bind.CallOpts, arg1 bool) (bool, error) + func (_Tester *TesterCaller) TestBool2DArray(opts *bind.CallOpts, arg1 [][]bool) ([][]bool, error) + func (_Tester *TesterCaller) TestBoolArray(opts *bind.CallOpts, arg1 []bool) ([]bool, error) + func (_Tester *TesterCaller) TestBytes(opts *bind.CallOpts, arg1 []byte) ([]byte, error) + func (_Tester *TesterCaller) TestBytes2DArray(opts *bind.CallOpts, arg1 [][][]byte) ([][][]byte, error) + func (_Tester *TesterCaller) TestBytesArray(opts *bind.CallOpts, arg1 [][]byte) ([][]byte, error) + func (_Tester *TesterCaller) TestInt128(opts *bind.CallOpts, arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterCaller) TestInt1282DArray(opts *bind.CallOpts, arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterCaller) TestInt128Array(opts *bind.CallOpts, arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterCaller) TestInt16(opts *bind.CallOpts, arg1 int16) (int16, error) + func (_Tester *TesterCaller) TestInt162DArray(opts *bind.CallOpts, arg1 [][]int16) ([][]int16, error) + func (_Tester *TesterCaller) TestInt16Array(opts *bind.CallOpts, arg1 []int16) ([]int16, error) + func (_Tester *TesterCaller) TestInt256(opts *bind.CallOpts, arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterCaller) TestInt2562DArray(opts *bind.CallOpts, arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterCaller) TestInt256Array(opts *bind.CallOpts, arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterCaller) TestInt32(opts *bind.CallOpts, arg1 int32) (int32, error) + func (_Tester *TesterCaller) TestInt322DArray(opts *bind.CallOpts, arg1 [][]int32) ([][]int32, error) + func (_Tester *TesterCaller) TestInt32Array(opts *bind.CallOpts, arg1 []int32) ([]int32, error) + func (_Tester *TesterCaller) TestInt64(opts *bind.CallOpts, arg1 int64) (int64, error) + func (_Tester *TesterCaller) TestInt642DArray(opts *bind.CallOpts, arg1 [][]int64) ([][]int64, error) + func (_Tester *TesterCaller) TestInt64Array(opts *bind.CallOpts, arg1 []int64) ([]int64, error) + func (_Tester *TesterCaller) TestInt8(opts *bind.CallOpts, arg1 int8) (int8, error) + func (_Tester *TesterCaller) TestInt82DArray(opts *bind.CallOpts, arg1 [][]int8) ([][]int8, error) + func (_Tester *TesterCaller) TestInt8Array(opts *bind.CallOpts, arg1 []int8) ([]int8, error) + func (_Tester *TesterCaller) TestString(opts *bind.CallOpts, arg1 string) (string, error) + func (_Tester *TesterCaller) TestString2DArray(opts *bind.CallOpts, arg1 [][]string) ([][]string, error) + func (_Tester *TesterCaller) TestStringArray(opts *bind.CallOpts, arg1 []string) ([]string, error) + func (_Tester *TesterCaller) TestUint128(opts *bind.CallOpts, arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterCaller) TestUint1282DArray(opts *bind.CallOpts, arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterCaller) TestUint128Array(opts *bind.CallOpts, arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterCaller) TestUint16(opts *bind.CallOpts, arg1 uint16) (uint16, error) + func (_Tester *TesterCaller) TestUint162DArray(opts *bind.CallOpts, arg1 [][]uint16) ([][]uint16, error) + func (_Tester *TesterCaller) TestUint16Array(opts *bind.CallOpts, arg1 []uint16) ([]uint16, error) + func (_Tester *TesterCaller) TestUint256(opts *bind.CallOpts, arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterCaller) TestUint2562DArray(opts *bind.CallOpts, arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterCaller) TestUint256Array(opts *bind.CallOpts, arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterCaller) TestUint32(opts *bind.CallOpts, arg1 uint32) (uint32, error) + func (_Tester *TesterCaller) TestUint322DArray(opts *bind.CallOpts, arg1 [][]uint32) ([][]uint32, error) + func (_Tester *TesterCaller) TestUint32Array(opts *bind.CallOpts, arg1 []uint32) ([]uint32, error) + func (_Tester *TesterCaller) TestUint64(opts *bind.CallOpts, arg1 uint64) (uint64, error) + func (_Tester *TesterCaller) TestUint642DArray(opts *bind.CallOpts, arg1 [][]uint64) ([][]uint64, error) + func (_Tester *TesterCaller) TestUint64Array(opts *bind.CallOpts, arg1 []uint64) ([]uint64, error) + func (_Tester *TesterCaller) TestUint8(opts *bind.CallOpts, arg1 uint8) (uint8, error) + func (_Tester *TesterCaller) TestUint82DArray(opts *bind.CallOpts, arg1 [][]uint8) ([][]uint8, error) + func (_Tester *TesterCaller) TestUint8Array(opts *bind.CallOpts, arg1 []uint8) ([]uint8, error) + type TesterCallerRaw struct + Contract *TesterCaller + func (_Tester *TesterCallerRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + type TesterCallerSession struct + CallOpts bind.CallOpts + Contract *TesterCaller + func (_Tester *TesterCallerSession) Test() error + func (_Tester *TesterCallerSession) TestAddress(arg1 common.Address) (common.Address, error) + func (_Tester *TesterCallerSession) TestAddress2DArray(arg1 [][]common.Address) ([][]common.Address, error) + func (_Tester *TesterCallerSession) TestAddressArray(arg1 []common.Address) ([]common.Address, error) + func (_Tester *TesterCallerSession) TestBool(arg1 bool) (bool, error) + func (_Tester *TesterCallerSession) TestBool2DArray(arg1 [][]bool) ([][]bool, error) + func (_Tester *TesterCallerSession) TestBoolArray(arg1 []bool) ([]bool, error) + func (_Tester *TesterCallerSession) TestBytes(arg1 []byte) ([]byte, error) + func (_Tester *TesterCallerSession) TestBytes2DArray(arg1 [][][]byte) ([][][]byte, error) + func (_Tester *TesterCallerSession) TestBytesArray(arg1 [][]byte) ([][]byte, error) + func (_Tester *TesterCallerSession) TestInt128(arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterCallerSession) TestInt1282DArray(arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterCallerSession) TestInt128Array(arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterCallerSession) TestInt16(arg1 int16) (int16, error) + func (_Tester *TesterCallerSession) TestInt162DArray(arg1 [][]int16) ([][]int16, error) + func (_Tester *TesterCallerSession) TestInt16Array(arg1 []int16) ([]int16, error) + func (_Tester *TesterCallerSession) TestInt256(arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterCallerSession) TestInt2562DArray(arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterCallerSession) TestInt256Array(arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterCallerSession) TestInt32(arg1 int32) (int32, error) + func (_Tester *TesterCallerSession) TestInt322DArray(arg1 [][]int32) ([][]int32, error) + func (_Tester *TesterCallerSession) TestInt32Array(arg1 []int32) ([]int32, error) + func (_Tester *TesterCallerSession) TestInt64(arg1 int64) (int64, error) + func (_Tester *TesterCallerSession) TestInt642DArray(arg1 [][]int64) ([][]int64, error) + func (_Tester *TesterCallerSession) TestInt64Array(arg1 []int64) ([]int64, error) + func (_Tester *TesterCallerSession) TestInt8(arg1 int8) (int8, error) + func (_Tester *TesterCallerSession) TestInt82DArray(arg1 [][]int8) ([][]int8, error) + func (_Tester *TesterCallerSession) TestInt8Array(arg1 []int8) ([]int8, error) + func (_Tester *TesterCallerSession) TestString(arg1 string) (string, error) + func (_Tester *TesterCallerSession) TestString2DArray(arg1 [][]string) ([][]string, error) + func (_Tester *TesterCallerSession) TestStringArray(arg1 []string) ([]string, error) + func (_Tester *TesterCallerSession) TestUint128(arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterCallerSession) TestUint1282DArray(arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterCallerSession) TestUint128Array(arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterCallerSession) TestUint16(arg1 uint16) (uint16, error) + func (_Tester *TesterCallerSession) TestUint162DArray(arg1 [][]uint16) ([][]uint16, error) + func (_Tester *TesterCallerSession) TestUint16Array(arg1 []uint16) ([]uint16, error) + func (_Tester *TesterCallerSession) TestUint256(arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterCallerSession) TestUint2562DArray(arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterCallerSession) TestUint256Array(arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterCallerSession) TestUint32(arg1 uint32) (uint32, error) + func (_Tester *TesterCallerSession) TestUint322DArray(arg1 [][]uint32) ([][]uint32, error) + func (_Tester *TesterCallerSession) TestUint32Array(arg1 []uint32) ([]uint32, error) + func (_Tester *TesterCallerSession) TestUint64(arg1 uint64) (uint64, error) + func (_Tester *TesterCallerSession) TestUint642DArray(arg1 [][]uint64) ([][]uint64, error) + func (_Tester *TesterCallerSession) TestUint64Array(arg1 []uint64) ([]uint64, error) + func (_Tester *TesterCallerSession) TestUint8(arg1 uint8) (uint8, error) + func (_Tester *TesterCallerSession) TestUint82DArray(arg1 [][]uint8) ([][]uint8, error) + func (_Tester *TesterCallerSession) TestUint8Array(arg1 []uint8) ([]uint8, error) + type TesterFilterer struct + func NewTesterFilterer(address common.Address, filterer bind.ContractFilterer) (*TesterFilterer, error) + type TesterRaw struct + Contract *Tester + func (_Tester *TesterRaw) Call(opts *bind.CallOpts, result *[]interface{}, method string, ...) error + func (_Tester *TesterRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Tester *TesterRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type TesterSession struct + CallOpts bind.CallOpts + Contract *Tester + TransactOpts bind.TransactOpts + func (_Tester *TesterSession) Test() error + func (_Tester *TesterSession) TestAddress(arg1 common.Address) (common.Address, error) + func (_Tester *TesterSession) TestAddress2DArray(arg1 [][]common.Address) ([][]common.Address, error) + func (_Tester *TesterSession) TestAddressArray(arg1 []common.Address) ([]common.Address, error) + func (_Tester *TesterSession) TestBool(arg1 bool) (bool, error) + func (_Tester *TesterSession) TestBool2DArray(arg1 [][]bool) ([][]bool, error) + func (_Tester *TesterSession) TestBoolArray(arg1 []bool) ([]bool, error) + func (_Tester *TesterSession) TestBytes(arg1 []byte) ([]byte, error) + func (_Tester *TesterSession) TestBytes2DArray(arg1 [][][]byte) ([][][]byte, error) + func (_Tester *TesterSession) TestBytesArray(arg1 [][]byte) ([][]byte, error) + func (_Tester *TesterSession) TestInt128(arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterSession) TestInt1282DArray(arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterSession) TestInt128Array(arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterSession) TestInt16(arg1 int16) (int16, error) + func (_Tester *TesterSession) TestInt162DArray(arg1 [][]int16) ([][]int16, error) + func (_Tester *TesterSession) TestInt16Array(arg1 []int16) ([]int16, error) + func (_Tester *TesterSession) TestInt256(arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterSession) TestInt2562DArray(arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterSession) TestInt256Array(arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterSession) TestInt32(arg1 int32) (int32, error) + func (_Tester *TesterSession) TestInt322DArray(arg1 [][]int32) ([][]int32, error) + func (_Tester *TesterSession) TestInt32Array(arg1 []int32) ([]int32, error) + func (_Tester *TesterSession) TestInt64(arg1 int64) (int64, error) + func (_Tester *TesterSession) TestInt642DArray(arg1 [][]int64) ([][]int64, error) + func (_Tester *TesterSession) TestInt64Array(arg1 []int64) ([]int64, error) + func (_Tester *TesterSession) TestInt8(arg1 int8) (int8, error) + func (_Tester *TesterSession) TestInt82DArray(arg1 [][]int8) ([][]int8, error) + func (_Tester *TesterSession) TestInt8Array(arg1 []int8) ([]int8, error) + func (_Tester *TesterSession) TestString(arg1 string) (string, error) + func (_Tester *TesterSession) TestString2DArray(arg1 [][]string) ([][]string, error) + func (_Tester *TesterSession) TestStringArray(arg1 []string) ([]string, error) + func (_Tester *TesterSession) TestUint128(arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterSession) TestUint1282DArray(arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterSession) TestUint128Array(arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterSession) TestUint16(arg1 uint16) (uint16, error) + func (_Tester *TesterSession) TestUint162DArray(arg1 [][]uint16) ([][]uint16, error) + func (_Tester *TesterSession) TestUint16Array(arg1 []uint16) ([]uint16, error) + func (_Tester *TesterSession) TestUint256(arg1 *big.Int) (*big.Int, error) + func (_Tester *TesterSession) TestUint2562DArray(arg1 [][]*big.Int) ([][]*big.Int, error) + func (_Tester *TesterSession) TestUint256Array(arg1 []*big.Int) ([]*big.Int, error) + func (_Tester *TesterSession) TestUint32(arg1 uint32) (uint32, error) + func (_Tester *TesterSession) TestUint322DArray(arg1 [][]uint32) ([][]uint32, error) + func (_Tester *TesterSession) TestUint32Array(arg1 []uint32) ([]uint32, error) + func (_Tester *TesterSession) TestUint64(arg1 uint64) (uint64, error) + func (_Tester *TesterSession) TestUint642DArray(arg1 [][]uint64) ([][]uint64, error) + func (_Tester *TesterSession) TestUint64Array(arg1 []uint64) ([]uint64, error) + func (_Tester *TesterSession) TestUint8(arg1 uint8) (uint8, error) + func (_Tester *TesterSession) TestUint82DArray(arg1 [][]uint8) ([][]uint8, error) + func (_Tester *TesterSession) TestUint8Array(arg1 []uint8) ([]uint8, error) + type TesterTransactor struct + func NewTesterTransactor(address common.Address, transactor bind.ContractTransactor) (*TesterTransactor, error) + type TesterTransactorRaw struct + Contract *TesterTransactor + func (_Tester *TesterTransactorRaw) Transact(opts *bind.TransactOpts, method string, params ...interface{}) (*types.Transaction, error) + func (_Tester *TesterTransactorRaw) Transfer(opts *bind.TransactOpts) (*types.Transaction, error) + type TesterTransactorSession struct + Contract *TesterTransactor + TransactOpts bind.TransactOpts Other modules containing this package github.com/wealdtech/ethereal/v2