We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731ebb1 commit e7972b8Copy full SHA for e7972b8
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