Skip to content

Commit

Permalink
upgrade attestationzk verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Nov 7, 2024
1 parent 48aba37 commit 677ecff
Showing 1 changed file with 141 additions and 0 deletions.
141 changes: 141 additions & 0 deletions .openzeppelin/unknown-421614.json
Original file line number Diff line number Diff line change
Expand Up @@ -28322,6 +28322,147 @@
]
}
}
},
"37307502cf2c8568320f88e5726bbf163af3aa41dd59e0dc43174981cb932ced": {
"address": "0xc567DB33c84A4c26DE59c02eFa32BCD25E24E7bD",
"txHash": "0x339fa3f7c469fcd6e4bf8d8a7722ac160fd8a9856e42ea77f280428a20552042",
"layout": {
"solcVersion": "0.8.24",
"storage": [
{
"label": "__gap_0",
"offset": 0,
"slot": "0",
"type": "t_array(t_uint256)500_storage",
"contract": "AttestationVerifierZK",
"src": "contracts/periphery/AttestationVerifierZK.sol:23"
},
{
"label": "__gap_1",
"offset": 0,
"slot": "500",
"type": "t_array(t_uint256)50_storage",
"contract": "AttestationVerifierZK",
"src": "contracts/periphery/AttestationVerifierZK.sol:68"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_bytes32": {
"label": "bytes32",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_bool)": {
"label": "mapping(address => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_struct(RoleData)24_storage)": {
"label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)",
"numberOfBytes": "32"
},
"t_struct(AccessControlStorage)34_storage": {
"label": "struct AccessControlUpgradeable.AccessControlStorage",
"members": [
{
"label": "_roles",
"type": "t_mapping(t_bytes32,t_struct(RoleData)24_storage)",
"offset": 0,
"slot": "0"
}
],
"numberOfBytes": "32"
},
"t_struct(InitializableStorage)145_storage": {
"label": "struct Initializable.InitializableStorage",
"members": [
{
"label": "_initialized",
"type": "t_uint64",
"offset": 0,
"slot": "0"
},
{
"label": "_initializing",
"type": "t_bool",
"offset": 8,
"slot": "0"
}
],
"numberOfBytes": "32"
},
"t_struct(RoleData)24_storage": {
"label": "struct AccessControlUpgradeable.RoleData",
"members": [
{
"label": "hasRole",
"type": "t_mapping(t_address,t_bool)",
"offset": 0,
"slot": "0"
},
{
"label": "adminRole",
"type": "t_bytes32",
"offset": 0,
"slot": "1"
}
],
"numberOfBytes": "64"
},
"t_uint64": {
"label": "uint64",
"numberOfBytes": "8"
},
"t_array(t_uint256)500_storage": {
"label": "uint256[500]",
"numberOfBytes": "16000"
},
"t_array(t_uint256)50_storage": {
"label": "uint256[50]",
"numberOfBytes": "1600"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
}
},
"namespaces": {
"erc7201:openzeppelin.storage.AccessControl": [
{
"contract": "AccessControlUpgradeable",
"label": "_roles",
"type": "t_mapping(t_bytes32,t_struct(RoleData)24_storage)",
"src": "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:61",
"offset": 0,
"slot": "0"
}
],
"erc7201:openzeppelin.storage.Initializable": [
{
"contract": "Initializable",
"label": "_initialized",
"type": "t_uint64",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:69",
"offset": 0,
"slot": "0"
},
{
"contract": "Initializable",
"label": "_initializing",
"type": "t_bool",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:73",
"offset": 8,
"slot": "0"
}
]
}
}
}
}
}

0 comments on commit 677ecff

Please sign in to comment.