Skip to content

Commit

Permalink
Merge pull request #72 from rmsrob/feature/contractSource
Browse files Browse the repository at this point in the history
update ContractSource
  • Loading branch information
nanmu42 authored Jul 10, 2022
2 parents 731ebb1 + e7972b8 commit 1fc7227
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions response.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ type ContractSource struct {
OptimizationUsed int `json:"OptimizationUsed,string"`
Runs int `json:"Runs,string"`
ConstructorArguments string `json:"ConstructorArguments"`
EVMVersion string `json:"EVMVersion"`
Library string `json:"Library"`
LicenseType string `json:"LicenseType"`
Proxy string `json:"Proxy"`
Implementation string `json:"Implementation"`
SwarmSource string `json:"SwarmSource"`
}

Expand Down

0 comments on commit 1fc7227

Please sign in to comment.