Skip to content

Commit 1fc7227

Browse files
authored
Merge pull request #72 from rmsrob/feature/contractSource
update ContractSource
2 parents 731ebb1 + e7972b8 commit 1fc7227

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

response.go

+4
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)