From a4d77101113f4d0a15029ceab7043c46a6a47489 Mon Sep 17 00:00:00 2001 From: chad-js Date: Wed, 15 Oct 2025 10:17:40 -0400 Subject: [PATCH 1/2] feat: transfer owners on L1 rebalance adapters --- script/1/TransferRolesAndTreasury.s.sol | 28 +++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/script/1/TransferRolesAndTreasury.s.sol b/script/1/TransferRolesAndTreasury.s.sol index 9fe9d3ad..5b2c9cf4 100644 --- a/script/1/TransferRolesAndTreasury.s.sol +++ b/script/1/TransferRolesAndTreasury.s.sol @@ -8,6 +8,7 @@ import {Script, console} from "forge-std/Script.sol"; import {BeaconProxyFactory} from "src/BeaconProxyFactory.sol"; import {LeverageManager} from "src/LeverageManager.sol"; import {DeployConstants} from "./DeployConstants.sol"; +import {RebalanceAdapter} from "src/rebalance/RebalanceAdapter.sol"; /// @notice This script transfers admin, fee manager, and upgrader roles to new addresses, and updates the treasury. It does the following: /// - Updates the treasury for the LeverageManager @@ -23,16 +24,20 @@ import {DeployConstants} from "./DeployConstants.sol"; /// @dev The `newAdmin`, `newFeeManager`, `newTreasury`, and `newUpgrader` addresses must be set in the script to the addresses to transfer the roles to. contract TransferRolesAndTreasury is Script { /// @dev Address to grant the admin role to for the LeverageManager and the owner of the LeverageTokenFactory - address public newAdmin = address(0x0000000000000000000000000000000000000000); + address public newAdmin = address(0x90E8C75e2917E3C2F284F6922Df6c16F7C03123c); /// @dev Address to grant the fee manager role to for the LeverageManager - address public newFeeManager = address(0x0000000000000000000000000000000000000000); + address public newFeeManager = address(0x90E8C75e2917E3C2F284F6922Df6c16F7C03123c); /// @dev Address to set the treasury to for the LeverageManager - address public newTreasury = address(0x0000000000000000000000000000000000000000); + address public newTreasury = address(0x90E8C75e2917E3C2F284F6922Df6c16F7C03123c); /// @dev Address to grant the upgrader role to for the LeverageManager - address public newUpgrader = address(0x0000000000000000000000000000000000000000); + address public newUpgrader = address(0x90E8C75e2917E3C2F284F6922Df6c16F7C03123c); + + RebalanceAdapter wstEthEth2xRebalanceAdapter = RebalanceAdapter(0x0a4490233Fd6Ea02873af11c744d286DC3d6C127); + RebalanceAdapter wstEthEth25xRebalanceAdapter = RebalanceAdapter(0x42fc033435F4640AfFeD1d5cf6F3bbe240D081Af); + RebalanceAdapter rlpUSDCRebalanceAdapter = RebalanceAdapter(0x5E6b01ca7a604F0C7b5A97B7dE6D2D46d9C30110); function run() public { console.log("BlockNumber: ", block.number); @@ -113,6 +118,21 @@ contract TransferRolesAndTreasury is Script { require(leverageTokenFactory.owner() == newAdmin, "LeverageTokenFactory ownership not transferred to new admin"); console.log("LeverageTokenFactory ownership transferred to: ", newAdmin); + // Transfer ownership of the wstETH-ETH 2x RebalanceAdapter to the new admin + wstEthEth2xRebalanceAdapter.transferOwnership(newAdmin); + require(wstEthEth2xRebalanceAdapter.owner() == newAdmin, "wstETH-ETH 2x RebalanceAdapter ownership not transferred to new admin"); + console.log("wstETH-ETH 2x RebalanceAdapter ownership transferred to: ", newAdmin); + + // Transfer ownership of the wstETH-ETH 25x RebalanceAdapter to the new admin + wstEthEth25xRebalanceAdapter.transferOwnership(newAdmin); + require(wstEthEth25xRebalanceAdapter.owner() == newAdmin, "wstETH-ETH 25x RebalanceAdapter ownership not transferred to new admin"); + console.log("wstETH-ETH 25x RebalanceAdapter ownership transferred to: ", newAdmin); + + // Transfer ownership of the rlp RebalanceAdapter to the new admin + rlpUSDCRebalanceAdapter.transferOwnership(newAdmin); + require(rlpUSDCRebalanceAdapter.owner() == newAdmin, "rlp-USDC-6.75x RebalanceAdapter ownership not transferred to new admin"); + console.log("rlp-ETH-6.75x RebalanceAdapter ownership transferred to: ", newAdmin); + vm.stopBroadcast(); } } From ceb93404c81df8a369b515a3c8eb4faa619d1e9c Mon Sep 17 00:00:00 2001 From: chad-js Date: Wed, 15 Oct 2025 10:59:09 -0400 Subject: [PATCH 2/2] broadcast logs --- .../1/run-1760539806446.json | 288 +++++++++++ .../1/run-1760540128371.json | 487 ++++++++++++++++++ .../1/run-latest.json | 487 ++++++++++++++++++ 3 files changed, 1262 insertions(+) create mode 100644 broadcast/TransferRolesAndTreasury.s.sol/1/run-1760539806446.json create mode 100644 broadcast/TransferRolesAndTreasury.s.sol/1/run-1760540128371.json create mode 100644 broadcast/TransferRolesAndTreasury.s.sol/1/run-latest.json diff --git a/broadcast/TransferRolesAndTreasury.s.sol/1/run-1760539806446.json b/broadcast/TransferRolesAndTreasury.s.sol/1/run-1760539806446.json new file mode 100644 index 00000000..26b62c88 --- /dev/null +++ b/broadcast/TransferRolesAndTreasury.s.sol/1/run-1760539806446.json @@ -0,0 +1,288 @@ +{ + "transactions": [ + { + "hash": "0xb6f6897d05137f4870be7188bcaf5094ff8a28d1a93a11bfb406aceb8938757c", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12e79", + "value": "0x0", + "input": "0x2f2ff15d6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "nonce": "0x18", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x853da95a5dfa2d3449fc4d13e0cde101dafb0eb76a83063e35986107170c0c3d", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0xc10e", + "value": "0x0", + "input": "0xf0f4426000000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x19", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": null, + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0xc781", + "value": "0x0", + "input": "0xd547741f6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "nonce": "0x1a", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": null, + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12e79", + "value": "0x0", + "input": "0x2f2ff15d6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1b", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": null, + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12e79", + "value": "0x0", + "input": "0x2f2ff15d189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e300000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1c", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": null, + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12c66", + "value": "0x0", + "input": "0x2f2ff15d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1d", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": null, + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0xb9e2", + "value": "0x0", + "input": "0xd547741f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "nonce": "0x1e", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": null, + "transactionType": "CALL", + "contractName": "BeaconProxyFactory", + "contractAddress": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "function": "transferOwnership(address)", + "arguments": [ + "0x90E8C75e2917E3C2F284F6922Df6c16F7C03123c" + ], + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "gas": "0x999d", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1f", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": null, + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "gas": "0xc0b0", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x20", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": null, + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "gas": "0xc0b0", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x21", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": null, + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "gas": "0xc0b0", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x22", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + } + ], + "receipts": [ + { + "status": "0x1", + "cumulativeGasUsed": "0x1cf06d0", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d", + "0x6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x76359e41f2844a8d715e6d46c53c0158b2fde01cce57efec983a45702860651c", + "blockNumber": "0x167dc31", + "blockTimestamp": "0x68efb48b", + "transactionHash": "0xb6f6897d05137f4870be7188bcaf5094ff8a28d1a93a11bfb406aceb8938757c", + "transactionIndex": "0x126", + "logIndex": "0x2a9", + "removed": false + } + ], + "logsBloom": "0x00000004200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000040000000000000100000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000001000010000000000000200000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0xb6f6897d05137f4870be7188bcaf5094ff8a28d1a93a11bfb406aceb8938757c", + "transactionIndex": "0x126", + "blockHash": "0x76359e41f2844a8d715e6d46c53c0158b2fde01cce57efec983a45702860651c", + "blockNumber": "0x167dc31", + "gasUsed": "0xdafd", + "effectiveGasPrice": "0x689d3a9d", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0xea786b", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0x3c864541ef71378c6229510ed90f376565ee42d9c5e0904a984a9e863e6db44f" + ], + "data": "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "blockHash": "0x9f9049b55237aec97287ab80ab46beee92eb18e6275a498f66e8475c458df47e", + "blockNumber": "0x167dc32", + "blockTimestamp": "0x68efb497", + "transactionHash": "0x853da95a5dfa2d3449fc4d13e0cde101dafb0eb76a83063e35986107170c0c3d", + "transactionIndex": "0x9e", + "logIndex": "0x182", + "removed": false + } + ], + "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000800000000000000800000000000000000000000000000200020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x853da95a5dfa2d3449fc4d13e0cde101dafb0eb76a83063e35986107170c0c3d", + "transactionIndex": "0x9e", + "blockHash": "0x9f9049b55237aec97287ab80ab46beee92eb18e6275a498f66e8475c458df47e", + "blockNumber": "0x167dc32", + "gasUsed": "0x8bc5", + "effectiveGasPrice": "0x720839b7", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + } + ], + "libraries": [], + "pending": [], + "returns": {}, + "timestamp": 1760539806446, + "chain": 1, + "commit": "5f4d39f" +} \ No newline at end of file diff --git a/broadcast/TransferRolesAndTreasury.s.sol/1/run-1760540128371.json b/broadcast/TransferRolesAndTreasury.s.sol/1/run-1760540128371.json new file mode 100644 index 00000000..b4d951df --- /dev/null +++ b/broadcast/TransferRolesAndTreasury.s.sol/1/run-1760540128371.json @@ -0,0 +1,487 @@ +{ + "transactions": [ + { + "hash": "0x9975b9042150b59e121478f74db6aac2b12fc02f9dccd2e2bc07f55fe5141191", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0xc781", + "value": "0x0", + "input": "0xd547741f6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "nonce": "0x1a", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x87ad770e33dbba3a7886fb2036bb3d01002053226af1c0d99818de0d84f77346", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12e79", + "value": "0x0", + "input": "0x2f2ff15d6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1b", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x420f724178a5c33ffa06a907438be20457930f55da8d7c0a2b8deca8fcedecfa", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12e79", + "value": "0x0", + "input": "0x2f2ff15d189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e300000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1c", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0xd7d331e122b1af9f7ddfa27f49c858a5bee87016f7119fdec654b60f43cd63f8", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12c66", + "value": "0x0", + "input": "0x2f2ff15d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1d", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x60cd5e924a7bf7ccf1949912dee80f02fe535361d3318143a6660a8897e731b6", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0xb9e2", + "value": "0x0", + "input": "0xd547741f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "nonce": "0x1e", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x29e037fda7abebac4a163eec27b4a6d6203cde19817d4665a0b54e1ab7020966", + "transactionType": "CALL", + "contractName": "BeaconProxyFactory", + "contractAddress": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "function": "transferOwnership(address)", + "arguments": [ + "0x90E8C75e2917E3C2F284F6922Df6c16F7C03123c" + ], + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "gas": "0x999d", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1f", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0xd839e860de909dfd87fd239b826e478aeaf20d2b00d190c3c4611d4a46928cdf", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "gas": "0xc0b0", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x20", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x4df685243cd7de7776553eaf6d64adde66cc8b3644260ce596eee7dce95cae22", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "gas": "0xc0b0", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x21", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x977c3860afc9b69552627b3204449fae64c416a45600e83fd4d21f6c6fc39ba5", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "gas": "0xc0b0", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x22", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + } + ], + "receipts": [ + { + "status": "0x1", + "cumulativeGasUsed": "0xb7fea8", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b", + "0x6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x311fcc3ef5a93b085aa5fcd7d993abc125b5cc2c0bde436e605d902d2b5326bd", + "blockNumber": "0x167dc41", + "blockTimestamp": "0x68efb557", + "transactionHash": "0x9975b9042150b59e121478f74db6aac2b12fc02f9dccd2e2bc07f55fe5141191", + "transactionIndex": "0x9b", + "logIndex": "0xf2", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000202000000000000000000000000000000000000000040000000000000100000000000000000000000000000000000040000002000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000000000010000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x9975b9042150b59e121478f74db6aac2b12fc02f9dccd2e2bc07f55fe5141191", + "transactionIndex": "0x9b", + "blockHash": "0x311fcc3ef5a93b085aa5fcd7d993abc125b5cc2c0bde436e605d902d2b5326bd", + "blockNumber": "0x167dc41", + "gasUsed": "0x886a", + "effectiveGasPrice": "0x7604eafc", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0xea9757", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d", + "0x6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x7a96215152a92f3091c6704c67ac32cf69832d1d2925aa4d0134e18dfae81905", + "blockNumber": "0x167dc42", + "blockTimestamp": "0x68efb563", + "transactionHash": "0x87ad770e33dbba3a7886fb2036bb3d01002053226af1c0d99818de0d84f77346", + "transactionIndex": "0x64", + "logIndex": "0x1df", + "removed": false + } + ], + "logsBloom": "0x00000004200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000001000000000000000000040000000000000100000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000200000000000020000000000000000000800000000001000010000000000000200000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x87ad770e33dbba3a7886fb2036bb3d01002053226af1c0d99818de0d84f77346", + "transactionIndex": "0x64", + "blockHash": "0x7a96215152a92f3091c6704c67ac32cf69832d1d2925aa4d0134e18dfae81905", + "blockNumber": "0x167dc42", + "gasUsed": "0xdafd", + "effectiveGasPrice": "0x7235ae66", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x177c9f1", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d", + "0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x85481592c4c9bc761e98c50802a4205893d32d151459ca8ffe6db76505219a23", + "blockNumber": "0x167dc43", + "blockTimestamp": "0x68efb56f", + "transactionHash": "0x420f724178a5c33ffa06a907438be20457930f55da8d7c0a2b8deca8fcedecfa", + "transactionIndex": "0xfb", + "logIndex": "0x240", + "removed": false + } + ], + "logsBloom": "0x00000004200000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000001000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000080000000000000000200000000000020000000000000000000800000000001000010000000000000200000000000000000000000000000000000000000100000000000000000080000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x420f724178a5c33ffa06a907438be20457930f55da8d7c0a2b8deca8fcedecfa", + "transactionIndex": "0xfb", + "blockHash": "0x85481592c4c9bc761e98c50802a4205893d32d151459ca8ffe6db76505219a23", + "blockNumber": "0x167dc43", + "gasUsed": "0xdafd", + "effectiveGasPrice": "0x71c31916", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x24ee15c", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d", + "0x0000000000000000000000000000000000000000000000000000000000000000", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x36df93950995e8a652f44ccaa8a4311b2a5f541dc3b8176f305683e63b70890f", + "blockNumber": "0x167dc46", + "blockTimestamp": "0x68efb593", + "transactionHash": "0xd7d331e122b1af9f7ddfa27f49c858a5bee87016f7119fdec654b60f43cd63f8", + "transactionIndex": "0x14c", + "logIndex": "0x410", + "removed": false + } + ], + "logsBloom": "0x00000004200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000100000000000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000200000000000020000000000000000000800000000001000010000000000000200000000000000000000000000000000000000000100000000000020000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0xd7d331e122b1af9f7ddfa27f49c858a5bee87016f7119fdec654b60f43cd63f8", + "transactionIndex": "0x14c", + "blockHash": "0x36df93950995e8a652f44ccaa8a4311b2a5f541dc3b8176f305683e63b70890f", + "blockNumber": "0x167dc46", + "gasUsed": "0xd97d", + "effectiveGasPrice": "0x66e3b885", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x13cd23a", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b", + "0x0000000000000000000000000000000000000000000000000000000000000000", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x24e498e451b0cdff526ce18a560c48e8d5a46d29ce5751ed56cff9f7cd1518f4", + "blockNumber": "0x167dc48", + "blockTimestamp": "0x68efb5ab", + "transactionHash": "0x60cd5e924a7bf7ccf1949912dee80f02fe535361d3318143a6660a8897e731b6", + "transactionIndex": "0xa9", + "logIndex": "0x1f1", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000040000000020000000000000000000800000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000000000010000000000000200000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x60cd5e924a7bf7ccf1949912dee80f02fe535361d3318143a6660a8897e731b6", + "transactionIndex": "0xa9", + "blockHash": "0x24e498e451b0cdff526ce18a560c48e8d5a46d29ce5751ed56cff9f7cd1518f4", + "blockNumber": "0x167dc48", + "gasUsed": "0x7f1a", + "effectiveGasPrice": "0x7997b7da", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0xf14c9b", + "logs": [ + { + "address": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "topics": [ + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c" + ], + "data": "0x", + "blockHash": "0x01d0049907ae1c178e4a4441a662c9e6725bca6b2d7aff9971eb80112bfeb733", + "blockNumber": "0x167dc49", + "blockTimestamp": "0x68efb5b7", + "transactionHash": "0x29e037fda7abebac4a163eec27b4a6d6203cde19817d4665a0b54e1ab7020966", + "transactionIndex": "0x9e", + "logIndex": "0x18e", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000800000004000000000000000000000000000000000000000000000000100000000000001000000000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x29e037fda7abebac4a163eec27b4a6d6203cde19817d4665a0b54e1ab7020966", + "transactionIndex": "0x9e", + "blockHash": "0x01d0049907ae1c178e4a4441a662c9e6725bca6b2d7aff9971eb80112bfeb733", + "blockNumber": "0x167dc49", + "gasUsed": "0x6f37", + "effectiveGasPrice": "0x8024f14e", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0xbf5c02", + "logs": [ + { + "address": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "topics": [ + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c" + ], + "data": "0x", + "blockHash": "0x75f41c23fb4a9a83c670e9801a0467207f8a5dcd2187c4c64b76330bec61029c", + "blockNumber": "0x167dc4a", + "blockTimestamp": "0x68efb5c3", + "transactionHash": "0xd839e860de909dfd87fd239b826e478aeaf20d2b00d190c3c4611d4a46928cdf", + "transactionIndex": "0x71", + "logIndex": "0x13a", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000400000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000000000000000010000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000", + "type": "0x2", + "transactionHash": "0xd839e860de909dfd87fd239b826e478aeaf20d2b00d190c3c4611d4a46928cdf", + "transactionIndex": "0x71", + "blockHash": "0x75f41c23fb4a9a83c670e9801a0467207f8a5dcd2187c4c64b76330bec61029c", + "blockNumber": "0x167dc4a", + "gasUsed": "0x83c1", + "effectiveGasPrice": "0x7fd4efea", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x13fbf11", + "logs": [ + { + "address": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "topics": [ + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c" + ], + "data": "0x", + "blockHash": "0xf6e896b908b693418ccec433f9bcb0c3b8f683014c46ae034d9f54e3cc3eeaaa", + "blockNumber": "0x167dc4b", + "blockTimestamp": "0x68efb5cf", + "transactionHash": "0x4df685243cd7de7776553eaf6d64adde66cc8b3644260ce596eee7dce95cae22", + "transactionIndex": "0xb5", + "logIndex": "0x1f8", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000800000000000000000000000000000000000000000080000000000000000000000000001000000000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000400000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x4df685243cd7de7776553eaf6d64adde66cc8b3644260ce596eee7dce95cae22", + "transactionIndex": "0xb5", + "blockHash": "0xf6e896b908b693418ccec433f9bcb0c3b8f683014c46ae034d9f54e3cc3eeaaa", + "blockNumber": "0x167dc4b", + "gasUsed": "0x83c1", + "effectiveGasPrice": "0x7cea0dc1", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x100f643", + "logs": [ + { + "address": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "topics": [ + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c" + ], + "data": "0x", + "blockHash": "0xbdae48aeaf465368391daaefe29c6336179442430c859d8793283c80472ec02b", + "blockNumber": "0x167dc4c", + "blockTimestamp": "0x68efb5db", + "transactionHash": "0x977c3860afc9b69552627b3204449fae64c416a45600e83fd4d21f6c6fc39ba5", + "transactionIndex": "0xa9", + "logIndex": "0x164", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000080000000000000000000000000000000000000000000002080000000000000000200000000000000000000000000000000000000000000000010000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x977c3860afc9b69552627b3204449fae64c416a45600e83fd4d21f6c6fc39ba5", + "transactionIndex": "0xa9", + "blockHash": "0xbdae48aeaf465368391daaefe29c6336179442430c859d8793283c80472ec02b", + "blockNumber": "0x167dc4c", + "gasUsed": "0x83c1", + "effectiveGasPrice": "0x7e5b2632", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "contractAddress": null + } + ], + "libraries": [], + "pending": [], + "returns": {}, + "timestamp": 1760540128371, + "chain": 1, + "commit": "5f4d39f" +} \ No newline at end of file diff --git a/broadcast/TransferRolesAndTreasury.s.sol/1/run-latest.json b/broadcast/TransferRolesAndTreasury.s.sol/1/run-latest.json new file mode 100644 index 00000000..b4d951df --- /dev/null +++ b/broadcast/TransferRolesAndTreasury.s.sol/1/run-latest.json @@ -0,0 +1,487 @@ +{ + "transactions": [ + { + "hash": "0x9975b9042150b59e121478f74db6aac2b12fc02f9dccd2e2bc07f55fe5141191", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0xc781", + "value": "0x0", + "input": "0xd547741f6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "nonce": "0x1a", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x87ad770e33dbba3a7886fb2036bb3d01002053226af1c0d99818de0d84f77346", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12e79", + "value": "0x0", + "input": "0x2f2ff15d6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1b", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x420f724178a5c33ffa06a907438be20457930f55da8d7c0a2b8deca8fcedecfa", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12e79", + "value": "0x0", + "input": "0x2f2ff15d189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e300000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1c", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0xd7d331e122b1af9f7ddfa27f49c858a5bee87016f7119fdec654b60f43cd63f8", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0x12c66", + "value": "0x0", + "input": "0x2f2ff15d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1d", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x60cd5e924a7bf7ccf1949912dee80f02fe535361d3318143a6660a8897e731b6", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "gas": "0xb9e2", + "value": "0x0", + "input": "0xd547741f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "nonce": "0x1e", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x29e037fda7abebac4a163eec27b4a6d6203cde19817d4665a0b54e1ab7020966", + "transactionType": "CALL", + "contractName": "BeaconProxyFactory", + "contractAddress": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "function": "transferOwnership(address)", + "arguments": [ + "0x90E8C75e2917E3C2F284F6922Df6c16F7C03123c" + ], + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "gas": "0x999d", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x1f", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0xd839e860de909dfd87fd239b826e478aeaf20d2b00d190c3c4611d4a46928cdf", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "gas": "0xc0b0", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x20", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x4df685243cd7de7776553eaf6d64adde66cc8b3644260ce596eee7dce95cae22", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "gas": "0xc0b0", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x21", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + }, + { + "hash": "0x977c3860afc9b69552627b3204449fae64c416a45600e83fd4d21f6c6fc39ba5", + "transactionType": "CALL", + "contractName": "ERC1967Proxy", + "contractAddress": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "function": null, + "arguments": null, + "transaction": { + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "gas": "0xc0b0", + "value": "0x0", + "input": "0xf2fde38b00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "nonce": "0x22", + "chainId": "0x1" + }, + "additionalContracts": [], + "isFixedGasLimit": false + } + ], + "receipts": [ + { + "status": "0x1", + "cumulativeGasUsed": "0xb7fea8", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b", + "0x6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x311fcc3ef5a93b085aa5fcd7d993abc125b5cc2c0bde436e605d902d2b5326bd", + "blockNumber": "0x167dc41", + "blockTimestamp": "0x68efb557", + "transactionHash": "0x9975b9042150b59e121478f74db6aac2b12fc02f9dccd2e2bc07f55fe5141191", + "transactionIndex": "0x9b", + "logIndex": "0xf2", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000202000000000000000000000000000000000000000040000000000000100000000000000000000000000000000000040000002000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000000000010000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x9975b9042150b59e121478f74db6aac2b12fc02f9dccd2e2bc07f55fe5141191", + "transactionIndex": "0x9b", + "blockHash": "0x311fcc3ef5a93b085aa5fcd7d993abc125b5cc2c0bde436e605d902d2b5326bd", + "blockNumber": "0x167dc41", + "gasUsed": "0x886a", + "effectiveGasPrice": "0x7604eafc", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0xea9757", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d", + "0x6c0757dc3e6b28b2580c03fd9e96c274acf4f99d91fbec9b418fa1d70604ff1c", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x7a96215152a92f3091c6704c67ac32cf69832d1d2925aa4d0134e18dfae81905", + "blockNumber": "0x167dc42", + "blockTimestamp": "0x68efb563", + "transactionHash": "0x87ad770e33dbba3a7886fb2036bb3d01002053226af1c0d99818de0d84f77346", + "transactionIndex": "0x64", + "logIndex": "0x1df", + "removed": false + } + ], + "logsBloom": "0x00000004200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000001000000000000000000040000000000000100000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000200000000000020000000000000000000800000000001000010000000000000200000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x87ad770e33dbba3a7886fb2036bb3d01002053226af1c0d99818de0d84f77346", + "transactionIndex": "0x64", + "blockHash": "0x7a96215152a92f3091c6704c67ac32cf69832d1d2925aa4d0134e18dfae81905", + "blockNumber": "0x167dc42", + "gasUsed": "0xdafd", + "effectiveGasPrice": "0x7235ae66", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x177c9f1", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d", + "0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x85481592c4c9bc761e98c50802a4205893d32d151459ca8ffe6db76505219a23", + "blockNumber": "0x167dc43", + "blockTimestamp": "0x68efb56f", + "transactionHash": "0x420f724178a5c33ffa06a907438be20457930f55da8d7c0a2b8deca8fcedecfa", + "transactionIndex": "0xfb", + "logIndex": "0x240", + "removed": false + } + ], + "logsBloom": "0x00000004200000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000001000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000080000000000000000200000000000020000000000000000000800000000001000010000000000000200000000000000000000000000000000000000000100000000000000000080000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x420f724178a5c33ffa06a907438be20457930f55da8d7c0a2b8deca8fcedecfa", + "transactionIndex": "0xfb", + "blockHash": "0x85481592c4c9bc761e98c50802a4205893d32d151459ca8ffe6db76505219a23", + "blockNumber": "0x167dc43", + "gasUsed": "0xdafd", + "effectiveGasPrice": "0x71c31916", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x24ee15c", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0x2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d", + "0x0000000000000000000000000000000000000000000000000000000000000000", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x36df93950995e8a652f44ccaa8a4311b2a5f541dc3b8176f305683e63b70890f", + "blockNumber": "0x167dc46", + "blockTimestamp": "0x68efb593", + "transactionHash": "0xd7d331e122b1af9f7ddfa27f49c858a5bee87016f7119fdec654b60f43cd63f8", + "transactionIndex": "0x14c", + "logIndex": "0x410", + "removed": false + } + ], + "logsBloom": "0x00000004200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000100000000000000000000000000000000000000000000020000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000200000000000020000000000000000000800000000001000010000000000000200000000000000000000000000000000000000000100000000000020000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0xd7d331e122b1af9f7ddfa27f49c858a5bee87016f7119fdec654b60f43cd63f8", + "transactionIndex": "0x14c", + "blockHash": "0x36df93950995e8a652f44ccaa8a4311b2a5f541dc3b8176f305683e63b70890f", + "blockNumber": "0x167dc46", + "gasUsed": "0xd97d", + "effectiveGasPrice": "0x66e3b885", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x13cd23a", + "logs": [ + { + "address": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "topics": [ + "0xf6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b", + "0x0000000000000000000000000000000000000000000000000000000000000000", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f" + ], + "data": "0x", + "blockHash": "0x24e498e451b0cdff526ce18a560c48e8d5a46d29ce5751ed56cff9f7cd1518f4", + "blockNumber": "0x167dc48", + "blockTimestamp": "0x68efb5ab", + "transactionHash": "0x60cd5e924a7bf7ccf1949912dee80f02fe535361d3318143a6660a8897e731b6", + "transactionIndex": "0xa9", + "logIndex": "0x1f1", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000040000000020000000000000000000800000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000800000000000000010000000000000200000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x60cd5e924a7bf7ccf1949912dee80f02fe535361d3318143a6660a8897e731b6", + "transactionIndex": "0xa9", + "blockHash": "0x24e498e451b0cdff526ce18a560c48e8d5a46d29ce5751ed56cff9f7cd1518f4", + "blockNumber": "0x167dc48", + "gasUsed": "0x7f1a", + "effectiveGasPrice": "0x7997b7da", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5c37eb148d4a261acd101e2b997a0f163fb3e351", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0xf14c9b", + "logs": [ + { + "address": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "topics": [ + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c" + ], + "data": "0x", + "blockHash": "0x01d0049907ae1c178e4a4441a662c9e6725bca6b2d7aff9971eb80112bfeb733", + "blockNumber": "0x167dc49", + "blockTimestamp": "0x68efb5b7", + "transactionHash": "0x29e037fda7abebac4a163eec27b4a6d6203cde19817d4665a0b54e1ab7020966", + "transactionIndex": "0x9e", + "logIndex": "0x18e", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000800000004000000000000000000000000000000000000000000000000100000000000001000000000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x29e037fda7abebac4a163eec27b4a6d6203cde19817d4665a0b54e1ab7020966", + "transactionIndex": "0x9e", + "blockHash": "0x01d0049907ae1c178e4a4441a662c9e6725bca6b2d7aff9971eb80112bfeb733", + "blockNumber": "0x167dc49", + "gasUsed": "0x6f37", + "effectiveGasPrice": "0x8024f14e", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x603da735780e6bc7d04f3fb85c26dcccd4ff0a82", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0xbf5c02", + "logs": [ + { + "address": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "topics": [ + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c" + ], + "data": "0x", + "blockHash": "0x75f41c23fb4a9a83c670e9801a0467207f8a5dcd2187c4c64b76330bec61029c", + "blockNumber": "0x167dc4a", + "blockTimestamp": "0x68efb5c3", + "transactionHash": "0xd839e860de909dfd87fd239b826e478aeaf20d2b00d190c3c4611d4a46928cdf", + "transactionIndex": "0x71", + "logIndex": "0x13a", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000400000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000000000000000010000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000", + "type": "0x2", + "transactionHash": "0xd839e860de909dfd87fd239b826e478aeaf20d2b00d190c3c4611d4a46928cdf", + "transactionIndex": "0x71", + "blockHash": "0x75f41c23fb4a9a83c670e9801a0467207f8a5dcd2187c4c64b76330bec61029c", + "blockNumber": "0x167dc4a", + "gasUsed": "0x83c1", + "effectiveGasPrice": "0x7fd4efea", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x0a4490233fd6ea02873af11c744d286dc3d6c127", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x13fbf11", + "logs": [ + { + "address": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "topics": [ + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c" + ], + "data": "0x", + "blockHash": "0xf6e896b908b693418ccec433f9bcb0c3b8f683014c46ae034d9f54e3cc3eeaaa", + "blockNumber": "0x167dc4b", + "blockTimestamp": "0x68efb5cf", + "transactionHash": "0x4df685243cd7de7776553eaf6d64adde66cc8b3644260ce596eee7dce95cae22", + "transactionIndex": "0xb5", + "logIndex": "0x1f8", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000800000000000000000000000000000000000000000080000000000000000000000000001000000000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000400000000000000000000000000000000000000000000000000000080000000000000000200000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x4df685243cd7de7776553eaf6d64adde66cc8b3644260ce596eee7dce95cae22", + "transactionIndex": "0xb5", + "blockHash": "0xf6e896b908b693418ccec433f9bcb0c3b8f683014c46ae034d9f54e3cc3eeaaa", + "blockNumber": "0x167dc4b", + "gasUsed": "0x83c1", + "effectiveGasPrice": "0x7cea0dc1", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x42fc033435f4640affed1d5cf6f3bbe240d081af", + "contractAddress": null + }, + { + "status": "0x1", + "cumulativeGasUsed": "0x100f643", + "logs": [ + { + "address": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "topics": [ + "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0", + "0x0000000000000000000000003aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "0x00000000000000000000000090e8c75e2917e3c2f284f6922df6c16f7c03123c" + ], + "data": "0x", + "blockHash": "0xbdae48aeaf465368391daaefe29c6336179442430c859d8793283c80472ec02b", + "blockNumber": "0x167dc4c", + "blockTimestamp": "0x68efb5db", + "transactionHash": "0x977c3860afc9b69552627b3204449fae64c416a45600e83fd4d21f6c6fc39ba5", + "transactionIndex": "0xa9", + "logIndex": "0x164", + "removed": false + } + ], + "logsBloom": "0x00000000200000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000080000000000000000000000000000000000000000000002080000000000000000200000000000000000000000000000000000000000000000010000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "type": "0x2", + "transactionHash": "0x977c3860afc9b69552627b3204449fae64c416a45600e83fd4d21f6c6fc39ba5", + "transactionIndex": "0xa9", + "blockHash": "0xbdae48aeaf465368391daaefe29c6336179442430c859d8793283c80472ec02b", + "blockNumber": "0x167dc4c", + "gasUsed": "0x83c1", + "effectiveGasPrice": "0x7e5b2632", + "from": "0x3aa518bd9ee447e3f71c01b69a0d5d49c534e05f", + "to": "0x5e6b01ca7a604f0c7b5a97b7de6d2d46d9c30110", + "contractAddress": null + } + ], + "libraries": [], + "pending": [], + "returns": {}, + "timestamp": 1760540128371, + "chain": 1, + "commit": "5f4d39f" +} \ No newline at end of file