ETH Price: $2,580.89 (+1.00%)
Gas: 0.45 Gwei

Transaction Decoder

Block:
22235434 at Apr-10-2025 02:08:23 AM +UTC
Transaction Fee:
0.000100422064725669 ETH $0.26
Gas Used:
134,307 Gas / 0.747705367 Gwei

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
13.232961362082701846 Eth13.23299369982000485 Eth0.000032337737303004
0xf5cd38b1...0cdD48147
0.001208736589888775 Eth
Nonce: 5
0.001108314525163106 Eth
Nonce: 6
0.000100422064725669

Execution Trace

ZeroExProxy.proxiedSwap( msgData=0x2213BC0B0000000000000000000000000D0E364AA7852291883C162B22D6D81F6355428F000000000000000000000000FB130D93E49DCA13264344966A611DC79A456BC50000000000000000000000000000000000000001565BEA91BE915FA095E63D000000000000000000000000000D0E364AA7852291883C162B22D6D81F6355428F00000000000000000000000000000000000000000000000000000000000000A000000000000000000000000000000000000000000000000000000000000004A41FFF991F000000000000000000000000F5CD38B145419FD033FEA9B0734BE970CDD48147000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000000000000E82D530C9651C00000000000000000000000000000000000000000000000000000000000000A0E2D8DA46F54EB03F51433DEE2057350000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000028000000000000000000000000000000000000000000000000000000000000000E4C1FB425E0000000000000000000000006060AD7B2ABB5716ADC82C669353E5C5F3B9FB4D000000000000000000000000FB130D93E49DCA13264344966A611DC79A456BC50000000000000000000000000000000000000001565BEA91BE915FA095E63D0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000067F7292E00000000000000000000000000000000000000000000000000000000000000C000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C4103B48BE0000000000000000000000000D0E364AA7852291883C162B22D6D81F6355428F000000000000000000000000FB130D93E49DCA13264344966A611DC79A456BC500000000000000000000000000000000000000000000000000000000000000000000000000000000000000006060AD7B2ABB5716ADC82C669353E5C5F3B9FB4D0000000000000000000000000000000000000000000000000000000000001E00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012438C9C147000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000000000000000000000000A000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000A00000000000000000000000000000000000000000000000000000000000000044A9059CBB000000000000000000000000AD01C20D5886137E056775AF56915DE824C8FCE50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, feeToken=0xfb130d93E49DcA13264344966A611dc79a456Bc5, inputToken=0xfb130d93E49DcA13264344966A611dc79a456Bc5, inputAmount=105954993330751688825782025472, outputToken=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, fee=1613527817219568865367236608 )
  • DOGEGF.transferFrom( sender=0xf5cd38b145419Fd033FEa9B0734BE970cdD48147, recipient=0x382fFCe2287252F930E1C8DC9328dac5BF282bA1, amount=1613527817219568865367236608 ) => ( True )
  • DOGEGF.transferFrom( sender=0xf5cd38b145419Fd033FEa9B0734BE970cdD48147, recipient=0xe66B31678d6C16E9ebf358268a790B763C133750, amount=105954993330751688825782025472 ) => ( True )
  • DOGEGF.allowance( owner=0xe66B31678d6C16E9ebf358268a790B763C133750, spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF ) => ( 0 )
  • DOGEGF.allowance( owner=0xe66B31678d6C16E9ebf358268a790B763C133750, spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF ) => ( 0 )
  • DOGEGF.approve( spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, amount=105954993330751688825782025472 ) => ( True )
  • ZeroEx.2213bc0b( )
    File 1 of 3: ZeroExProxy
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: GPL-3.0
    pragma solidity 0.6.12;
    interface IZeroEx {
    function getFunctionImplementation(bytes4 _signature) external returns (address);
    }// SPDX-License-Identifier: GPL-3.0
    pragma solidity 0.6.12;
    pragma experimental ABIEncoderV2;
    import "./IZeroEx.sol";
    import "@0x/contracts-utils/contracts/src/v06/LibBytesV06.sol";
    import "@0x/contracts-zero-ex/contracts/src/errors/LibProxyRichErrors.sol";
    import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
    import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol";
    import "@openzeppelin/contracts/access/Ownable.sol";
    /// @title Coinbase proxy contract for 0x proxy
    /// @dev A generic proxy contract which extracts a fee before delegation
    contract ZeroExProxy is Ownable {
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 3: DOGEGF
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: Unlicensed
    pragma solidity ^0.8.0;
    /**
    * @dev Interface of the ERC20 standard as defined in the EIP.
    */
    interface IERC20 {
    /**
    * @dev Returns the amount of tokens in existence.
    */
    function totalSupply() external view returns (uint256);
    /**
    * @dev Returns the amount of tokens owned by `account`.
    */
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 3 of 3: ZeroEx
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    /*
    Copyright 2020 ZeroEx Intl.
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    pragma solidity ^0.6.5;
    pragma experimental ABIEncoderV2;
    import "@0x/contracts-utils/contracts/src/v06/LibBytesV06.sol";
    import "./migrations/LibBootstrap.sol";
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX