ETH Price: $2,542.39 (+0.57%)

Transaction Decoder

Block:
17343150 at May-26-2023 12:03:47 PM +UTC
Transaction Fee:
0.003101323828273244 ETH $7.88
Gas Used:
118,076 Gas / 26.265488569 Gwei

Emitted Events:

216 DiamondProxy.0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382( 0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382, 00000000000000000000000000000000000000000000000000000000000c2d14, 088bd68d8b0167360bc5d7847ce24c4fea6d7555cdd67a71c3277f4a884bebcf, 000000000000000000000000000000000000000000000000000000006470a023, 00000000000000000000000000000000000000000000000000000000000000a0, 00000000000000000000000000000000000000000000000000000000000003a0, 00000000000000000000000000000000000000000000000000000000000000ff, 0000000000000000000000009a4987a7ada03ca441a6e23dd6b4d5043d09d442, 0000000000000000000000009a4987a7ada03ca441a6e23dd6b4d5043d09d442, 00000000000000000000000000000000000000000000000000000000000b54a3, 0000000000000000000000000000000000000000000000000000000000000320, 00000000000000000000000000000000000000000000000000000000214490c1, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 00000000000000000000000000000000000000000000000000000000000c2d14, 000000000000000000000000000000000000000000000000003c6568f12e8000, 000000000000000000000000000000000000000000000000003ed7815edd1f0c, 0000000000000000000000009a4987a7ada03ca441a6e23dd6b4d5043d09d442, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000260, 0000000000000000000000000000000000000000000000000000000000000280, 00000000000000000000000000000000000000000000000000000000000002a0, 00000000000000000000000000000000000000000000000000000000000002c0, 00000000000000000000000000000000000000000000000000000000000002e0, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x32400084...60a000324
(zkSync Era: Diamond Proxy)
118,163.427750436757873369 Eth118,163.445438835956236773 Eth0.017688399198363404
(beaverbuild)
16.289038820735658012 Eth16.289050628335658012 Eth0.0000118076
0x9A4987a7...43D09d442
0.023393384317698358 Eth
Nonce: 1
0.00260366129106171 Eth
Nonce: 2
0.020789723026636648

Execution Trace

ETH 0.017688399198363404 DiamondProxy.eb672419( )
  • ETH 0.017688399198363404 MailboxFacet.requestL2Transaction( _contractL2=0x9A4987a7ADA03Ca441A6E23dD6b4D5043D09d442, _l2Value=17000000000000000, _calldata=0x, _l2GasLimit=742563, _l2GasPerPubdataByteLimit=800, _factoryDeps=[], _refundRecipient=0x9A4987a7ADA03Ca441A6E23dD6b4D5043D09d442 ) => ( canonicalTxHash=088BD68D8B0167360BC5D7847CE24C4FEA6D7555CDD67A71C3277F4A884BEBCF )
    • AllowList.canCall( _caller=0x9A4987a7ADA03Ca441A6E23dD6b4D5043D09d442, _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