ETH Price: $2,511.86 (-1.29%)

Transaction Decoder

Block:
22511044 at May-18-2025 04:24:59 PM +UTC
Transaction Fee:
0.000414926541434423 ETH $1.04
Gas Used:
140,711 Gas / 2.948785393 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x5360A0F9...B76b1A9fe
0.003348179676658605 Eth
Nonce: 1
0.002933253135224182 Eth
Nonce: 2
0.000414926541434423
(beaverbuild)
11.410654773466716725 Eth11.41082089128216514 Eth0.000166117815448415

Execution Trace

ZeroExProxy.proxiedSwap( msgData=0x2213BC0B0000000000000000000000005418226AF9C8D5D287A78FBBBCD337B86EC07D61000000000000000000000000967DA4048CD07AB37855C090AAF366E4CE1B9F4800000000000000000000000000000000000000000000000A8459E39AF8E8DFEF0000000000000000000000005418226AF9C8D5D287A78FBBBCD337B86EC07D6100000000000000000000000000000000000000000000000000000000000000A000000000000000000000000000000000000000000000000000000000000004A41FFF991F0000000000000000000000005360A0F986208F4CF48EB6EDF8E2DFDB76B1A9FE000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC20000000000000000000000000000000000000000000000000058E539A0777DF200000000000000000000000000000000000000000000000000000000000000A0E45733EE9C34F05B9E992AD72057350000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000300000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000180000000000000000000000000000000000000000000000000000000000000028000000000000000000000000000000000000000000000000000000000000000E4C1FB425E0000000000000000000000009B7DAD79FC16106B47A3DAB791F389C167E15EB0000000000000000000000000967DA4048CD07AB37855C090AAF366E4CE1B9F4800000000000000000000000000000000000000000000000A8459E39AF8E8DFEF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000682A0AEE00000000000000000000000000000000000000000000000000000000000000C000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C4103B48BE0000000000000000000000005418226AF9C8D5D287A78FBBBCD337B86EC07D61000000000000000000000000967DA4048CD07AB37855C090AAF366E4CE1B9F4800000000000000000000000000000000000000000000000000000000000000000000000000000000000000009B7DAD79FC16106B47A3DAB791F389C167E15EB00000000000000000000000000000000000000000000000000000000000001E01000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012438C9C147000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000000000000000000000000A000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2000000000000000000000000000000000000000000000000000000000000002400000000000000000000000000000000000000000000000000000000000000A00000000000000000000000000000000000000000000000000000000000000044A9059CBB000000000000000000000000AD01C20D5886137E056775AF56915DE824C8FCE50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, feeToken=0x967da4048cD07aB37855c090aAF366e4ce1b9F48, inputToken=0x967da4048cD07aB37855c090aAF366e4ce1b9F48, inputAmount=194004344677769732079, outputToken=0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, fee=2954380883417813178 )
  • OceanToken.transferFrom( _from=0x5360A0F986208f4cf48Eb6EDf8e2DfDB76b1A9fe, _to=0x382fFCe2287252F930E1C8DC9328dac5BF282bA1, _value=2954380883417813178 ) => ( True )
  • OceanToken.transferFrom( _from=0x5360A0F986208f4cf48Eb6EDf8e2DfDB76b1A9fe, _to=0xe66B31678d6C16E9ebf358268a790B763C133750, _value=194004344677769732079 ) => ( True )
  • OceanToken.allowance( owner=0xe66B31678d6C16E9ebf358268a790B763C133750, spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF ) => ( 0 )
  • OceanToken.allowance( owner=0xe66B31678d6C16E9ebf358268a790B763C133750, spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF ) => ( 0 )
  • OceanToken.approve( spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, value=194004344677769732079 ) => ( 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: OceanToken
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma solidity 0.5.3;
    /**
    * @title ERC20 interface
    * @dev see https://github.com/ethereum/EIPs/issues/20
    */
    interface IERC20 {
    function transfer(address to, uint256 value) external returns (bool);
    function approve(address spender, uint256 value) external returns (bool);
    function transferFrom(address from, address to, uint256 value) external returns (bool);
    function totalSupply() external view returns (uint256);
    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