ETH Price: $2,796.78 (+0.80%)

Transaction Decoder

Block:
17056872 at Apr-16-2023 03:41:35 AM +UTC
Transaction Fee:
0.003109334608772392 ETH $8.70
Gas Used:
118,756 Gas / 26.182547482 Gwei

Emitted Events:

226 DiamondProxy.0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382( 0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382, 000000000000000000000000000000000000000000000000000000000007d7de, 72cc5fd88ca5104534fa97c09c1147dac984617884e88fb3cf186ecb73664521, 00000000000000000000000000000000000000000000000000000000643b6e6f, 00000000000000000000000000000000000000000000000000000000000000a0, 00000000000000000000000000000000000000000000000000000000000003a0, 00000000000000000000000000000000000000000000000000000000000000ff, 00000000000000000000000038242f8d1a2835e2cf9503f059e25f7614c5ed32, 00000000000000000000000038242f8d1a2835e2cf9503f059e25f7614c5ed32, 00000000000000000000000000000000000000000000000000000000000b54a3, 0000000000000000000000000000000000000000000000000000000000000320, 000000000000000000000000000000000000000000000000000000002129abfe, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 000000000000000000000000000000000000000000000000000000000007d7de, 000000000000000000000000000000000000000000000000008fd0fb17df78d4, 0000000000000000000000000000000000000000000000000091fe8a7ced53eb, 00000000000000000000000038242f8d1a2835e2cf9503f059e25f7614c5ed32, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000260, 0000000000000000000000000000000000000000000000000000000000000280, 00000000000000000000000000000000000000000000000000000000000002a0, 00000000000000000000000000000000000000000000000000000000000002c0, 00000000000000000000000000000000000000000000000000000000000002e0, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
3.153614667405875673 Eth3.153792801405875673 Eth0.000178134
0x32400084...60a000324
(zkSync Era: Diamond Proxy)
69,337.609296311805661147 Eth69,337.650390054183576518 Eth0.041093742377915371
0x38242f8d...614C5ED32
0.046922285876838355 Eth
Nonce: 1
0.002719208890150592 Eth
Nonce: 2
0.044203076986687763

Execution Trace

ETH 0.041093742377915371 DiamondProxy.eb672419( )
  • ETH 0.041093742377915371 MailboxFacet.requestL2Transaction( _contractL2=0x38242f8d1a2835E2cF9503f059e25f7614C5ED32, _l2Value=40480698525513940, _calldata=0x, _l2GasLimit=742563, _l2GasPerPubdataByteLimit=800, _factoryDeps=[], _refundRecipient=0x38242f8d1a2835E2cF9503f059e25f7614C5ED32 ) => ( canonicalTxHash=72CC5FD88CA5104534FA97C09C1147DAC984617884E88FB3CF186ECB73664521 )
    • AllowList.canCall( _caller=0x38242f8d1a2835E2cF9503f059e25f7614C5ED32, _target=0x32400084C286CF3E17e7B677ea9583e60a000324, _functionSig=System.Byte[] ) => ( True )
    • AllowList.getTokenDepositLimitData( _l1Token=0x0000000000000000000000000000000000000000 ) => ( [{name:depositLimitation, type:bool, order:1, indexed:false, value:false, valueString:False}, {name:depositCap, type:uint256, order:2, indexed:false, value:0, valueString:0}] )
      File 1 of 3: 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 3: 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

      File 3 of 3: AllowList
      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