Skip to content

Commit

Permalink
Shiden upgraded to V4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maar-io committed Jul 19, 2022
1 parent fec7eb1 commit 031ace1
Show file tree
Hide file tree
Showing 8 changed files with 3,579 additions and 109 deletions.
174 changes: 87 additions & 87 deletions contract/shiden/.openzeppelin/unknown-31337.json

Large diffs are not rendered by default.

226 changes: 226 additions & 0 deletions contract/shiden/.openzeppelin/unknown-336.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,232 @@
}
}
}
},
"4e4d2153f48003d3852534ade3de04061f78d02edef4d7c30e36d648a460e712": {
"address": "0x3504beF3F419B9525d0648B0a330aCD1B20D8b37",
"txHash": "0xf2e6c7103cb36372f4bf0cb60c3e84eec6ebdc386e722f8ab134184d177c43af",
"layout": {
"storage": [
{
"label": "_initialized",
"offset": 0,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:39"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:44"
},
{
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "t_array(t_uint256)50_storage",
"contract": "ContextUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
},
{
"label": "_owner",
"offset": 0,
"slot": "51",
"type": "t_address",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
},
{
"label": "__gap",
"offset": 0,
"slot": "52",
"type": "t_array(t_uint256)49_storage",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:87"
},
{
"label": "registeredCnt",
"offset": 0,
"slot": "101",
"type": "t_struct(Counter)488_storage",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:18"
},
{
"label": "version",
"offset": 0,
"slot": "102",
"type": "t_uint256",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:19"
},
{
"label": "PREFIX",
"offset": 0,
"slot": "103",
"type": "t_bytes_storage",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:20"
},
{
"label": "POSTFIX",
"offset": 0,
"slot": "104",
"type": "t_bytes_storage",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:21"
},
{
"label": "MSG_PREFIX",
"offset": 0,
"slot": "105",
"type": "t_string_storage",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:22"
},
{
"label": "beneficiary",
"offset": 0,
"slot": "106",
"type": "t_address",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:23"
},
{
"label": "unregisterFee",
"offset": 0,
"slot": "107",
"type": "t_uint256",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:24"
},
{
"label": "paused",
"offset": 0,
"slot": "108",
"type": "t_bool",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:25"
},
{
"label": "addressMap",
"offset": 0,
"slot": "109",
"type": "t_mapping(t_address,t_bytes_storage)",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:26"
},
{
"label": "ss58Map",
"offset": 0,
"slot": "110",
"type": "t_mapping(t_bytes_memory_ptr,t_address)",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:27"
},
{
"label": "DAPPS_STAKING",
"offset": 0,
"slot": "111",
"type": "t_contract(DappsStaking)2030",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:28"
},
{
"label": "SR25519Contract",
"offset": 0,
"slot": "112",
"type": "t_contract(SR25519)2106",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:29"
},
{
"label": "ECDSAContract",
"offset": 0,
"slot": "113",
"type": "t_contract(ECDSA)2069",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:30"
},
{
"label": "externalAstarbaseAddress",
"offset": 0,
"slot": "114",
"type": "t_address",
"contract": "AstarBaseV4",
"src": "contracts/AstarBaseV4.sol:37"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_uint256)49_storage": {
"label": "uint256[49]",
"numberOfBytes": "1568"
},
"t_array(t_uint256)50_storage": {
"label": "uint256[50]",
"numberOfBytes": "1600"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_bytes_memory_ptr": {
"label": "bytes",
"numberOfBytes": "32"
},
"t_bytes_storage": {
"label": "bytes",
"numberOfBytes": "32"
},
"t_contract(DappsStaking)2030": {
"label": "contract DappsStaking",
"numberOfBytes": "20"
},
"t_contract(ECDSA)2069": {
"label": "contract ECDSA",
"numberOfBytes": "20"
},
"t_contract(SR25519)2106": {
"label": "contract SR25519",
"numberOfBytes": "20"
},
"t_mapping(t_address,t_bytes_storage)": {
"label": "mapping(address => bytes)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes_memory_ptr,t_address)": {
"label": "mapping(bytes => address)",
"numberOfBytes": "32"
},
"t_string_storage": {
"label": "string",
"numberOfBytes": "32"
},
"t_struct(Counter)488_storage": {
"label": "struct CountersUpgradeable.Counter",
"members": [
{
"label": "_value",
"type": "t_uint256",
"offset": 0,
"slot": "0"
}
],
"numberOfBytes": "32"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
}
}
}
}
}
}
Loading

0 comments on commit 031ace1

Please sign in to comment.