ETH Price: $2,540.74 (-1.56%)

Transaction Decoder

Block:
19555281 at Mar-31-2024 05:14:23 PM +UTC
Transaction Fee:
0.001675536772507398 ETH $4.26
Gas Used:
67,446 Gas / 24.842641113 Gwei

Emitted Events:

376 TransparentUpgradeableProxy.0xea3b023b4c8680d4b4824f0143132c95476359a2bb70a81d6c5a36f6918f6339( 0xea3b023b4c8680d4b4824f0143132c95476359a2bb70a81d6c5a36f6918f6339, 0x0000000000000000000000000000000000000000000000000000000000086985, 0x9c251f512834d2739482a7f41e9ed5ffd67367248da5a1d6c158c8b1211bea9e, 0xac4dd219cc66aa1f6bdca90948592e266197459e61471a302070d81b2fb700f8 )
377 TransparentUpgradeableProxy.0xe856c2b8bd4eb0027ce32eeaf595c21b0b6b4644b326e5b7bd80a1cf8db72e6c( 0xe856c2b8bd4eb0027ce32eeaf595c21b0b6b4644b326e5b7bd80a1cf8db72e6c, 0x0000000000000000000000005483500dda4831e04eceb280712c8f095827f337, 0x0000000000000000000000005483500dda4831e04eceb280712c8f095827f337, 0xac4dd219cc66aa1f6bdca90948592e266197459e61471a302070d81b2fb700f8, 00000000000000000000000000000000000000000000000000000e00ed775e60, 00000000000000000000000000000000000000000000000000139ca108466000, 0000000000000000000000000000000000000000000000000000000000086985, 0000000000000000000000000000000000000000000000000000000000000080, 0000000000000000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
73.499758089364765862 Eth73.49976148260661397 Eth0.000003393241848108
0x5483500D...95827F337
0.009216960179435549 Eth
Nonce: 4
0.002005786260116151 Eth
Nonce: 5
0.007211173919319398
0xd19d4B5d...D11B0876F
(Linea: L1 Message Service)
111,301.002144104916909291 Eth111,301.007679742063721291 Eth0.005535637146812

Execution Trace

ETH 0.005535637146812 TransparentUpgradeableProxy.9f3ce55a( )
  • ETH 0.005535637146812 LineaRollup.sendMessage( _to=0x5483500DDA4831e04eceb280712c8F095827F337, _fee=15397146812000, _calldata=0x )
    File 1 of 2: TransparentUpgradeableProxy
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: MIT
    // OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)
    pragma solidity ^0.8.0;
    import "../utils/Context.sol";
    /**
    * @dev Contract module which provides a basic access control mechanism, where
    * there is an account (an owner) that can be granted exclusive access to
    * specific functions.
    *
    * By default, the owner account will be the one that deploys the contract. This
    * can later be changed with {transferOwnership}.
    *
    * This module is used through inheritance. It will make available the modifier
    * `onlyOwner`, which can be applied to your functions to restrict their use to
    * the owner.
    */
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: LineaRollup
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: MIT
    // OpenZeppelin Contracts (last updated v4.9.0) (access/AccessControl.sol)
    pragma solidity ^0.8.0;
    import "./IAccessControlUpgradeable.sol";
    import "../utils/ContextUpgradeable.sol";
    import "../utils/StringsUpgradeable.sol";
    import "../utils/introspection/ERC165Upgradeable.sol";
    import {Initializable} from "../proxy/utils/Initializable.sol";
    /**
    * @dev Contract module that allows children to implement role-based access
    * control mechanisms. This is a lightweight version that doesn't allow enumerating role
    * members except through off-chain means by accessing the contract event logs. Some
    * applications may benefit from on-chain enumerability, for those cases see
    * {AccessControlEnumerable}.
    *
    * Roles are referred to by their `bytes32` identifier. These should be exposed
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX