|
226 | 226 | }
|
227 | 227 | }
|
228 | 228 | }
|
| 229 | + }, |
| 230 | + "f5994764c094d27dccc784eac5674d3f8721c6d83bed328d38defdf246f3e7d1": { |
| 231 | + "address": "0x49c3D3735084f5F69D4E214Fe2680A0c870Bbfe3", |
| 232 | + "txHash": "0xb7296e77121ef7e86ec989139197e0509cf172b90c671a0c1544d9439e28b7b9", |
| 233 | + "layout": { |
| 234 | + "storage": [ |
| 235 | + { |
| 236 | + "contract": "Powered", |
| 237 | + "label": "_powerSwitch", |
| 238 | + "type": "t_address", |
| 239 | + "src": "contracts/PowerSwitch/Powered.sol:24" |
| 240 | + }, |
| 241 | + { |
| 242 | + "contract": "Initializable", |
| 243 | + "label": "_initialized", |
| 244 | + "type": "t_bool", |
| 245 | + "src": "@openzeppelin/contracts/proxy/Initializable.sol:25" |
| 246 | + }, |
| 247 | + { |
| 248 | + "contract": "Initializable", |
| 249 | + "label": "_initializing", |
| 250 | + "type": "t_bool", |
| 251 | + "src": "@openzeppelin/contracts/proxy/Initializable.sol:30" |
| 252 | + }, |
| 253 | + { |
| 254 | + "contract": "ContextUpgradeable", |
| 255 | + "label": "__gap", |
| 256 | + "type": "t_array(t_uint256)50_storage", |
| 257 | + "src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:31" |
| 258 | + }, |
| 259 | + { |
| 260 | + "contract": "OwnableUpgradeable", |
| 261 | + "label": "_owner", |
| 262 | + "type": "t_address", |
| 263 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:20" |
| 264 | + }, |
| 265 | + { |
| 266 | + "contract": "OwnableUpgradeable", |
| 267 | + "label": "__gap", |
| 268 | + "type": "t_array(t_uint256)49_storage", |
| 269 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:74" |
| 270 | + }, |
| 271 | + { |
| 272 | + "contract": "Geyser", |
| 273 | + "label": "_geyser", |
| 274 | + "type": "t_struct(GeyserData)5791_storage", |
| 275 | + "src": "contracts/Geyser.sol:222" |
| 276 | + }, |
| 277 | + { |
| 278 | + "contract": "Geyser", |
| 279 | + "label": "_vaults", |
| 280 | + "type": "t_mapping(t_address,t_struct(VaultData)5804_storage)", |
| 281 | + "src": "contracts/Geyser.sol:223" |
| 282 | + }, |
| 283 | + { |
| 284 | + "contract": "Geyser", |
| 285 | + "label": "_bonusTokenSet", |
| 286 | + "type": "t_struct(AddressSet)4188_storage", |
| 287 | + "src": "contracts/Geyser.sol:224" |
| 288 | + }, |
| 289 | + { |
| 290 | + "contract": "Geyser", |
| 291 | + "label": "_vaultFactorySet", |
| 292 | + "type": "t_struct(AddressSet)4188_storage", |
| 293 | + "src": "contracts/Geyser.sol:225" |
| 294 | + } |
| 295 | + ], |
| 296 | + "types": { |
| 297 | + "t_struct(GeyserData)5791_storage": { |
| 298 | + "label": "struct IGeyser.GeyserData", |
| 299 | + "members": [ |
| 300 | + { |
| 301 | + "label": "stakingToken", |
| 302 | + "type": "t_address" |
| 303 | + }, |
| 304 | + { |
| 305 | + "label": "rewardToken", |
| 306 | + "type": "t_address" |
| 307 | + }, |
| 308 | + { |
| 309 | + "label": "rewardPool", |
| 310 | + "type": "t_address" |
| 311 | + }, |
| 312 | + { |
| 313 | + "label": "rewardScaling", |
| 314 | + "type": "t_struct(RewardScaling)5816_storage" |
| 315 | + }, |
| 316 | + { |
| 317 | + "label": "rewardSharesOutstanding", |
| 318 | + "type": "t_uint256" |
| 319 | + }, |
| 320 | + { |
| 321 | + "label": "totalStake", |
| 322 | + "type": "t_uint256" |
| 323 | + }, |
| 324 | + { |
| 325 | + "label": "totalStakeUnits", |
| 326 | + "type": "t_uint256" |
| 327 | + }, |
| 328 | + { |
| 329 | + "label": "lastUpdate", |
| 330 | + "type": "t_uint256" |
| 331 | + }, |
| 332 | + { |
| 333 | + "label": "rewardSchedules", |
| 334 | + "type": "t_array(t_struct(RewardSchedule)5798_storage)dyn_storage" |
| 335 | + } |
| 336 | + ] |
| 337 | + }, |
| 338 | + "t_address": { |
| 339 | + "label": "address" |
| 340 | + }, |
| 341 | + "t_struct(RewardScaling)5816_storage": { |
| 342 | + "label": "struct IGeyser.RewardScaling", |
| 343 | + "members": [ |
| 344 | + { |
| 345 | + "label": "floor", |
| 346 | + "type": "t_uint256" |
| 347 | + }, |
| 348 | + { |
| 349 | + "label": "ceiling", |
| 350 | + "type": "t_uint256" |
| 351 | + }, |
| 352 | + { |
| 353 | + "label": "time", |
| 354 | + "type": "t_uint256" |
| 355 | + } |
| 356 | + ] |
| 357 | + }, |
| 358 | + "t_uint256": { |
| 359 | + "label": "uint256" |
| 360 | + }, |
| 361 | + "t_array(t_struct(RewardSchedule)5798_storage)dyn_storage": { |
| 362 | + "label": "struct IGeyser.RewardSchedule[]" |
| 363 | + }, |
| 364 | + "t_struct(RewardSchedule)5798_storage": { |
| 365 | + "label": "struct IGeyser.RewardSchedule", |
| 366 | + "members": [ |
| 367 | + { |
| 368 | + "label": "duration", |
| 369 | + "type": "t_uint256" |
| 370 | + }, |
| 371 | + { |
| 372 | + "label": "start", |
| 373 | + "type": "t_uint256" |
| 374 | + }, |
| 375 | + { |
| 376 | + "label": "shares", |
| 377 | + "type": "t_uint256" |
| 378 | + } |
| 379 | + ] |
| 380 | + }, |
| 381 | + "t_mapping(t_address,t_struct(VaultData)5804_storage)": { |
| 382 | + "label": "mapping(address => struct IGeyser.VaultData)" |
| 383 | + }, |
| 384 | + "t_struct(VaultData)5804_storage": { |
| 385 | + "label": "struct IGeyser.VaultData", |
| 386 | + "members": [ |
| 387 | + { |
| 388 | + "label": "totalStake", |
| 389 | + "type": "t_uint256" |
| 390 | + }, |
| 391 | + { |
| 392 | + "label": "stakes", |
| 393 | + "type": "t_array(t_struct(StakeData)5809_storage)dyn_storage" |
| 394 | + } |
| 395 | + ] |
| 396 | + }, |
| 397 | + "t_array(t_struct(StakeData)5809_storage)dyn_storage": { |
| 398 | + "label": "struct IGeyser.StakeData[]" |
| 399 | + }, |
| 400 | + "t_struct(StakeData)5809_storage": { |
| 401 | + "label": "struct IGeyser.StakeData", |
| 402 | + "members": [ |
| 403 | + { |
| 404 | + "label": "amount", |
| 405 | + "type": "t_uint256" |
| 406 | + }, |
| 407 | + { |
| 408 | + "label": "timestamp", |
| 409 | + "type": "t_uint256" |
| 410 | + } |
| 411 | + ] |
| 412 | + }, |
| 413 | + "t_struct(AddressSet)4188_storage": { |
| 414 | + "label": "struct EnumerableSet.AddressSet", |
| 415 | + "members": [ |
| 416 | + { |
| 417 | + "label": "_inner", |
| 418 | + "type": "t_struct(Set)3923_storage" |
| 419 | + } |
| 420 | + ] |
| 421 | + }, |
| 422 | + "t_struct(Set)3923_storage": { |
| 423 | + "label": "struct EnumerableSet.Set", |
| 424 | + "members": [ |
| 425 | + { |
| 426 | + "label": "_values", |
| 427 | + "type": "t_array(t_bytes32)dyn_storage" |
| 428 | + }, |
| 429 | + { |
| 430 | + "label": "_indexes", |
| 431 | + "type": "t_mapping(t_bytes32,t_uint256)" |
| 432 | + } |
| 433 | + ] |
| 434 | + }, |
| 435 | + "t_array(t_bytes32)dyn_storage": { |
| 436 | + "label": "bytes32[]" |
| 437 | + }, |
| 438 | + "t_bytes32": { |
| 439 | + "label": "bytes32" |
| 440 | + }, |
| 441 | + "t_mapping(t_bytes32,t_uint256)": { |
| 442 | + "label": "mapping(bytes32 => uint256)" |
| 443 | + }, |
| 444 | + "t_array(t_uint256)49_storage": { |
| 445 | + "label": "uint256[49]" |
| 446 | + }, |
| 447 | + "t_array(t_uint256)50_storage": { |
| 448 | + "label": "uint256[50]" |
| 449 | + }, |
| 450 | + "t_bool": { |
| 451 | + "label": "bool" |
| 452 | + } |
| 453 | + } |
| 454 | + } |
229 | 455 | }
|
230 | 456 | },
|
231 | 457 | "admin": {
|
|
0 commit comments