解析json rpc获得的ETH log信息
package mainimport ( "bytes" ct "contracts" "encoding/hex" "encoding/json" "fmt" "github.com/ethereum/go-ethereum/accounts/abi" "io/ioutil" "math/big" "net/http" "strings")func main() { // 略去一些信息 request, error := http.NewRequest("POST",





