-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into nicka/sonic
- Loading branch information
Showing
9 changed files
with
1,676 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
764 changes: 764 additions & 0 deletions
764
contracts/deployments/mainnet/solcInputs/d7c660a3891a398302ba4accfb7a44b7.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"solcVersion": "0.8.7", | ||
"storage": [ | ||
{ | ||
"label": "strategistAddr", | ||
"offset": 0, | ||
"slot": "0", | ||
"type": "t_address", | ||
"contract": "Strategizable", | ||
"src": "contracts/governance/Strategizable.sol:10" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "1", | ||
"type": "t_array(t_uint256)50_storage", | ||
"contract": "Strategizable", | ||
"src": "contracts/governance/Strategizable.sol:13" | ||
}, | ||
{ | ||
"label": "supportedStrategies", | ||
"offset": 0, | ||
"slot": "51", | ||
"type": "t_mapping(t_address,t_bool)", | ||
"contract": "OETHHarvesterSimple", | ||
"src": "contracts/harvest/OETHHarvesterSimple.sol:15" | ||
} | ||
], | ||
"types": { | ||
"t_address": { | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
}, | ||
"t_array(t_uint256)50_storage": { | ||
"label": "uint256[50]", | ||
"numberOfBytes": "1600" | ||
}, | ||
"t_bool": { | ||
"label": "bool", | ||
"numberOfBytes": "1" | ||
}, | ||
"t_mapping(t_address,t_bool)": { | ||
"label": "mapping(address => bool)", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_uint256": { | ||
"label": "uint256", | ||
"numberOfBytes": "32" | ||
} | ||
} | ||
} |
Oops, something went wrong.