Skip to content

Commit

Permalink
deployed on Polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
aggre committed Apr 15, 2024
1 parent ab61d13 commit 04fb9eb
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions .openzeppelin/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,102 @@
},
"namespaces": {}
}
},
"e875174a55b14ccaad849f5e209e321a2347a0a5d6f0fc51fa530a8c59b4d7ca": {
"address": "0xa05A1975B55087CE084fbf782de9CD993b02a7ae",
"txHash": "0x7ec6afee25201366343d1eb94ba0ddf810f90ac391552140979a7b721cd700b5",
"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:63",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
},
{
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "t_array(t_uint256)50_storage",
"contract": "ContextUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40"
},
{
"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:94"
},
{
"label": "sbtProxyMapping",
"offset": 0,
"slot": "101",
"type": "t_mapping(t_bytes_memory_ptr,t_address)",
"contract": "SBTFactory",
"src": "contracts/SBTFactory.sol:11"
}
],
"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_mapping(t_bytes_memory_ptr,t_address)": {
"label": "mapping(bytes => address)",
"numberOfBytes": "32"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
},
"t_bytes_storage": {
"label": "bytes"
}
},
"namespaces": {}
}
}
}
}

0 comments on commit 04fb9eb

Please sign in to comment.