ETH Price: $3,884.72 (+3.19%)

Transaction Decoder

Block:
21936548 at Feb-27-2025 08:42:59 AM +UTC
Transaction Fee:
0.0001876366490265 ETH $0.73
Gas Used:
166,500 Gas / 1.126946841 Gwei

Emitted Events:

224 0xf3de3c0d654fda23dad170f0f320a92172509127.0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb( 0x7724394874fdd8ad13292ec739b441f85c6559f10dc4141b8d4c0fa4cbf55bdb, 0000000000000000000000000000000000000000000000000000000000000000 )
225 TetherToken.Transfer( from=[Sender] 0x6c24ef1e5f35f557fb197c8323508e418a4569bb, to=GSP, value=900898956 )
226 FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000b9a4406982d990648093c71eff9f1f63a040152e, 0x0000000000000000000000006c24ef1e5f35f557fb197c8323508e418a4569bb, 0000000000000000000000000000000000000000000000000000000035a8027c )
227 GSP.DODOSwap( fromToken=TetherToken, toToken=FiatTokenProxy, fromAmount=900898956, toAmount=900203132, trader=0x56bd269db96a089295d742351ba459fb0c279fe2, receiver=[Sender] 0x6c24ef1e5f35f557fb197c8323508e418a4569bb )
228 0xf3de3c0d654fda23dad170f0f320a92172509127.0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c( 0x1bb43f2da90e35f7b0cf38521ca95a49e68eb42fac49924930a5bd73cdf7576c, 000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7, 000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48, 0000000000000000000000006c24ef1e5f35f557fb197c8323508e418a4569bb, 0000000000000000000000000000000000000000000000000000000035b2a08c, 0000000000000000000000000000000000000000000000000000000035a8027c )

Account State Difference:

  Address   Before After State Difference Code
0x6c24Ef1E...18a4569BB
0.088112181840497663 Eth
Nonce: 130
0.087924545191471163 Eth
Nonce: 131
0.0001876366490265
(beaverbuild)
8.19950793184627009 Eth8.19959118184627009 Eth0.00008325
0xA0b86991...E3606eB48
0xB9A44069...3A040152e
0xdAC17F95...13D831ec7

Execution Trace

0xf3de3c0d654fda23dad170f0f320a92172509127.b80c2f09( )
  • FiatTokenProxy.70a08231( )
    • FiatTokenV2_2.balanceOf( account=0x6c24Ef1E5f35F557Fb197c8323508e418a4569BB ) => ( 5360000000 )
    • OKX: Dex Aggregator.0a5ea466( )
      • TokenApprove.claimTokens( _token=0xdAC17F958D2ee523a2206206994597C13D831ec7, _who=0x6c24Ef1E5f35F557Fb197c8323508e418a4569BB, _dest=0xB9A4406982D990648093C71eFF9F1f63A040152e, _amount=900898956 )
        • TetherToken.transferFrom( _from=0x6c24Ef1E5f35F557Fb197c8323508e418a4569BB, _to=0xB9A4406982D990648093C71eFF9F1f63A040152e, _value=900898956 )
        • 0x56bd269db96a089295d742351ba459fb0c279fe2.30e6ae31( )
          • GSP.sellBase( to=0x6c24Ef1E5f35F557Fb197c8323508e418a4569BB ) => ( receiveQuoteAmount=900203132 )
            • GSP.sellBase( to=0x6c24Ef1E5f35F557Fb197c8323508e418a4569BB ) => ( receiveQuoteAmount=900203132 )
              • TetherToken.balanceOf( who=0xB9A4406982D990648093C71eFF9F1f63A040152e ) => ( 2121216507137 )
              • FiatTokenProxy.a9059cbb( )
                • FiatTokenV2_2.transfer( to=0x6c24Ef1E5f35F557Fb197c8323508e418a4569BB, value=900203132 ) => ( True )
                • FiatTokenProxy.70a08231( )
                  • FiatTokenV2_2.balanceOf( account=0xB9A4406982D990648093C71eFF9F1f63A040152e ) => ( 401424356339 )
                  • FiatTokenProxy.70a08231( )
                    • FiatTokenV2_2.balanceOf( account=0xF3dE3C0d654FDa23daD170f0f320a92172509127 ) => ( 0 )
                    • FiatTokenProxy.70a08231( )
                      • FiatTokenV2_2.balanceOf( account=0x6c24Ef1E5f35F557Fb197c8323508e418a4569BB ) => ( 6260203132 )
                        File 1 of 6: GSP
                        1
                        2
                        3
                        4
                        5
                        6
                        7
                        8
                        9
                        10
                        11
                        12
                        13
                        14
                        15
                        16
                        /*
                        Copyright 2020 DODO ZOO.
                        SPDX-License-Identifier: Apache-2.0
                        */
                        pragma solidity 0.8.16;
                        import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
                        import {IERC20Metadata} from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
                        import {GSPTrader} from "./GSPTrader.sol";
                        import {GSPFunding} from "./GSPFunding.sol";
                        import {GSPVault} from "./GSPVault.sol";
                        /**
                        * @title DODO GasSavingPool
                        * @author DODO Breeder
                        *
                        * @notice DODO GasSavingPool initialization
                        */
                        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                        File 2 of 6: TetherToken
                        1
                        2
                        3
                        4
                        5
                        6
                        7
                        8
                        9
                        10
                        11
                        12
                        13
                        14
                        15
                        16
                        pragma solidity ^0.4.17;
                        /**
                        * @title SafeMath
                        * @dev Math operations with safety checks that throw on error
                        */
                        library SafeMath {
                        function mul(uint256 a, uint256 b) internal pure returns (uint256) {
                        if (a == 0) {
                        return 0;
                        }
                        uint256 c = a * b;
                        assert(c / a == b);
                        return c;
                        }
                        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                        File 3 of 6: 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 4 of 6: 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 5 of 6: TokenApprove
                        1
                        2
                        3
                        4
                        5
                        6
                        7
                        8
                        9
                        10
                        11
                        12
                        13
                        14
                        15
                        16
                        /**
                        *Submitted for verification at BscScan.com on 2023-06-26
                        */
                        // SPDX-License-Identifier: MIT
                        pragma solidity ^0.8.0;
                        // OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)
                        // OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
                        // OpenZeppelin Contracts v4.4.1 (proxy/utils/Initializable.sol)
                        // OpenZeppelin Contracts v4.4.1 (utils/Address.sol)
                        /**
                        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

                        File 6 of 6: GSP
                        1
                        2
                        3
                        4
                        5
                        6
                        7
                        8
                        9
                        10
                        11
                        12
                        13
                        14
                        15
                        16
                        /*
                        Copyright 2020 DODO ZOO.
                        SPDX-License-Identifier: Apache-2.0
                        */
                        pragma solidity 0.8.16;
                        import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
                        import {IERC20Metadata} from "@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol";
                        import {GSPTrader} from "./GSPTrader.sol";
                        import {GSPFunding} from "./GSPFunding.sol";
                        import {GSPVault} from "./GSPVault.sol";
                        /**
                        * @title DODO GasSavingPool
                        * @author DODO Breeder
                        *
                        * @notice DODO GasSavingPool initialization
                        */
                        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX