From 0ebe0df3075a2ae83b945a870b001dd2329f45e1 Mon Sep 17 00:00:00 2001 From: ihoroleksiienko Date: Mon, 11 Nov 2024 20:09:27 +0200 Subject: [PATCH] chore: remove balance freezer contracts --- .openzeppelin/unknown-2008.json | 557 ------------------------------- .openzeppelin/unknown-2009.json | 570 +------------------------------- 2 files changed, 6 insertions(+), 1121 deletions(-) diff --git a/.openzeppelin/unknown-2008.json b/.openzeppelin/unknown-2008.json index 6500b3f..397fbd4 100644 --- a/.openzeppelin/unknown-2008.json +++ b/.openzeppelin/unknown-2008.json @@ -5,11 +5,6 @@ "txHash": "0x51385e8c5438bb03b9b73b4c728bcce0d10407ab8f340fe838517f4ea0805d61" }, "proxies": [ - { - "address": "0xB1f571b3254C99A0A562124738f0193dE2B2b2A9", - "txHash": "0x10344efb324dc59da398d7ceeb22c2ab43a39cf22471532ec3ddb3a7620ab3e9", - "kind": "transparent" - }, { "address": "0xe66681cD29F07c1C4c056B46B7d37007eF493486", "txHash": "0xcc1b589b62ba9ba69d6ac0b6756df83b98599ae9382aff4454ad73776d53d4d8", @@ -17,282 +12,6 @@ } ], "impls": { - "c118ff05b8a0c03d6c357b9a2292c1de440aa51fcc07093c8a5c6a642d4121cc": { - "address": "0xa4CE1352fb4d6E900d2a1946BF98630a850560fa", - "txHash": "0x13bd0d2bec9fd6b6ba946e3bbe35b210ab0c7262703ebd1cd12b2354e8659684", - "layout": { - "solcVersion": "0.8.16", - "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:36" - }, - { - "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": "INITIALIZATION_DAY", - "offset": 0, - "slot": "101", - "type": "t_uint16", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:28" - }, - { - "label": "_balanceRecords", - "offset": 0, - "slot": "102", - "type": "t_mapping(t_address,t_array(t_struct(Record)5481_storage)dyn_storage)", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:43" - }, - { - "label": "__gap", - "offset": 0, - "slot": "103", - "type": "t_array(t_uint256)48_storage", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:223" - } - ], - "types": { - "t_address": { - "label": "address", - "numberOfBytes": "20" - }, - "t_array(t_struct(Record)5481_storage)dyn_storage": { - "label": "struct BalanceTracker.Record[]", - "numberOfBytes": "32" - }, - "t_array(t_uint256)48_storage": { - "label": "uint256[48]", - "numberOfBytes": "1536" - }, - "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_mapping(t_address,t_array(t_struct(Record)5481_storage)dyn_storage)": { - "label": "mapping(address => struct BalanceTracker.Record[])", - "numberOfBytes": "32" - }, - "t_struct(Record)5481_storage": { - "label": "struct BalanceTracker.Record", - "members": [ - { - "label": "day", - "type": "t_uint16", - "offset": 0, - "slot": "0" - }, - { - "label": "value", - "type": "t_uint240", - "offset": 2, - "slot": "0" - } - ], - "numberOfBytes": "32" - }, - "t_uint16": { - "label": "uint16", - "numberOfBytes": "2" - }, - "t_uint240": { - "label": "uint240", - "numberOfBytes": "30" - }, - "t_uint256": { - "label": "uint256", - "numberOfBytes": "32" - }, - "t_uint8": { - "label": "uint8", - "numberOfBytes": "1" - } - } - } - }, - "b62e4cb0dce0a8faf0dae065a991d75282fb527b0e9373635182622dcc2ddb6f": { - "address": "0x905c3B80A01289f6DF288B0941EAaE17292e3C51", - "txHash": "0x127df40487cfc9cc3ea317c891d461657f02f5409cc2d9fe36da54d0d2de775d", - "layout": { - "solcVersion": "0.8.16", - "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:36" - }, - { - "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": "INITIALIZATION_DAY", - "offset": 0, - "slot": "101", - "type": "t_uint16", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:35" - }, - { - "label": "_balanceRecords", - "offset": 0, - "slot": "102", - "type": "t_mapping(t_address,t_array(t_struct(Record)7392_storage)dyn_storage)", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:38" - }, - { - "label": "__gap", - "offset": 0, - "slot": "103", - "type": "t_array(t_uint256)48_storage", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:321" - } - ], - "types": { - "t_address": { - "label": "address", - "numberOfBytes": "20" - }, - "t_array(t_struct(Record)7392_storage)dyn_storage": { - "label": "struct BalanceTracker.Record[]", - "numberOfBytes": "32" - }, - "t_array(t_uint256)48_storage": { - "label": "uint256[48]", - "numberOfBytes": "1536" - }, - "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_mapping(t_address,t_array(t_struct(Record)7392_storage)dyn_storage)": { - "label": "mapping(address => struct BalanceTracker.Record[])", - "numberOfBytes": "32" - }, - "t_struct(Record)7392_storage": { - "label": "struct BalanceTracker.Record", - "members": [ - { - "label": "day", - "type": "t_uint16", - "offset": 0, - "slot": "0" - }, - { - "label": "value", - "type": "t_uint240", - "offset": 2, - "slot": "0" - } - ], - "numberOfBytes": "32" - }, - "t_uint16": { - "label": "uint16", - "numberOfBytes": "2" - }, - "t_uint240": { - "label": "uint240", - "numberOfBytes": "30" - }, - "t_uint256": { - "label": "uint256", - "numberOfBytes": "32" - }, - "t_uint8": { - "label": "uint8", - "numberOfBytes": "1" - } - } - } - }, "231a3f6f44fd92f5855abd3b61aa31cd82a3c1abba19dc582395c070f8f7511d": { "address": "0xC6e159694F72D451a84f5A29ae90187215E72C3D", "txHash": "0x96da8430285c4cb248a18e8e3b593b89977f23d1c40813b9481d743645262486", @@ -1309,144 +1028,6 @@ } } }, - "cd7808fea7804eb1ed9718cff7a19083ba9f1628380ea59e7e93d821fb5e7fc7": { - "address": "0xA3Deb65Ae92ddFDA323aFD0fDa5e18403d821a6f", - "txHash": "0x8e63f1b5067b7b621f9e25934ad1e3fe700344ab6c4839fe919bd34a557b71ac", - "layout": { - "solcVersion": "0.8.16", - "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:36" - }, - { - "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": "INITIALIZATION_DAY", - "offset": 0, - "slot": "101", - "type": "t_uint16", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:35" - }, - { - "label": "_balanceRecords", - "offset": 0, - "slot": "102", - "type": "t_mapping(t_address,t_array(t_struct(Record)6769_storage)dyn_storage)", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:38" - }, - { - "label": "__gap", - "offset": 0, - "slot": "103", - "type": "t_array(t_uint256)48_storage", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:321" - } - ], - "types": { - "t_address": { - "label": "address", - "numberOfBytes": "20" - }, - "t_array(t_struct(Record)6769_storage)dyn_storage": { - "label": "struct BalanceTracker.Record[]", - "numberOfBytes": "32" - }, - "t_array(t_uint256)48_storage": { - "label": "uint256[48]", - "numberOfBytes": "1536" - }, - "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_mapping(t_address,t_array(t_struct(Record)6769_storage)dyn_storage)": { - "label": "mapping(address => struct BalanceTracker.Record[])", - "numberOfBytes": "32" - }, - "t_struct(Record)6769_storage": { - "label": "struct BalanceTracker.Record", - "members": [ - { - "label": "day", - "type": "t_uint16", - "offset": 0, - "slot": "0" - }, - { - "label": "value", - "type": "t_uint240", - "offset": 2, - "slot": "0" - } - ], - "numberOfBytes": "32" - }, - "t_uint16": { - "label": "uint16", - "numberOfBytes": "2" - }, - "t_uint240": { - "label": "uint240", - "numberOfBytes": "30" - }, - "t_uint256": { - "label": "uint256", - "numberOfBytes": "32" - }, - "t_uint8": { - "label": "uint8", - "numberOfBytes": "1" - } - } - } - }, "6743ceebe1c5b5f4ec095b6905b4db843000e680457d41bb10f8c00ee68d14c1": { "address": "0x115525Eb7288cfE3eE68738Ab611923ec4551c77", "txHash": "0xf81a82ee889d97ec60ee64914a2e63e8168d7235d686abde6b308b02677b7eda", @@ -1701,144 +1282,6 @@ } } }, - "efc173d4384e405ae2acd868d51927a378cc3edc33eb27e8a900dc5d58e84ec9": { - "address": "0xf41a54A72D8d18EAc17daCCB8De3B578C07170C2", - "txHash": "0x2b024fa2872a91f633a5a9f869873bbe380db65b1329f98a45ebf29c47ba9f70", - "layout": { - "solcVersion": "0.8.16", - "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:36" - }, - { - "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": "INITIALIZATION_DAY", - "offset": 0, - "slot": "101", - "type": "t_uint16", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:35" - }, - { - "label": "_balanceRecords", - "offset": 0, - "slot": "102", - "type": "t_mapping(t_address,t_array(t_struct(Record)7372_storage)dyn_storage)", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:38" - }, - { - "label": "__gap", - "offset": 0, - "slot": "103", - "type": "t_array(t_uint256)48_storage", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:321" - } - ], - "types": { - "t_address": { - "label": "address", - "numberOfBytes": "20" - }, - "t_array(t_struct(Record)7372_storage)dyn_storage": { - "label": "struct BalanceTracker.Record[]", - "numberOfBytes": "32" - }, - "t_array(t_uint256)48_storage": { - "label": "uint256[48]", - "numberOfBytes": "1536" - }, - "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_mapping(t_address,t_array(t_struct(Record)7372_storage)dyn_storage)": { - "label": "mapping(address => struct BalanceTracker.Record[])", - "numberOfBytes": "32" - }, - "t_struct(Record)7372_storage": { - "label": "struct BalanceTracker.Record", - "members": [ - { - "label": "day", - "type": "t_uint16", - "offset": 0, - "slot": "0" - }, - { - "label": "value", - "type": "t_uint240", - "offset": 2, - "slot": "0" - } - ], - "numberOfBytes": "32" - }, - "t_uint16": { - "label": "uint16", - "numberOfBytes": "2" - }, - "t_uint240": { - "label": "uint240", - "numberOfBytes": "30" - }, - "t_uint256": { - "label": "uint256", - "numberOfBytes": "32" - }, - "t_uint8": { - "label": "uint8", - "numberOfBytes": "1" - } - } - } - }, "9ef6472706e08fad186ae4ebf99d92477cafdd8cd956ba1b35124c3f9427f4c7": { "address": "0xdfb32148AEEDa323E6677Cd5Bd57597fb479c256", "txHash": "0x0322fdc0ec924e4bf7f388a7e8014d594c5964326f2d2d218bd723c05fd0ae70", diff --git a/.openzeppelin/unknown-2009.json b/.openzeppelin/unknown-2009.json index 83fe553..42dd3fc 100644 --- a/.openzeppelin/unknown-2009.json +++ b/.openzeppelin/unknown-2009.json @@ -6,431 +6,12 @@ }, "proxies": [ { - "address": "0x61a0b4d1a0876BD3861F756198d79a81f01e9c8A", - "txHash": "0x0ab5a97a7e50fa5cb514a3c304d24c5d5ed8fa5a4ccf6cb27a2ba70f30205438", - "kind": "transparent" - }, - { - "address": "0x88EC3491f763f4cDCF2a8F9Edd4b752AE5B8C9Fb", - "txHash": "0x9635314b44fe8702ed073922c74aaf5f5910ca35fa339322a83854b7dd7d6fa5", - "kind": "transparent" - } - ], - "impls": { - "760e2cf3405d7ecd3d15a4e4127562745d0c87b661493ead114122fbfc96f13b": { - "address": "0x7dfab45B43BEBA7B62ae889cb0924C39bFACeC7c", - "txHash": "0xdb6f7ccb4dafa7b470fc11826332d81c0cfba8f78851f4263d720d93e084225e", - "layout": { - "solcVersion": "0.8.16", - "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:36" - }, - { - "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": "INITIALIZATION_DAY", - "offset": 0, - "slot": "101", - "type": "t_uint16", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:28" - }, - { - "label": "_balanceRecords", - "offset": 0, - "slot": "102", - "type": "t_mapping(t_address,t_array(t_struct(Record)5481_storage)dyn_storage)", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:43" - }, - { - "label": "__gap", - "offset": 0, - "slot": "103", - "type": "t_array(t_uint256)48_storage", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:223" - } - ], - "types": { - "t_address": { - "label": "address", - "numberOfBytes": "20" - }, - "t_array(t_struct(Record)5481_storage)dyn_storage": { - "label": "struct BalanceTracker.Record[]", - "numberOfBytes": "32" - }, - "t_array(t_uint256)48_storage": { - "label": "uint256[48]", - "numberOfBytes": "1536" - }, - "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_mapping(t_address,t_array(t_struct(Record)5481_storage)dyn_storage)": { - "label": "mapping(address => struct BalanceTracker.Record[])", - "numberOfBytes": "32" - }, - "t_struct(Record)5481_storage": { - "label": "struct BalanceTracker.Record", - "members": [ - { - "label": "day", - "type": "t_uint16", - "offset": 0, - "slot": "0" - }, - { - "label": "value", - "type": "t_uint240", - "offset": 2, - "slot": "0" - } - ], - "numberOfBytes": "32" - }, - "t_uint16": { - "label": "uint16", - "numberOfBytes": "2" - }, - "t_uint240": { - "label": "uint240", - "numberOfBytes": "30" - }, - "t_uint256": { - "label": "uint256", - "numberOfBytes": "32" - }, - "t_uint8": { - "label": "uint8", - "numberOfBytes": "1" - } - } - } - }, - "1a5d793d57fbcbfbdb582f40b0f4b6dacc5032e2860403f19036dbe328199231": { - "address": "0x94Ec037fa14645c89F6035Bc966cC86A010CDedf", - "txHash": "0xbb7005ef5d80aa02c722cec1b860eabad9fc16bfa853f490414496a6d58ee5a2", - "layout": { - "solcVersion": "0.8.16", - "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:36" - }, - { - "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": "INITIALIZATION_DAY", - "offset": 0, - "slot": "101", - "type": "t_uint16", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:35" - }, - { - "label": "_balanceRecords", - "offset": 0, - "slot": "102", - "type": "t_mapping(t_address,t_array(t_struct(Record)6317_storage)dyn_storage)", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:38" - }, - { - "label": "__gap", - "offset": 0, - "slot": "103", - "type": "t_array(t_uint256)48_storage", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:321" - } - ], - "types": { - "t_address": { - "label": "address", - "numberOfBytes": "20" - }, - "t_array(t_struct(Record)6317_storage)dyn_storage": { - "label": "struct BalanceTracker.Record[]", - "numberOfBytes": "32" - }, - "t_array(t_uint256)48_storage": { - "label": "uint256[48]", - "numberOfBytes": "1536" - }, - "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_mapping(t_address,t_array(t_struct(Record)6317_storage)dyn_storage)": { - "label": "mapping(address => struct BalanceTracker.Record[])", - "numberOfBytes": "32" - }, - "t_struct(Record)6317_storage": { - "label": "struct BalanceTracker.Record", - "members": [ - { - "label": "day", - "type": "t_uint16", - "offset": 0, - "slot": "0" - }, - { - "label": "value", - "type": "t_uint240", - "offset": 2, - "slot": "0" - } - ], - "numberOfBytes": "32" - }, - "t_uint16": { - "label": "uint16", - "numberOfBytes": "2" - }, - "t_uint240": { - "label": "uint240", - "numberOfBytes": "30" - }, - "t_uint256": { - "label": "uint256", - "numberOfBytes": "32" - }, - "t_uint8": { - "label": "uint8", - "numberOfBytes": "1" - } - } - } - }, - "6be1e55f6097fdeb13c7a9c05ca99b1dd0b4abda0ac70b5912aab800c72d69df": { - "address": "0xc6D80df29Db06A5956C273843186Bd5AD1422f7f", - "txHash": "0x065c2bf82f0c9174fdf25cc7d234c1f6efff273e27398d4aaa6813f02dfe2197", - "layout": { - "solcVersion": "0.8.16", - "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:36" - }, - { - "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": "INITIALIZATION_DAY", - "offset": 0, - "slot": "101", - "type": "t_uint16", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:35" - }, - { - "label": "_balanceRecords", - "offset": 0, - "slot": "102", - "type": "t_mapping(t_address,t_array(t_struct(Record)1087_storage)dyn_storage)", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:38" - }, - { - "label": "__gap", - "offset": 0, - "slot": "103", - "type": "t_array(t_uint256)48_storage", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:321" - } - ], - "types": { - "t_address": { - "label": "address", - "numberOfBytes": "20" - }, - "t_array(t_struct(Record)1087_storage)dyn_storage": { - "label": "struct BalanceTracker.Record[]", - "numberOfBytes": "32" - }, - "t_array(t_uint256)48_storage": { - "label": "uint256[48]", - "numberOfBytes": "1536" - }, - "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_mapping(t_address,t_array(t_struct(Record)1087_storage)dyn_storage)": { - "label": "mapping(address => struct BalanceTracker.Record[])", - "numberOfBytes": "32" - }, - "t_struct(Record)1087_storage": { - "label": "struct BalanceTracker.Record", - "members": [ - { - "label": "day", - "type": "t_uint16", - "offset": 0, - "slot": "0" - }, - { - "label": "value", - "type": "t_uint240", - "offset": 2, - "slot": "0" - } - ], - "numberOfBytes": "32" - }, - "t_uint16": { - "label": "uint16", - "numberOfBytes": "2" - }, - "t_uint240": { - "label": "uint240", - "numberOfBytes": "30" - }, - "t_uint256": { - "label": "uint256", - "numberOfBytes": "32" - }, - "t_uint8": { - "label": "uint8", - "numberOfBytes": "1" - } - } - } - }, + "address": "0x88EC3491f763f4cDCF2a8F9Edd4b752AE5B8C9Fb", + "txHash": "0x9635314b44fe8702ed073922c74aaf5f5910ca35fa339322a83854b7dd7d6fa5", + "kind": "transparent" + } + ], + "impls": { "231a3f6f44fd92f5855abd3b61aa31cd82a3c1abba19dc582395c070f8f7511d": { "address": "0x8B46a20f285a4c0519bE8638765e6f0BC5dE069E", "txHash": "0x55bad5d9b2adfa55d16650d92034f8d45195122a18295d8937303bd86dffd49f", @@ -1702,145 +1283,6 @@ "namespaces": {} } }, - "65ebb0c0d118d2539025907d2f73891604f58094305d2c9f61c066143a0419d7": { - "address": "0x6a8F6c972081F24e265740cc2C04F3516e62ce65", - "txHash": "0x05401e3c874765108def5e88802f7b16c7bf4481f9554471abe7fcdc7c7c0275", - "layout": { - "solcVersion": "0.8.16", - "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:36" - }, - { - "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": "INITIALIZATION_DAY", - "offset": 0, - "slot": "101", - "type": "t_uint16", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:35" - }, - { - "label": "_balanceRecords", - "offset": 0, - "slot": "102", - "type": "t_mapping(t_address,t_array(t_struct(Record)1378_storage)dyn_storage)", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:38" - }, - { - "label": "__gap", - "offset": 0, - "slot": "103", - "type": "t_array(t_uint256)48_storage", - "contract": "BalanceTracker", - "src": "contracts\\periphery\\BalanceTracker.sol:328" - } - ], - "types": { - "t_address": { - "label": "address", - "numberOfBytes": "20" - }, - "t_array(t_struct(Record)1378_storage)dyn_storage": { - "label": "struct BalanceTracker.Record[]", - "numberOfBytes": "32" - }, - "t_array(t_uint256)48_storage": { - "label": "uint256[48]", - "numberOfBytes": "1536" - }, - "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_mapping(t_address,t_array(t_struct(Record)1378_storage)dyn_storage)": { - "label": "mapping(address => struct BalanceTracker.Record[])", - "numberOfBytes": "32" - }, - "t_struct(Record)1378_storage": { - "label": "struct BalanceTracker.Record", - "members": [ - { - "label": "day", - "type": "t_uint16", - "offset": 0, - "slot": "0" - }, - { - "label": "value", - "type": "t_uint240", - "offset": 2, - "slot": "0" - } - ], - "numberOfBytes": "32" - }, - "t_uint16": { - "label": "uint16", - "numberOfBytes": "2" - }, - "t_uint240": { - "label": "uint240", - "numberOfBytes": "30" - }, - "t_uint256": { - "label": "uint256", - "numberOfBytes": "32" - }, - "t_uint8": { - "label": "uint8", - "numberOfBytes": "1" - } - }, - "namespaces": {} - } - }, "16ed345983d8b3fade8e7c27317a1ce0dcbfe6d24a14e7397e3798af5c7f59b0": { "address": "0x9b8123AAC5f87f9D2D877C568E2Da580354d48B1", "txHash": "0xf6b25baf792876dde34e02f737599e411ad0ac6f6217833ede0b70ea5da1502b",