ETH Price: $2,562.96 (+2.49%)
Gas: 0.48 Gwei

Transaction Decoder

Block:
22512802 at May-18-2025 10:18:47 PM +UTC
Transaction Fee:
0.000119908884359564 ETH $0.31
Gas Used:
130,213 Gas / 0.920867228 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x168A6AfF...488b82A31
0.002932405930683614 Eth
Nonce: 5
0.00281249704632405 Eth
Nonce: 6
0.000119908884359564
(Titan Builder)
9.165195502192984227 Eth9.165218513030293288 Eth0.000023010837309061

Execution Trace

ZeroExProxy.proxiedSwap( msgData=0x2213BC0B0000000000000000000000005418226AF9C8D5D287A78FBBBCD337B86EC07D61000000000000000000000000044D078F1C86508E13328842CC75AC021B272958000000000000000000000000000000000000000000000000000000000F750B960000000000000000000000005418226AF9C8D5D287A78FBBBCD337B86EC07D6100000000000000000000000000000000000000000000000000000000000000A000000000000000000000000000000000000000000000000000000000000004A41FFF991F000000000000000000000000168A6AFFD693E1FDAC99D04C69F6D0A488B82A31000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC20000000000000000000000000000000000000000000000000077A971A78767D600000000000000000000000000000000000000000000000000000000000000A084D0992A0A40E60E5F4A20E62057350000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000028000000000000000000000000000000000000000000000000000000000000000E4C1FB425E00000000000000000000000087DB8F289902A99A4A2C0B9344FF19060BAB29B8000000000000000000000000044D078F1C86508E13328842CC75AC021B272958000000000000000000000000000000000000000000000000000000000F750B96000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000682A5DAF00000000000000000000000000000000000000000000000000000000000000C000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C4103B48BE0000000000000000000000005418226AF9C8D5D287A78FBBBCD337B86EC07D61000000000000000000000000044D078F1C86508E13328842CC75AC021B272958000000000000000000000000000000000000000000000000000000000000000000000000000000000000000087DB8F289902A99A4A2C0B9344FF19060BAB29B80000000000000000000000000000000000000000000000000000000000001E01000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012438C9C147000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000000000000000000000000A000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000A00000000000000000000000000000000000000000000000000000000000000044A9059CBB000000000000000000000000AD01C20D5886137E056775AF56915DE824C8FCE50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, feeToken=0x044d078F1c86508e13328842Cc75AC021B272958, inputToken=0x044d078F1c86508e13328842Cc75AC021B272958, inputAmount=259328918, outputToken=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, fee=3949171 )
  • WrappedPeercoin.transferFrom( sender=0x168A6AfFd693E1FDAc99D04C69f6D0a488b82A31, recipient=0x382fFCe2287252F930E1C8DC9328dac5BF282bA1, amount=3949171 ) => ( True )
  • WrappedPeercoin.transferFrom( sender=0x168A6AfFd693E1FDAc99D04C69f6D0a488b82A31, recipient=0xe66B31678d6C16E9ebf358268a790B763C133750, amount=259328918 ) => ( True )
  • WrappedPeercoin.allowance( owner=0xe66B31678d6C16E9ebf358268a790B763C133750, spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF ) => ( 0 )
  • WrappedPeercoin.allowance( owner=0xe66B31678d6C16E9ebf358268a790B763C133750, spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF ) => ( 0 )
  • WrappedPeercoin.approve( spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, amount=259328918 ) => ( 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: WrappedPeercoin
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.0;
    import "hardhat/console.sol";
    import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
    import '@openzeppelin/contracts/access/Ownable.sol';
    import "@openzeppelin/contracts/security/Pausable.sol";
    import "./Administrable.sol";
    contract WrappedPeercoin is ERC20, Ownable, Pausable, Administrable {
    uint32 fee = 10000;
    mapping(string => bool) usedExternalAddresses;
    constructor() ERC20("WrappedPeercoin", "wPPC") {}
    event WPPCBurned (
    address indexed from,
    address indexed to,
    uint256 tokens,
    string externalAddress
    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