Skip to content

Commit 4cbf9bb

Browse files
committed
Upgrade metadata for emitting beneficiary on new contributiong
1 parent 706a82f commit 4cbf9bb

File tree

1 file changed

+168
-2
lines changed

1 file changed

+168
-2
lines changed

.openzeppelin/unknown-421614.json

Lines changed: 168 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,21 @@
8484
"address": "0x90DCb4635D8Df6EeAD86763c64A96d88D06B172f",
8585
"txHash": "0x75715e19c560efca4efd5addde8a772e3be68fd80485ddd8535db7403d0227b5",
8686
"kind": "transparent"
87+
},
88+
{
89+
"address": "0xa81a11771B1dD57c2db8b3d2E35af46b35BB0F85",
90+
"txHash": "0x7e8d7f0071e713bed506a60d0226faef6b0dfc7ffa2b6b2320c27450f6925d06",
91+
"kind": "transparent"
92+
},
93+
{
94+
"address": "0x0005C35433bF677d3501b73A33cB42A481C6C2a3",
95+
"txHash": "0x2edae77e8c25bbbf9e78e4b27717143545b7750cc0f5268e20e33ee18035dd96",
96+
"kind": "transparent"
97+
},
98+
{
99+
"address": "0xbb2d761a010906F2E98F4e0A8A1FeeDb41E28cec",
100+
"txHash": "0x510024a6528d72e35b1346aee01ff56be33bd0b42eaf1cbbd32d4f1d05aa45ac",
101+
"kind": "transparent"
87102
}
88103
],
89104
"impls": {
@@ -10982,7 +10997,158 @@
1098210997
"label": "stakingRewardsContract",
1098310998
"offset": 0,
1098410999
"slot": "0",
10985-
"type": "t_contract(IServiceNodeRewards)7888",
11000+
"type": "t_contract(IServiceNodeRewards)11689",
11001+
"contract": "ServiceNodeContributionFactory",
11002+
"src": "contracts/ServiceNodeContributionFactory.sol:11"
11003+
},
11004+
{
11005+
"label": "deployedContracts",
11006+
"offset": 0,
11007+
"slot": "1",
11008+
"type": "t_mapping(t_address,t_bool)",
11009+
"contract": "ServiceNodeContributionFactory",
11010+
"src": "contracts/ServiceNodeContributionFactory.sol:15"
11011+
}
11012+
],
11013+
"types": {
11014+
"t_address": {
11015+
"label": "address",
11016+
"numberOfBytes": "20"
11017+
},
11018+
"t_bool": {
11019+
"label": "bool",
11020+
"numberOfBytes": "1"
11021+
},
11022+
"t_struct(InitializableStorage)141_storage": {
11023+
"label": "struct Initializable.InitializableStorage",
11024+
"members": [
11025+
{
11026+
"label": "_initialized",
11027+
"type": "t_uint64",
11028+
"offset": 0,
11029+
"slot": "0"
11030+
},
11031+
{
11032+
"label": "_initializing",
11033+
"type": "t_bool",
11034+
"offset": 8,
11035+
"slot": "0"
11036+
}
11037+
],
11038+
"numberOfBytes": "32"
11039+
},
11040+
"t_struct(Ownable2StepStorage)13_storage": {
11041+
"label": "struct Ownable2StepUpgradeable.Ownable2StepStorage",
11042+
"members": [
11043+
{
11044+
"label": "_pendingOwner",
11045+
"type": "t_address",
11046+
"offset": 0,
11047+
"slot": "0"
11048+
}
11049+
],
11050+
"numberOfBytes": "32"
11051+
},
11052+
"t_struct(OwnableStorage)74_storage": {
11053+
"label": "struct OwnableUpgradeable.OwnableStorage",
11054+
"members": [
11055+
{
11056+
"label": "_owner",
11057+
"type": "t_address",
11058+
"offset": 0,
11059+
"slot": "0"
11060+
}
11061+
],
11062+
"numberOfBytes": "32"
11063+
},
11064+
"t_struct(PausableStorage)444_storage": {
11065+
"label": "struct PausableUpgradeable.PausableStorage",
11066+
"members": [
11067+
{
11068+
"label": "_paused",
11069+
"type": "t_bool",
11070+
"offset": 0,
11071+
"slot": "0"
11072+
}
11073+
],
11074+
"numberOfBytes": "32"
11075+
},
11076+
"t_uint64": {
11077+
"label": "uint64",
11078+
"numberOfBytes": "8"
11079+
},
11080+
"t_contract(IServiceNodeRewards)11689": {
11081+
"label": "contract IServiceNodeRewards",
11082+
"numberOfBytes": "20"
11083+
},
11084+
"t_mapping(t_address,t_bool)": {
11085+
"label": "mapping(address => bool)",
11086+
"numberOfBytes": "32"
11087+
}
11088+
},
11089+
"namespaces": {
11090+
"erc7201:openzeppelin.storage.Pausable": [
11091+
{
11092+
"contract": "PausableUpgradeable",
11093+
"label": "_paused",
11094+
"type": "t_bool",
11095+
"src": "@openzeppelin/contracts-upgradeable/utils/PausableUpgradeable.sol:21",
11096+
"offset": 0,
11097+
"slot": "0"
11098+
}
11099+
],
11100+
"erc7201:openzeppelin.storage.Ownable2Step": [
11101+
{
11102+
"contract": "Ownable2StepUpgradeable",
11103+
"label": "_pendingOwner",
11104+
"type": "t_address",
11105+
"src": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:23",
11106+
"offset": 0,
11107+
"slot": "0"
11108+
}
11109+
],
11110+
"erc7201:openzeppelin.storage.Ownable": [
11111+
{
11112+
"contract": "OwnableUpgradeable",
11113+
"label": "_owner",
11114+
"type": "t_address",
11115+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:24",
11116+
"offset": 0,
11117+
"slot": "0"
11118+
}
11119+
],
11120+
"erc7201:openzeppelin.storage.Initializable": [
11121+
{
11122+
"contract": "Initializable",
11123+
"label": "_initialized",
11124+
"type": "t_uint64",
11125+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:69",
11126+
"offset": 0,
11127+
"slot": "0"
11128+
},
11129+
{
11130+
"contract": "Initializable",
11131+
"label": "_initializing",
11132+
"type": "t_bool",
11133+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:73",
11134+
"offset": 8,
11135+
"slot": "0"
11136+
}
11137+
]
11138+
}
11139+
}
11140+
},
11141+
"7cf75f6dbd51f2e294ffda9428d3306dfefb0dc6ff13694ae77b0d174a6675ec": {
11142+
"address": "0x46B10A20E30913B75B15Da4DC18c8d31C69E9b41",
11143+
"txHash": "0x600d36d47b44183013d7359c089a208c44844e5be56ff36107b5a29bd5332761",
11144+
"layout": {
11145+
"solcVersion": "0.8.26",
11146+
"storage": [
11147+
{
11148+
"label": "stakingRewardsContract",
11149+
"offset": 0,
11150+
"slot": "0",
11151+
"type": "t_contract(IServiceNodeRewards)7890",
1098611152
"contract": "ServiceNodeContributionFactory",
1098711153
"src": "contracts/ServiceNodeContributionFactory.sol:11"
1098811154
},
@@ -11062,7 +11228,7 @@
1106211228
"label": "uint64",
1106311229
"numberOfBytes": "8"
1106411230
},
11065-
"t_contract(IServiceNodeRewards)7888": {
11231+
"t_contract(IServiceNodeRewards)7890": {
1106611232
"label": "contract IServiceNodeRewards",
1106711233
"numberOfBytes": "20"
1106811234
},

0 commit comments

Comments
 (0)