-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update storage-layouts for proxy contracts
- Loading branch information
Showing
78 changed files
with
5,397 additions
and
3,630 deletions.
There are no files selected for viewing
79 changes: 79 additions & 0 deletions
79
.storage-layouts-normalized/contracts/bridging/ProxyColony.sol:ProxyColony.json
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,79 @@ | ||
{ | ||
"storage": [ | ||
{ | ||
"contract": "contracts/bridging/ProxyColony.sol:ProxyColony", | ||
"label": "authority", | ||
"offset": 0, | ||
"slot": "0", | ||
"type": { | ||
"encoding": "inplace", | ||
"label": "contract DSAuthority", | ||
"numberOfBytes": "20" | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColony.sol:ProxyColony", | ||
"label": "owner", | ||
"offset": 0, | ||
"slot": "1", | ||
"type": { | ||
"encoding": "inplace", | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColony.sol:ProxyColony", | ||
"label": "resolver", | ||
"offset": 0, | ||
"slot": "2", | ||
"type": { | ||
"encoding": "inplace", | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColony.sol:ProxyColony", | ||
"label": "metatransactionNonces", | ||
"offset": 0, | ||
"slot": "3", | ||
"type": { | ||
"encoding": "mapping", | ||
"key": { | ||
"encoding": "inplace", | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
}, | ||
"label": "mapping(address => uint256)", | ||
"numberOfBytes": "32", | ||
"value": { | ||
"encoding": "inplace", | ||
"label": "uint256", | ||
"numberOfBytes": "32" | ||
} | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColony.sol:ProxyColony", | ||
"label": "tokenBalances", | ||
"offset": 0, | ||
"slot": "4", | ||
"type": { | ||
"encoding": "mapping", | ||
"key": { | ||
"encoding": "inplace", | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
}, | ||
"label": "mapping(address => uint256)", | ||
"numberOfBytes": "32", | ||
"value": { | ||
"encoding": "inplace", | ||
"label": "uint256", | ||
"numberOfBytes": "32" | ||
} | ||
} | ||
} | ||
] | ||
} |
91 changes: 91 additions & 0 deletions
91
...rage-layouts-normalized/contracts/bridging/ProxyColonyNetwork.sol:ProxyColonyNetwork.json
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,91 @@ | ||
{ | ||
"storage": [ | ||
{ | ||
"contract": "contracts/bridging/ProxyColonyNetwork.sol:ProxyColonyNetwork", | ||
"label": "authority", | ||
"offset": 0, | ||
"slot": "0", | ||
"type": { | ||
"encoding": "inplace", | ||
"label": "contract DSAuthority", | ||
"numberOfBytes": "20" | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColonyNetwork.sol:ProxyColonyNetwork", | ||
"label": "owner", | ||
"offset": 0, | ||
"slot": "1", | ||
"type": { | ||
"encoding": "inplace", | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColonyNetwork.sol:ProxyColonyNetwork", | ||
"label": "resolver", | ||
"offset": 0, | ||
"slot": "2", | ||
"type": { | ||
"encoding": "inplace", | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColonyNetwork.sol:ProxyColonyNetwork", | ||
"label": "colonyBridgeAddress", | ||
"offset": 0, | ||
"slot": "3", | ||
"type": { | ||
"encoding": "inplace", | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColonyNetwork.sol:ProxyColonyNetwork", | ||
"label": "homeChainId", | ||
"offset": 0, | ||
"slot": "4", | ||
"type": { | ||
"encoding": "inplace", | ||
"label": "uint256", | ||
"numberOfBytes": "32" | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColonyNetwork.sol:ProxyColonyNetwork", | ||
"label": "proxyColonyResolverAddress", | ||
"offset": 0, | ||
"slot": "5", | ||
"type": { | ||
"encoding": "inplace", | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
} | ||
}, | ||
{ | ||
"contract": "contracts/bridging/ProxyColonyNetwork.sol:ProxyColonyNetwork", | ||
"label": "shellColonies", | ||
"offset": 0, | ||
"slot": "6", | ||
"type": { | ||
"encoding": "mapping", | ||
"key": { | ||
"encoding": "inplace", | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
}, | ||
"label": "mapping(address => bool)", | ||
"numberOfBytes": "32", | ||
"value": { | ||
"encoding": "inplace", | ||
"label": "bool", | ||
"numberOfBytes": "1" | ||
} | ||
} | ||
} | ||
] | ||
} |
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
Oops, something went wrong.