ETH Price: $2,530.96 (+0.51%)

Transaction Decoder

Block:
18888265 at Dec-29-2023 02:28:11 AM +UTC
Transaction Fee:
0.001912987674792234 ETH $4.84
Gas Used:
104,613 Gas / 18.286328418 Gwei

Emitted Events:

186 DiamondProxy.0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382( 0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382, 00000000000000000000000000000000000000000000000000000000002a9100, 6df05545a48776553f11a6489e40106875f907b9c6757410735d0385e26c7f13, 00000000000000000000000000000000000000000000000000000000658e2ebb, 00000000000000000000000000000000000000000000000000000000000000a0, 00000000000000000000000000000000000000000000000000000000000003a0, 00000000000000000000000000000000000000000000000000000000000000ff, 000000000000000000000000dad7a10fbafa0af3eed7125e5e283622d99d52aa, 000000000000000000000000dad7a10fbafa0af3eed7125e5e283622d99d52aa, 00000000000000000000000000000000000000000000000000000000000a3e7e, 0000000000000000000000000000000000000000000000000000000000000320, 000000000000000000000000000000000000000000000000000000001dcd6500, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 00000000000000000000000000000000000000000000000000000000002a9100, 000000000000000000000000000000000000000000000000041add5d375d4400, 000000000000000000000000000000000000000000000000041c39ff096c73e6, 000000000000000000000000dad7a10fbafa0af3eed7125e5e283622d99d52aa, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000260, 0000000000000000000000000000000000000000000000000000000000000280, 00000000000000000000000000000000000000000000000000000000000002a0, 00000000000000000000000000000000000000000000000000000000000002c0, 00000000000000000000000000000000000000000000000000000000000002e0, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
5.213431737214165438 Eth5.213588656714165438 Eth0.0001569195
0x32400084...60a000324
(zkSync Era: Diamond Proxy)
175,015.897513073920407845 Eth175,016.193688516957564171 Eth0.296175443037156326
0xdAd7A10F...2d99d52Aa
0.29975 Eth
Nonce: 0
0.00166156928805144 Eth
Nonce: 1
0.29808843071194856

Execution Trace

ETH 0.296175443037156326 DiamondProxy.eb672419( )
  • ETH 0.296175443037156326 MailboxFacet.requestL2Transaction( _contractL2=0xdAd7A10FbAfA0af3EeD7125e5E283622d99d52Aa, _l2Value=295792117976744960, _calldata=0x, _l2GasLimit=671358, _l2GasPerPubdataByteLimit=800, _factoryDeps=[], _refundRecipient=0xdAd7A10FbAfA0af3EeD7125e5E283622d99d52Aa ) => ( canonicalTxHash=6DF05545A48776553F11A6489E40106875F907B9C6757410735D0385E26C7F13 )
    File 1 of 2: DiamondProxy
    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.8.0) (utils/math/SafeCast.sol)
    // This file was procedurally generated from scripts/generate/templates/SafeCast.js.
    pragma solidity ^0.8.0;
    /**
    * @dev Wrappers over Solidity's uintXX/intXX casting operators with added overflow
    * checks.
    *
    * Downcasting from uint256/int256 in Solidity does not revert on overflow. This can
    * easily result in undesired exploitation or bugs, since developers usually
    * assume that overflows raise errors. `SafeCast` restores this intuition by
    * reverting the transaction when such an operation overflows.
    *
    * Using this library instead of the unchecked operations eliminates an entire
    * class of bugs, so it's recommended to use it always.
    *
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: MailboxFacet
    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.8.0) (utils/math/Math.sol)
    pragma solidity ^0.8.0;
    /**
    * @dev Standard math utilities missing in the Solidity language.
    */
    library Math {
    enum Rounding {
    Down, // Toward negative infinity
    Up, // Toward infinity
    Zero // Toward zero
    }
    /**
    * @dev Returns the largest of two numbers.
    */
    function max(uint256 a, uint256 b) internal pure returns (uint256) {
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX