-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from eiyen/my-homework
My homework
- Loading branch information
Showing
19 changed files
with
7,658 additions
and
4,554 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,396 @@ | ||
{ | ||
"manifestVersion": "3.2", | ||
"admin": { | ||
"address": "0x94C296AD97C8238B47cA647804189Bd68C376Fe5", | ||
"txHash": "0x9ed9e54f75e811f5c009962bca8d7bf2b607af4c949122a36f9682359fda6194" | ||
}, | ||
"proxies": [ | ||
{ | ||
"address": "0x78D5554Db93F77A543D3f01860Ab180474c140C7", | ||
"txHash": "0x99318a48543cd03088381e91efdfa061a023e1a4f58203e0ec78d3b4f9843085", | ||
"kind": "transparent" | ||
}, | ||
{ | ||
"address": "0xAf3Df08D642d418F60060105145Db4E4AFa6A122", | ||
"txHash": "0x3b87021e49bb2de1b3fa5e97e63151688bc634d46199807b659c73a5f5112c53", | ||
"kind": "transparent" | ||
}, | ||
{ | ||
"address": "0x4f7d28D007be88F51B323a70934EbF6E75621eED", | ||
"txHash": "0x65fcd49141c81540a1c8337ef4bda71c2a890d4b9f32fafccab460c23f225590", | ||
"kind": "transparent" | ||
}, | ||
{ | ||
"address": "0x69F275bCC40D6C1ff46d335FF4C09D2239d5419f", | ||
"txHash": "0xab19d84d1e15f5a5d1583ee9200edfe5ca5ce42b9aedc3945cdf9f99ef2d9cb9", | ||
"kind": "transparent" | ||
}, | ||
{ | ||
"address": "0xc25806DacD2Dd2d3DB3f5f0a07885862C0d754a4", | ||
"txHash": "0x1c247baf82647f2a68945629d881127b00e18ed37bf028a7ff8f4c8ee772f5fa", | ||
"kind": "transparent" | ||
} | ||
], | ||
"impls": { | ||
"d35f62bf49d90e0030b7d0133ec9bc8970805c621c5c8d535162e94b18aac5f0": { | ||
"address": "0x051d5685127715AbcFe8e9b0A78596a0F8774590", | ||
"txHash": "0xc087151553587c9c7cdc6d5eaed8141f6819ba3262416c2be0c0f224b3fd983d", | ||
"layout": { | ||
"solcVersion": "0.8.9", | ||
"storage": [ | ||
{ | ||
"label": "_initialized", | ||
"offset": 0, | ||
"slot": "0", | ||
"type": "t_uint8", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\proxy\\utils\\Initializable.sol:62", | ||
"retypedFrom": "bool" | ||
}, | ||
{ | ||
"label": "_initializing", | ||
"offset": 1, | ||
"slot": "0", | ||
"type": "t_bool", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\proxy\\utils\\Initializable.sol:67" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "1", | ||
"type": "t_array(t_uint256)50_storage", | ||
"contract": "ContextUpgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\utils\\ContextUpgradeable.sol:36" | ||
}, | ||
{ | ||
"label": "_balances", | ||
"offset": 0, | ||
"slot": "51", | ||
"type": "t_mapping(t_address,t_uint256)", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:37" | ||
}, | ||
{ | ||
"label": "_allowances", | ||
"offset": 0, | ||
"slot": "52", | ||
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:39" | ||
}, | ||
{ | ||
"label": "_totalSupply", | ||
"offset": 0, | ||
"slot": "53", | ||
"type": "t_uint256", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:41" | ||
}, | ||
{ | ||
"label": "_name", | ||
"offset": 0, | ||
"slot": "54", | ||
"type": "t_string_storage", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:43" | ||
}, | ||
{ | ||
"label": "_symbol", | ||
"offset": 0, | ||
"slot": "55", | ||
"type": "t_string_storage", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:44" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "56", | ||
"type": "t_array(t_uint256)45_storage", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:400" | ||
} | ||
], | ||
"types": { | ||
"t_address": { | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
}, | ||
"t_array(t_uint256)45_storage": { | ||
"label": "uint256[45]", | ||
"numberOfBytes": "1440" | ||
}, | ||
"t_array(t_uint256)50_storage": { | ||
"label": "uint256[50]", | ||
"numberOfBytes": "1600" | ||
}, | ||
"t_bool": { | ||
"label": "bool", | ||
"numberOfBytes": "1" | ||
}, | ||
"t_mapping(t_address,t_mapping(t_address,t_uint256))": { | ||
"label": "mapping(address => mapping(address => uint256))", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_mapping(t_address,t_uint256)": { | ||
"label": "mapping(address => uint256)", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_string_storage": { | ||
"label": "string", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_uint256": { | ||
"label": "uint256", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_uint8": { | ||
"label": "uint8", | ||
"numberOfBytes": "1" | ||
} | ||
} | ||
} | ||
}, | ||
"f0fcf1e63063b4a24e947a5ddadf7400873666e32d79469f3081260b8f737f47": { | ||
"address": "0x698C8616f545b208fD090fbcB03Ca6D3BA80832D", | ||
"txHash": "0xba00aaf1fb94f9cbca557bbdd3612ffdfb8c3e4355777c6caaa7dd132058114a", | ||
"layout": { | ||
"solcVersion": "0.8.9", | ||
"storage": [ | ||
{ | ||
"label": "_initialized", | ||
"offset": 0, | ||
"slot": "0", | ||
"type": "t_uint8", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\proxy\\utils\\Initializable.sol:62", | ||
"retypedFrom": "bool" | ||
}, | ||
{ | ||
"label": "_initializing", | ||
"offset": 1, | ||
"slot": "0", | ||
"type": "t_bool", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\proxy\\utils\\Initializable.sol:67" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "1", | ||
"type": "t_array(t_uint256)50_storage", | ||
"contract": "ContextUpgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\utils\\ContextUpgradeable.sol:36" | ||
}, | ||
{ | ||
"label": "_balances", | ||
"offset": 0, | ||
"slot": "51", | ||
"type": "t_mapping(t_address,t_uint256)", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:37" | ||
}, | ||
{ | ||
"label": "_allowances", | ||
"offset": 0, | ||
"slot": "52", | ||
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:39" | ||
}, | ||
{ | ||
"label": "_totalSupply", | ||
"offset": 0, | ||
"slot": "53", | ||
"type": "t_uint256", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:41" | ||
}, | ||
{ | ||
"label": "_name", | ||
"offset": 0, | ||
"slot": "54", | ||
"type": "t_string_storage", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:43" | ||
}, | ||
{ | ||
"label": "_symbol", | ||
"offset": 0, | ||
"slot": "55", | ||
"type": "t_string_storage", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:44" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "56", | ||
"type": "t_array(t_uint256)45_storage", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:400" | ||
} | ||
], | ||
"types": { | ||
"t_address": { | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
}, | ||
"t_array(t_uint256)45_storage": { | ||
"label": "uint256[45]", | ||
"numberOfBytes": "1440" | ||
}, | ||
"t_array(t_uint256)50_storage": { | ||
"label": "uint256[50]", | ||
"numberOfBytes": "1600" | ||
}, | ||
"t_bool": { | ||
"label": "bool", | ||
"numberOfBytes": "1" | ||
}, | ||
"t_mapping(t_address,t_mapping(t_address,t_uint256))": { | ||
"label": "mapping(address => mapping(address => uint256))", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_mapping(t_address,t_uint256)": { | ||
"label": "mapping(address => uint256)", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_string_storage": { | ||
"label": "string", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_uint256": { | ||
"label": "uint256", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_uint8": { | ||
"label": "uint8", | ||
"numberOfBytes": "1" | ||
} | ||
} | ||
} | ||
}, | ||
"5cd493760329988da179c3844faf1c1971a914d8bb42b21a9e593d2c89211039": { | ||
"address": "0x1F59191783453eB512265F8797B479480b238088", | ||
"txHash": "0x979158a88acb761213a94e2a93eb4364d11f1884f872ca663d4d4186f2ef94d9", | ||
"layout": { | ||
"solcVersion": "0.8.9", | ||
"storage": [ | ||
{ | ||
"label": "_initialized", | ||
"offset": 0, | ||
"slot": "0", | ||
"type": "t_uint8", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\proxy\\utils\\Initializable.sol:62", | ||
"retypedFrom": "bool" | ||
}, | ||
{ | ||
"label": "_initializing", | ||
"offset": 1, | ||
"slot": "0", | ||
"type": "t_bool", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\proxy\\utils\\Initializable.sol:67" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "1", | ||
"type": "t_array(t_uint256)50_storage", | ||
"contract": "ContextUpgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\utils\\ContextUpgradeable.sol:36" | ||
}, | ||
{ | ||
"label": "_balances", | ||
"offset": 0, | ||
"slot": "51", | ||
"type": "t_mapping(t_address,t_uint256)", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:37" | ||
}, | ||
{ | ||
"label": "_allowances", | ||
"offset": 0, | ||
"slot": "52", | ||
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:39" | ||
}, | ||
{ | ||
"label": "_totalSupply", | ||
"offset": 0, | ||
"slot": "53", | ||
"type": "t_uint256", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:41" | ||
}, | ||
{ | ||
"label": "_name", | ||
"offset": 0, | ||
"slot": "54", | ||
"type": "t_string_storage", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:43" | ||
}, | ||
{ | ||
"label": "_symbol", | ||
"offset": 0, | ||
"slot": "55", | ||
"type": "t_string_storage", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:44" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "56", | ||
"type": "t_array(t_uint256)45_storage", | ||
"contract": "ERC20Upgradeable", | ||
"src": "@openzeppelin\\contracts-upgradeable\\token\\ERC20\\ERC20Upgradeable.sol:400" | ||
} | ||
], | ||
"types": { | ||
"t_address": { | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
}, | ||
"t_array(t_uint256)45_storage": { | ||
"label": "uint256[45]", | ||
"numberOfBytes": "1440" | ||
}, | ||
"t_array(t_uint256)50_storage": { | ||
"label": "uint256[50]", | ||
"numberOfBytes": "1600" | ||
}, | ||
"t_bool": { | ||
"label": "bool", | ||
"numberOfBytes": "1" | ||
}, | ||
"t_mapping(t_address,t_mapping(t_address,t_uint256))": { | ||
"label": "mapping(address => mapping(address => uint256))", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_mapping(t_address,t_uint256)": { | ||
"label": "mapping(address => uint256)", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_string_storage": { | ||
"label": "string", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_uint256": { | ||
"label": "uint256", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_uint8": { | ||
"label": "uint8", | ||
"numberOfBytes": "1" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.