Skip to content

Commit 49bc518

Browse files
committed
deployed on Polygon
1 parent ed0f8de commit 49bc518

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

.openzeppelin/polygon.json

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"manifestVersion": "3.2",
3+
"admin": {
4+
"address": "0x02021C49DdBdf5349dFc42bE4D4a8e01Bc476342",
5+
"txHash": "0x05397549885503a65046fadd5fc63dd133465083607875167de5568bd3361f82"
6+
},
7+
"proxies": [
8+
{
9+
"address": "0x362AA10263ba04a54390E544E6Ca8F4aCdE19a44",
10+
"txHash": "0x79ae6dc85fb66d29139756ac140b7ea445eff068e0a960a386638b3c8744cd90",
11+
"kind": "transparent"
12+
}
13+
],
14+
"impls": {
15+
"fd669c9403083ad36f923afd08291e4cc9c206629b822d51c8dcfbeef7d7e901": {
16+
"address": "0x30ac87c61d588378414F749b3111be07774772e4",
17+
"txHash": "0x568c61aad9094907753471ef4a915374c44bbe8d9fa7b3e83a7b35bc136f4033",
18+
"layout": {
19+
"solcVersion": "0.8.9",
20+
"storage": [
21+
{
22+
"label": "_initialized",
23+
"offset": 0,
24+
"slot": "0",
25+
"type": "t_uint8",
26+
"contract": "Initializable",
27+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
28+
"retypedFrom": "bool"
29+
},
30+
{
31+
"label": "_initializing",
32+
"offset": 1,
33+
"slot": "0",
34+
"type": "t_bool",
35+
"contract": "Initializable",
36+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
37+
},
38+
{
39+
"label": "__gap",
40+
"offset": 0,
41+
"slot": "1",
42+
"type": "t_array(t_uint256)50_storage",
43+
"contract": "ContextUpgradeable",
44+
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40"
45+
},
46+
{
47+
"label": "_owner",
48+
"offset": 0,
49+
"slot": "51",
50+
"type": "t_address",
51+
"contract": "OwnableUpgradeable",
52+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
53+
},
54+
{
55+
"label": "__gap",
56+
"offset": 0,
57+
"slot": "52",
58+
"type": "t_array(t_uint256)49_storage",
59+
"contract": "OwnableUpgradeable",
60+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
61+
},
62+
{
63+
"label": "sbtProxyMapping",
64+
"offset": 0,
65+
"slot": "101",
66+
"type": "t_mapping(t_bytes_memory_ptr,t_address)",
67+
"contract": "SBTFactory",
68+
"src": "contracts/SBTFactory.sol:11"
69+
}
70+
],
71+
"types": {
72+
"t_address": {
73+
"label": "address",
74+
"numberOfBytes": "20"
75+
},
76+
"t_array(t_uint256)49_storage": {
77+
"label": "uint256[49]",
78+
"numberOfBytes": "1568"
79+
},
80+
"t_array(t_uint256)50_storage": {
81+
"label": "uint256[50]",
82+
"numberOfBytes": "1600"
83+
},
84+
"t_bool": {
85+
"label": "bool",
86+
"numberOfBytes": "1"
87+
},
88+
"t_bytes_memory_ptr": {
89+
"label": "bytes",
90+
"numberOfBytes": "32"
91+
},
92+
"t_mapping(t_bytes_memory_ptr,t_address)": {
93+
"label": "mapping(bytes => address)",
94+
"numberOfBytes": "32"
95+
},
96+
"t_uint256": {
97+
"label": "uint256",
98+
"numberOfBytes": "32"
99+
},
100+
"t_uint8": {
101+
"label": "uint8",
102+
"numberOfBytes": "1"
103+
},
104+
"t_bytes_storage": {
105+
"label": "bytes"
106+
}
107+
},
108+
"namespaces": {}
109+
}
110+
}
111+
}
112+
}

0 commit comments

Comments
 (0)