Skip to content

Commit

Permalink
deployed on mumbai
Browse files Browse the repository at this point in the history
  • Loading branch information
aggre committed Mar 27, 2024
1 parent 23e6927 commit 028a47d
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions .openzeppelin/polygon-mumbai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"manifestVersion": "3.2",
"admin": {
"address": "0x75Dc09f155239A1179a228cAf10845eE24538A92",
"txHash": "0x9c30c264a9105bb6862d2f57ac6751a53b29348bdf2d61987b27793eb188ee53"
},
"proxies": [
{
"address": "0xeCf2609bcD1295BEA39e5e2C70e02902c6e3B0c4",
"txHash": "0xd30c6c0820ef79bd1d2f929d1e255fb25a78c86654d3e764219779cf8b6d7d64",
"kind": "transparent"
}
],
"impls": {
"fd669c9403083ad36f923afd08291e4cc9c206629b822d51c8dcfbeef7d7e901": {
"address": "0x30eF2eF30252F72C376b2bfDb353f5F9E97B4ed6",
"txHash": "0xd4b03d2f688e5d219169b3ebbef3309d7293aa0a194915b171db25afe4c7207d",
"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 028a47d

Please sign in to comment.