We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 731ebb1 + e7972b8 commit 1fc7227Copy full SHA for 1fc7227
response.go
@@ -127,7 +127,11 @@ type ContractSource struct {
127
OptimizationUsed int `json:"OptimizationUsed,string"`
128
Runs int `json:"Runs,string"`
129
ConstructorArguments string `json:"ConstructorArguments"`
130
+ EVMVersion string `json:"EVMVersion"`
131
Library string `json:"Library"`
132
+ LicenseType string `json:"LicenseType"`
133
+ Proxy string `json:"Proxy"`
134
+ Implementation string `json:"Implementation"`
135
SwarmSource string `json:"SwarmSource"`
136
}
137
0 commit comments