ETH Price: $2,535.86 (-0.82%)
Gas: 0.41 Gwei

Transaction Decoder

Block:
17810371 at Jul-31-2023 03:41:35 AM +UTC
Transaction Fee:
0.001791940482133202 ETH $4.54
Gas Used:
118,078 Gas / 15.175904759 Gwei

Emitted Events:

114 DiamondProxy.0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382( 0x4531cd5795773d7101c17bdeb9f5ab7f47d7056017506f937083be5d6e77a382, 00000000000000000000000000000000000000000000000000000000001a73a2, 7410cd088e7b00297057e749e5bc7605423b06c1616bd0d559ff163f73ede377, 0000000000000000000000000000000000000000000000000000000064c72d6f, 00000000000000000000000000000000000000000000000000000000000000a0, 00000000000000000000000000000000000000000000000000000000000003a0, 00000000000000000000000000000000000000000000000000000000000000ff, 000000000000000000000000b2cc9b9bc2bd4a88e7c23d8ee64ac6d1af97ea20, 000000000000000000000000b2cc9b9bc2bd4a88e7c23d8ee64ac6d1af97ea20, 00000000000000000000000000000000000000000000000000000000000b052d, 0000000000000000000000000000000000000000000000000000000000000320, 000000000000000000000000000000000000000000000000000000001dcd6500, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 00000000000000000000000000000000000000000000000000000000001a73a2, 000000000000000000000000000000000000000000000000003ef0319f2a6c0d, 0000000000000000000000000000000000000000000000000040389f363e2d0d, 000000000000000000000000b2cc9b9bc2bd4a88e7c23d8ee64ac6d1af97ea20, 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)
161,502.068118156790637002 Eth161,502.086194811761118935 Eth0.018076654970481933
(Faith Builder)
3.031540859841240347 Eth3.031717976841240347 Eth0.000177117
0xB2CC9B9B...1Af97EA20
0.02201395731492479 Eth
Nonce: 13
0.002145361862309655 Eth
Nonce: 14
0.019868595452615135

Execution Trace

ETH 0.018076654970481933 DiamondProxy.eb672419( )
  • ETH 0.018076654970481933 MailboxFacet.requestL2Transaction( _contractL2=0xB2CC9B9Bc2bd4A88E7c23d8eE64AC6D1Af97EA20, _l2Value=17715544470481933, _calldata=0x, _l2GasLimit=722221, _l2GasPerPubdataByteLimit=800, _factoryDeps=[], _refundRecipient=0xB2CC9B9Bc2bd4A88E7c23d8eE64AC6D1Af97EA20 ) => ( canonicalTxHash=7410CD088E7B00297057E749E5BC7605423B06C1616BD0D559FF163F73EDE377 )
    • AllowList.canCall( _caller=0xB2CC9B9Bc2bd4A88E7c23d8eE64AC6D1Af97EA20, _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