ETH Price: $2,637.77 (+3.43%)
Gas: 3.15 Gwei

Transaction Decoder

Block:
16897678 at Mar-24-2023 01:32:47 PM +UTC
Transaction Fee:
0.004169991886325588 ETH $11.00
Gas Used:
118,732 Gas / 35.121044759 Gwei

Emitted Events:

240 DiamondProxy.0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382( 0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382, 0000000000000000000000000000000000000000000000000000000000000752, 91f30c51b807463cde5d0c539e0e09927455f4ede040ac28b6fc6424a2f9fb8c, 00000000000000000000000000000000000000000000000000000000641da67f, 00000000000000000000000000000000000000000000000000000000000000a0, 00000000000000000000000000000000000000000000000000000000000003a0, 00000000000000000000000000000000000000000000000000000000000000ff, 00000000000000000000000007f5813f95462da339f57e401e5cc12a7f602e50, 00000000000000000000000007f5813f95462da339f57e401e5cc12a7f602e50, 00000000000000000000000000000000000000000000000000000000000b31e0, 0000000000000000000000000000000000000000000000000000000000000320, 000000000000000000000000000000000000000000000000000000002c7bf91a, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000752, 000000000000000000000000000000000000000000000000002386f26fc10000, 0000000000000000000000000000000000000000000000000026bbe3b4b48580, 00000000000000000000000007f5813f95462da339f57e401e5cc12a7f602e50, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000260, 0000000000000000000000000000000000000000000000000000000000000280, 00000000000000000000000000000000000000000000000000000000000002a0, 00000000000000000000000000000000000000000000000000000000000002c0, 00000000000000000000000000000000000000000000000000000000000002e0, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
0x07F5813f...A7F602e50
0.021020433549108997 Eth
Nonce: 19
0.005947805884078641 Eth
Nonce: 20
0.015072627665030356
0x32400084...60a000324
(zkSync Era: Diamond Proxy)
782.592029763392364985 Eth782.602932399171069753 Eth0.010902635778704768
(builder0x69)
3.251051161967956333 Eth3.251229259967956333 Eth0.000178098

Execution Trace

ETH 0.010902635778704768 DiamondProxy.eb672419( )
  • ETH 0.010902635778704768 MailboxFacet.requestL2Transaction( _contractL2=0x07F5813f95462Da339F57e401e5cc12A7F602e50, _l2Value=10000000000000000, _calldata=0x, _l2GasLimit=733664, _l2GasPerPubdataByteLimit=800, _factoryDeps=[], _refundRecipient=0x07F5813f95462Da339F57e401e5cc12A7F602e50 ) => ( canonicalTxHash=91F30C51B807463CDE5D0C539E0E09927455F4EDE040AC28B6FC6424A2F9FB8C )
    • AllowList.canCall( _caller=0x07F5813f95462Da339F57e401e5cc12A7F602e50, _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