ETH Price: $2,785.53 (+3.56%)

Transaction Decoder

Block:
17981939 at Aug-24-2023 03:39:59 AM +UTC
Transaction Fee:
0.000909186509224818 ETH $2.53
Gas Used:
65,659 Gas / 13.847096502 Gwei

Emitted Events:

314 TransparentUpgradeableProxy.0xe856c2b8bd4eb0027ce32eeaf595c21b0b6b4644b326e5b7bd80a1cf8db72e6c( 0xe856c2b8bd4eb0027ce32eeaf595c21b0b6b4644b326e5b7bd80a1cf8db72e6c, 0x000000000000000000000000b37565ed25e9cb12a3db84ded21afa6419f0bfee, 0x000000000000000000000000b37565ed25e9cb12a3db84ded21afa6419f0bfee, 0x303ddbf8c623ba177e7099ed6e036b64d417b4d35884b088f06f00452f0722c0, 0000000000000000000000000000000000000000000000000000e36a22aaf620, 0000000000000000000000000000000000000000000000000011c37937e08000, 0000000000000000000000000000000000000000000000000000000000033955, 0000000000000000000000000000000000000000000000000000000000000080, 0000000000000000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
(Faith Builder)
5.915736099492884718 Eth5.915741352212884718 Eth0.00000525272
0xB37565eD...419F0bfEe
0.022164786633598008 Eth
Nonce: 2
0.01600555513670519 Eth
Nonce: 3
0.006159231496892818
0xd19d4B5d...D11B0876F
(Linea: L1 Message Service)
15,955.447309487133507335 Eth15,955.452559532121175335 Eth0.005250044987668

Execution Trace

ETH 0.005250044987668 TransparentUpgradeableProxy.9f3ce55a( )
  • ETH 0.005250044987668 ZkEvmV2.sendMessage( _to=0xB37565eD25e9cb12A3dB84deD21Afa6419F0bfEe, _fee=250044987668000, _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: ZkEvmV2
    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 "../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