Transaction Hash:
Block:
17420816 at Jun-06-2023 10:27:23 AM +UTC
Transaction Fee:
0.00271687754636112 ETH
$7.09
Gas Used:
137,184 Gas / 19.804624055 Gwei
Emitted Events:
118 |
WETH9.Deposit( dst=ZeroEx, wad=351871654813906640 )
|
119 |
WETH9.Transfer( src=ZeroEx, dst=UniswapV2Pair, wad=351871654813906640 )
|
120 |
Icy.Transfer( from=UniswapV2Pair, to=[Receiver] ZeroExProxy, value=47552787949476277 )
|
121 |
UniswapV2Pair.Sync( reserve0=16081703922719992804, reserve1=118993068679779681556 )
|
122 |
UniswapV2Pair.Swap( sender=ZeroEx, amount0In=0, amount1In=351871654813906640, amount0Out=47552787949476277, amount1Out=0, to=[Receiver] ZeroExProxy )
|
123 |
Icy.Transfer( from=[Receiver] ZeroExProxy, to=[Sender] 0x625cfb2609bb2244ba3847fdca85b6e8ac1fe487, value=47552787949476277 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 282.819362931107182092 Eth | 282.819637299107182092 Eth | 0.000274368 | |
0x625CFB26...8Ac1Fe487 |
0.362177265313781906 Eth
Nonce: 269
|
0.007588732953514146 Eth
Nonce: 270
| 0.35458853236026776 | ||
0xA876f27F...4a90E6457 | |||||
0xC02aaA39...83C756Cc2 | 3,353,088.987664201648424005 Eth | 3,353,089.339535856462330645 Eth | 0.35187165481390664 | ||
0xeAabB2eE...fF8f0C37B |
Execution Trace
ETH 0.35187165481390664
ZeroExProxy.proxiedSwap( msgData=0xD9627AA4000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000004E21967DFB636D000000000000000000000000000000000000000000000000000A3DF89D6CB347400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE000000000000000000000000A876F27F13A9EB6E621202CEFDD5AFC4A90E6457869584CD000000000000000000000000382FFCE2287252F930E1C8DC9328DAC5BF282BA10000000000000000000000000000000000000000000000361EA5779A647F09FB, feeToken=0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE, inputToken=0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE, inputAmount=351871654813906640, outputToken=0xA876f27F13A9eB6E621202cEFDD5AFc4a90E6457, fee=0 )
ETH 0.35187165481390664
ZeroEx.d9627aa4( )
ETH 0.35187165481390664
UniswapFeature.sellToUniswap( tokens=[0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE, 0xA876f27F13A9eB6E621202cEFDD5AFc4a90E6457], sellAmount=351871654813906640, minBuyAmount=46126204310991988, isSushi=False ) => ( buyAmount=47552787949476277 )
-
Icy.balanceOf( account=0xe66B31678d6C16E9ebf358268a790B763C133750 ) => ( 47552787949476277 )
-
Icy.transfer( recipient=0x625CFB2609Bb2244bA3847FDCa85B6e8Ac1Fe487, amount=47552787949476277 ) => ( True )
proxiedSwap[ZeroExProxy (ln:70)]
_payFees[ZeroExProxy (ln:78)]
_sendETH[ZeroExProxy (ln:167)]
_sendERC20[ZeroExProxy (ln:169)]
safeTransferFrom[ZeroExProxy (ln:179)]
add[ZeroExProxy (ln:82)]
_sendERC20[ZeroExProxy (ln:90)]
safeTransferFrom[ZeroExProxy (ln:179)]
allowance[ZeroExProxy (ln:91)]
safeIncreaseAllowance[ZeroExProxy (ln:93)]
sub[ZeroExProxy (ln:93)]
call[ZeroExProxy (ln:96)]
_revertWithData[ZeroExProxy (ln:98)]
_sendETH[ZeroExProxy (ln:102)]
_revertWithData[ZeroExProxy (ln:104)]
balanceOf[ZeroExProxy (ln:107)]
safeTransfer[ZeroExProxy (ln:109)]
_revertWithData[ZeroExProxy (ln:111)]
_returnWithData[ZeroExProxy (ln:114)]
File 1 of 6: ZeroExProxy
File 2 of 6: WETH9
File 3 of 6: ZeroEx
File 4 of 6: UniswapV2Pair
File 5 of 6: Icy
File 6 of 6: UniswapFeature
12345678910111213141516// SPDX-License-Identifier: GPL-3.0pragma solidity 0.6.12;interface IZeroEx {function getFunctionImplementation(bytes4 _signature) external returns (address);}// SPDX-License-Identifier: GPL-3.0pragma 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 delegationcontract ZeroExProxy is Ownable {
File 2 of 6: WETH9
12345678910111213141516// Copyright (C) 2015, 2016, 2017 Dapphub// This program is free software: you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation, either version 3 of the License, or// (at your option) any later version.// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the// GNU General Public License for more details.// You should have received a copy of the GNU General Public License// along with this program. If not, see <http://www.gnu.org/licenses/>.pragma solidity ^0.4.18;
File 3 of 6: ZeroEx
12345678910111213141516/*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 athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed 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 andlimitations under the License.*/pragma solidity ^0.6.5;pragma experimental ABIEncoderV2;import "@0x/contracts-utils/contracts/src/v06/LibBytesV06.sol";import "./migrations/LibBootstrap.sol";
File 4 of 6: UniswapV2Pair
12345678910111213141516// File: contracts/interfaces/IUniswapV2Pair.solpragma solidity >=0.5.0;interface IUniswapV2Pair {event Approval(address indexed owner, address indexed spender, uint value);event Transfer(address indexed from, address indexed to, uint value);function name() external pure returns (string memory);function symbol() external pure returns (string memory);function decimals() external pure returns (uint8);function totalSupply() external view returns (uint);function balanceOf(address owner) external view returns (uint);function allowance(address owner, address spender) external view returns (uint);function approve(address spender, uint value) external returns (bool);
File 5 of 6: Icy
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts v4.4.1 (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.*/
File 6 of 6: UniswapFeature
12345678910111213141516// SPDX-License-Identifier: Apache-2.0/*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 athttp://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed 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 andlimitations under the License.*/pragma solidity ^0.6.5;pragma experimental ABIEncoderV2;import "@0x/contracts-erc20/contracts/src/v06/IERC20TokenV06.sol";