diff --git a/accounts/abi/abigen/testdata/v2/numericmethodname.go.txt b/accounts/abi/abigen/testdata/v2/numericmethodname.go.txt index 2cb36bce57..c756609044 100644 --- a/accounts/abi/abigen/testdata/v2/numericmethodname.go.txt +++ b/accounts/abi/abigen/testdata/v2/numericmethodname.go.txt @@ -49,10 +49,10 @@ func (c *NumericMethodName) Instance(backend bind.ContractBackend, addr common.A return bind.NewBoundContract(backend, addr, c.abi) } -// E1test0 is a free data retrieval call binding the contract method 0xffa02795. +// E1test is a free data retrieval call binding the contract method 0xffa02795. // // Solidity: function _1test() pure returns() -func (numericMethodName *NumericMethodName) PackE1test0() []byte { +func (numericMethodName *NumericMethodName) PackE1test() []byte { enc, err := numericMethodName.abi.Pack("_1test") if err != nil { panic(err) @@ -60,10 +60,10 @@ func (numericMethodName *NumericMethodName) PackE1test0() []byte { return enc } -// E1test is a free data retrieval call binding the contract method 0xd02767c7. +// E1test0 is a free data retrieval call binding the contract method 0xd02767c7. // // Solidity: function __1test() pure returns() -func (numericMethodName *NumericMethodName) PackE1test() []byte { +func (numericMethodName *NumericMethodName) PackE1test0() []byte { enc, err := numericMethodName.abi.Pack("__1test") if err != nil { panic(err)