ETH Price: $2,990.13 (+7.34%)

Transaction Decoder

Block:
22723354 at Jun-17-2025 09:32:47 AM +UTC
Transaction Fee:
0.000680751210601462 ETH $2.04
Gas Used:
191,191 Gas / 3.560581882 Gwei

Account State Difference:

  Address   Before After State Difference Code
(beaverbuild)
11.043777678840545566 Eth11.044160060840545566 Eth0.000382382
0xC66F2bF0...eB0680699
0.797617535699331543 Eth
Nonce: 14894
0.796936784488730081 Eth
Nonce: 14895
0.000680751210601462

Execution Trace

ZeroEx.6af479b2( )
  • UniswapV3Feature.sellTokenForTokenToUniswapV3( encodedPath=0xC20059E0317DE91738D13AF027DFC4A50781B066000064A0B86991C6218B36C1D19D4A2E9EB0CE3606EB480001F4C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC2, sellAmount=81560987000000000000, minBuyAmount=2013912755239044, recipient=0x0000000000000000000000000000000000000000 ) => ( buyAmount=3963877391197344453575983046348115674221700746820753546331534351508065746944 )
    • UniswapV3Pool.swap( recipient=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, zeroForOne=False, amountSpecified=81560987000000000000, sqrtPriceLimitX96=1461446703485210103287273052203988822378723970341, data=0x000000000000000000000000C20059E0317DE91738D13AF027DFC4A50781B066000000000000000000000000A0B86991C6218B36C1D19D4A2E9EB0CE3606EB480000000000000000000000000000000000000000000000000000000000000064000000000000000000000000C66F2BF012061173AFD4643E0A312BFEB0680699 ) => ( amount0=-5094923, amount1=81560987000000000000 )
      • FiatTokenProxy.a9059cbb( )
        • FiatTokenV2_2.transfer( to=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, value=5094923 ) => ( True )
        • SDAO.balanceOf( 0x76665642F513aAf2A00bE05711A598F44e3970A7 ) => ( 1789335681574627656558650 )
        • ZeroEx.fa461e33( )
          • UniswapV3Feature.uniswapV3SwapCallback( amount0Delta=-5094923, amount1Delta=81560987000000000000, data=0x000000000000000000000000C20059E0317DE91738D13AF027DFC4A50781B066000000000000000000000000A0B86991C6218B36C1D19D4A2E9EB0CE3606EB480000000000000000000000000000000000000000000000000000000000000064000000000000000000000000C66F2BF012061173AFD4643E0A312BFEB0680699 )
            • SDAO.transferFrom( from=0xC66F2bF012061173AfD4643e0a312bfeB0680699, to=0x76665642F513aAf2A00bE05711A598F44e3970A7, value=81560987000000000000 ) => ( True )
            • SDAO.balanceOf( 0x76665642F513aAf2A00bE05711A598F44e3970A7 ) => ( 1789417242561627656558650 )
            • Uniswap V3: USDC 3.128acb08( )
              • WETH9.transfer( dst=0xC66F2bF012061173AfD4643e0a312bfeB0680699, wad=1979576452495293 ) => ( True )
              • FiatTokenProxy.70a08231( )
                • FiatTokenV2_2.balanceOf( account=0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640 ) => ( 70317274212269 )
                • ZeroEx.fa461e33( )
                  • UniswapV3Feature.uniswapV3SwapCallback( amount0Delta=5094923, amount1Delta=-1979576452495293, data=0x000000000000000000000000A0B86991C6218B36C1D19D4A2E9EB0CE3606EB48000000000000000000000000C02AAA39B223FE8D0A0E5C4F27EAD9083C756CC200000000000000000000000000000000000000000000000000000000000001F4000000000000000000000000DEF1C0DED9BEC7F1A1670819833240F027B25EFF )
                    • FiatTokenProxy.a9059cbb( )
                      • FiatTokenV2_2.transfer( to=0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640, value=5094923 ) => ( True )
                      • FiatTokenProxy.70a08231( )
                        • FiatTokenV2_2.balanceOf( account=0x88e6A0c2dDD26FEEb64F039a2c41296FcB3f5640 ) => ( 70317279307192 )
                          File 1 of 7: 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

                          File 2 of 7: UniswapV3Feature
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          // SPDX-License-Identifier: Apache-2.0
                          /*
                          Copyright 2023 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 <0.9;
                          interface IERC20Token {
                          event Transfer(address indexed from, address indexed to, uint256 value);
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 3 of 7: UniswapV3Pool
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          // SPDX-License-Identifier: BUSL-1.1
                          pragma solidity =0.7.6;
                          import './interfaces/IUniswapV3Pool.sol';
                          import './NoDelegateCall.sol';
                          import './libraries/LowGasSafeMath.sol';
                          import './libraries/SafeCast.sol';
                          import './libraries/Tick.sol';
                          import './libraries/TickBitmap.sol';
                          import './libraries/Position.sol';
                          import './libraries/Oracle.sol';
                          import './libraries/FullMath.sol';
                          import './libraries/FixedPoint128.sol';
                          import './libraries/TransferHelper.sol';
                          import './libraries/TickMath.sol';
                          import './libraries/LiquidityMath.sol';
                          import './libraries/SqrtPriceMath.sol';
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 4 of 7: FiatTokenProxy
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          pragma solidity ^0.4.24;
                          // File: zos-lib/contracts/upgradeability/Proxy.sol
                          /**
                          * @title Proxy
                          * @dev Implements delegation of calls to other contracts, with proper
                          * forwarding of return values and bubbling of failures.
                          * It defines a fallback function that delegates all calls to the address
                          * returned by the abstract _implementation() internal function.
                          */
                          contract Proxy {
                          /**
                          * @dev Fallback function.
                          * Implemented entirely in `_fallback`.
                          */
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 5 of 7: FiatTokenV2_2
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          /**
                          * SPDX-License-Identifier: Apache-2.0
                          *
                          * Copyright (c) 2023, Circle Internet Financial, LLC.
                          *
                          * 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.
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 6 of 7: SDAO
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          // SPDX-FileCopyrightText: © 2017, 2018, 2019 dbrock, rain, mrchico
                          // SPDX-FileCopyrightText: © 2023 Dai Foundation <www.daifoundation.org>
                          // SPDX-License-Identifier: AGPL-3.0-or-later
                          //
                          // This program is free software: you can redistribute it and/or modify
                          // it under the terms of the GNU Affero 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 Affero General Public License for more details.
                          //
                          // You should have received a copy of the GNU Affero General Public License
                          // along with this program. If not, see <https://www.gnu.org/licenses/>.
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                          File 7 of 7: WETH9
                          1
                          2
                          3
                          4
                          5
                          6
                          7
                          8
                          9
                          10
                          11
                          12
                          13
                          14
                          15
                          16
                          // 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;
                          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX