ETH Price: $2,526.40 (-1.85%)

Transaction Decoder

Block:
15333349 at Aug-13-2022 12:14:11 PM +UTC
Transaction Fee:
0.00081291291286198 ETH $2.05
Gas Used:
74,596 Gas / 10.897540255 Gwei

Emitted Events:

50 OwnedUpgradabilityProxy.0x73ff7b101bcdc22f199e8e1dd9893170a683d6897be4f1086ca05705abb886ae( 0x73ff7b101bcdc22f199e8e1dd9893170a683d6897be4f1086ca05705abb886ae, 00000000000000000000000052d9ac072c5456d9547d73e5138b8395dbcb4614, 00000000000000000000000052d9ac072c5456d9547d73e5138b8395dbcb4614, 0000000000000000000000000000000000000000000000000000000000000000, 0000000000000000000000000000000000000000000000000000000000000000, 000000000000000000000000000000000000000000000000000150e0786cc000 )

Account State Difference:

  Address   Before After State Difference Code
0x0BABA1Ad...f948f1eA4
(Loopring: Exchange v2)
(Poolin 2)
1,598.992829207655518351 Eth1,598.993015697655518351 Eth0.00018649
0x52D9AC07...5DBCB4614
0.014591484161530295 Eth
Nonce: 102
0.013408171248668315 Eth
Nonce: 103
0.00118331291286198
0x674bdf20...e2d66Bd3f
(Loopring: Exchange v2 Deposit)
22,456.954903755420883724 Eth22,456.955274155420883724 Eth0.0003704

Execution Trace

ETH 0.0003704 OwnedUpgradabilityProxy.b1a417f4( )
  • ETH 0.0003704 ExchangeV3.deposit( from=0x52D9AC072C5456D9547d73e5138b8395DBCB4614, to=0x52D9AC072C5456D9547d73e5138b8395DBCB4614, tokenAddress=0x0000000000000000000000000000000000000000, amount=370400000000000, extraData=0x )
    • ETH 0.0003704 DefaultDepositContract.deposit( from=0x52D9AC072C5456D9547d73e5138b8395DBCB4614, token=0x0000000000000000000000000000000000000000, amount=370400000000000, 0x ) => ( amountReceived=370400000000000 )
      File 1 of 3: OwnedUpgradabilityProxy
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      // SPDX-License-Identifier: UNLICENSED
      // This code is taken from https://github.com/OpenZeppelin/openzeppelin-labs
      // with minor modifications.
      pragma solidity ^0.7.0;
      // This code is taken from https://github.com/OpenZeppelin/openzeppelin-labs
      // with minor modifications.
      // This code is taken from https://github.com/OpenZeppelin/openzeppelin-labs
      // with minor modifications.
      /**
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 2 of 3: ExchangeV3
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      // SPDX-License-Identifier: Apache-2.0
      pragma solidity ^0.7.0;
      pragma experimental ABIEncoderV2;
      // File: contracts/lib/AddressUtil.sol
      // Copyright 2017 Loopring Technology Limited.
      /// @title Utility Functions for addresses
      /// @author Daniel Wang - <daniel@loopring.org>
      /// @author Brecht Devos - <brecht@loopring.org>
      library AddressUtil
      {
      using AddressUtil for *;
      function isContract(
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 3 of 3: DefaultDepositContract
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      // SPDX-License-Identifier: Apache-2.0
      // Copyright 2017 Loopring Technology Limited.
      pragma solidity ^0.7.0;
      /// @title Ownable
      /// @author Brecht Devos - <brecht@loopring.org>
      /// @dev The Ownable contract has an owner address, and provides basic
      /// authorization control functions, this simplifies the implementation of
      /// "user permissions".
      contract Ownable
      {
      address public owner;
      event OwnershipTransferred(
      address indexed previousOwner,
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX