Skip to content

Commit

Permalink
build: contract upgrade (#11)
Browse files Browse the repository at this point in the history
* feat: update openzeppelin network files in Testnet
* feat: update openzeppelin network files in Mainnet
  • Loading branch information
igorsenych-cw authored Sep 19, 2024
1 parent 66acabe commit 76356ed
Show file tree
Hide file tree
Showing 2 changed files with 414 additions and 0 deletions.
207 changes: 207 additions & 0 deletions .openzeppelin/unknown-2008.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,213 @@
}
}
}
},
"aa17712c322bad439db84791897019a8400e1bb5e5d3b4cfe87a818dede9f1c6": {
"address": "0xacAFfde9E073f6761B9F727E87986EA9FFF67314",
"txHash": "0xbf6a216bd15dc7ad94674196c4994b5e4c940dbcb241aa14994e163f048ec677",
"layout": {
"solcVersion": "0.8.24",
"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": "ERC1967UpgradeUpgradeable",
"src": "@openzeppelin\\contracts-upgradeable\\proxy\\ERC1967\\ERC1967UpgradeUpgradeable.sol:169"
},
{
"label": "__gap",
"offset": 0,
"slot": "51",
"type": "t_array(t_uint256)50_storage",
"contract": "UUPSUpgradeable",
"src": "@openzeppelin\\contracts-upgradeable\\proxy\\utils\\UUPSUpgradeable.sol:111"
},
{
"label": "_owners",
"offset": 0,
"slot": "101",
"type": "t_array(t_address)dyn_storage",
"contract": "MultiSigWalletStorageV1",
"src": "contracts\\base\\MultiSigWalletStorage.sol:13"
},
{
"label": "_transactions",
"offset": 0,
"slot": "102",
"type": "t_array(t_struct(Transaction)2658_storage)dyn_storage",
"contract": "MultiSigWalletStorageV1",
"src": "contracts\\base\\MultiSigWalletStorage.sol:16"
},
{
"label": "_isOwner",
"offset": 0,
"slot": "103",
"type": "t_mapping(t_address,t_bool)",
"contract": "MultiSigWalletStorageV1",
"src": "contracts\\base\\MultiSigWalletStorage.sol:19"
},
{
"label": "_approvalCount",
"offset": 0,
"slot": "104",
"type": "t_mapping(t_uint256,t_uint256)",
"contract": "MultiSigWalletStorageV1",
"src": "contracts\\base\\MultiSigWalletStorage.sol:22"
},
{
"label": "_approvalStatus",
"offset": 0,
"slot": "105",
"type": "t_mapping(t_uint256,t_mapping(t_address,t_bool))",
"contract": "MultiSigWalletStorageV1",
"src": "contracts\\base\\MultiSigWalletStorage.sol:25"
},
{
"label": "_requiredApprovals",
"offset": 0,
"slot": "106",
"type": "t_uint16",
"contract": "MultiSigWalletStorageV1",
"src": "contracts\\base\\MultiSigWalletStorage.sol:28"
},
{
"label": "_expirationTime",
"offset": 2,
"slot": "106",
"type": "t_uint120",
"contract": "MultiSigWalletStorageV1",
"src": "contracts\\base\\MultiSigWalletStorage.sol:31"
},
{
"label": "_cooldownTime",
"offset": 17,
"slot": "106",
"type": "t_uint120",
"contract": "MultiSigWalletStorageV1",
"src": "contracts\\base\\MultiSigWalletStorage.sol:34"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_address)dyn_storage": {
"label": "address[]",
"numberOfBytes": "32"
},
"t_array(t_struct(Transaction)2658_storage)dyn_storage": {
"label": "struct IMultiSigWalletTypes.Transaction[]",
"numberOfBytes": "32"
},
"t_array(t_uint256)50_storage": {
"label": "uint256[50]",
"numberOfBytes": "1600"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_bytes_storage": {
"label": "bytes",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_bool)": {
"label": "mapping(address => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_mapping(t_address,t_bool))": {
"label": "mapping(uint256 => mapping(address => bool))",
"numberOfBytes": "32"
},
"t_mapping(t_uint256,t_uint256)": {
"label": "mapping(uint256 => uint256)",
"numberOfBytes": "32"
},
"t_struct(Transaction)2658_storage": {
"label": "struct IMultiSigWalletTypes.Transaction",
"members": [
{
"label": "to",
"type": "t_address",
"offset": 0,
"slot": "0"
},
{
"label": "executed",
"type": "t_bool",
"offset": 20,
"slot": "0"
},
{
"label": "cooldown",
"type": "t_uint128",
"offset": 0,
"slot": "1"
},
{
"label": "expiration",
"type": "t_uint128",
"offset": 16,
"slot": "1"
},
{
"label": "value",
"type": "t_uint256",
"offset": 0,
"slot": "2"
},
{
"label": "data",
"type": "t_bytes_storage",
"offset": 0,
"slot": "3"
}
],
"numberOfBytes": "128"
},
"t_uint120": {
"label": "uint120",
"numberOfBytes": "15"
},
"t_uint128": {
"label": "uint128",
"numberOfBytes": "16"
},
"t_uint16": {
"label": "uint16",
"numberOfBytes": "2"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
},
"namespaces": {}
}
}
}
}
Loading

0 comments on commit 76356ed

Please sign in to comment.