web3-multicall-go icon indicating copy to clipboard operation
web3-multicall-go copied to clipboard

method extract issue

Open huahuayu opened this issue 3 years ago • 0 comments

hi, if there's space in the method will cause the method extract error

	vc := multicall.NewViewCall(
		"0",
		"0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
		"transfer( address, uint256 ) ( bool )",
		[]interface{}{"0x000000000000000000000000000000000000dead","10"},
	)

see this:

image

but the method should be transfer(address,uint256)

huahuayu avatar Jun 11 '21 03:06 huahuayu