Skip to content

Commit e7972b8

Browse files
committed
update ContractSource
1 parent 731ebb1 commit e7972b8

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)