Skip to content

Commit 8f8f926

Browse files
authored
Merge branch 'nanmu42:master' into master
2 parents b110f8d + 1fc7227 commit 8f8f926

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

response.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ type ContractSource struct {
127127
OptimizationUsed int `json:"OptimizationUsed,string"`
128128
Runs int `json:"Runs,string"`
129129
ConstructorArguments string `json:"ConstructorArguments"`
130+
EVMVersion string `json:"EVMVersion"`
130131
Library string `json:"Library"`
132+
LicenseType string `json:"LicenseType"`
133+
Proxy string `json:"Proxy"`
134+
Implementation string `json:"Implementation"`
131135
SwarmSource string `json:"SwarmSource"`
132136
}
133137

0 commit comments

Comments
 (0)