解析以太坊交易 abi-decoder
## ABI-DECODER Go library for decoding data params and events from etherem transactions. Inspired by [abi-decoder](https://github.com/ConsenSys/abi-decoder) ## Example ```go var myContractAbi = ` [ { "anonymous": false, "inputs": [ ...阅读全文