diff --git a/go.mod b/go.mod index 5837de6..1ec9a42 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/nanmu42/etherscan-api +module github.com/rectof/etherscan-api go 1.13 diff --git a/response.go b/response.go index d096aef..85e785d 100644 --- a/response.go +++ b/response.go @@ -50,6 +50,8 @@ type NormalTx struct { CumulativeGasUsed int `json:"cumulativeGasUsed,string"` GasUsed int `json:"gasUsed,string"` Confirmations int `json:"confirmations,string"` + MethodID string `json:"methodId"` + FunctionName string `json:"functionName"` } // InternalTx holds info from internal tx query