tokenbalance
tokenbalance copied to clipboard
Build failed.
The build log:
go get -u github.com/hunterlong/tokenbalance
# github.com/hunterlong/tokenbalance
src/github.com/hunterlong/tokenbalance/tokens.go:94:29: cannot use out (type **big.Int) as type *[]interface {} in argument to _Token.contract.Call
src/github.com/hunterlong/tokenbalance/tokens.go:106:29: cannot use out (type **big.Int) as type *[]interface {} in argument to _Token.contract.Call
src/github.com/hunterlong/tokenbalance/tokens.go:118:29: cannot use out (type *string) as type *[]interface {} in argument to _Token.contract.Call
src/github.com/hunterlong/tokenbalance/tokens.go:130:29: cannot use out (type *string) as type *[]interface {} in argument to _Token.contract.Call
$ go version
go version go1.14.12 linux/amd64
The build is done with no error after rollback go-ethereum like this.
cd $GOPATH/src/github.com/ethereum/go-ethereum
git checkout 8bbe72075e4e16442c4e28d999edee12e294329e
go get go get github.com/hunterlong/tokenbalance
Let check #33