ETH Price: $3,594.05 (+1.28%)
Gas: 0.49 Gwei

Transaction Decoder

Block:
13749068 at Dec-06-2021 12:09:30 AM +UTC
Transaction Fee:
0.05775 ETH $207.56
Gas Used:
550,000 Gas / 105 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Hiveon Pool)
9,187.601506179787430454 Eth9,187.603523551066430454 Eth0.002017371279
0x39F6a6C8...c374F2bA3
(WhiteBIT)
179.538482270879760049 Eth
Nonce: 365992
179.480732270879760049 Eth
Nonce: 365993
0.05775

Execution Trace

KishimotoInu.transferFrom( sender=0x2df59FDD9Ea3A2DE34A2163dB7102eeb97ddbB3e, recipient=0x39F6a6C85d39d5ABAd8A398310c52E7c374F2bA3, amount=3142271395610059166384 )
  • UniswapV2Router02.STATICCALL( )
  • UniswapV2Router02.swapExactTokensForETHSupportingFeeOnTransferTokens( amountIn=212147484207172167864, amountOutMin=0, path=[0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2], to=0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65, deadline=1638749370 )
    • KishimotoInu.transferFrom( sender=0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65, recipient=0xdF42388059692150d0A9De836E4171c7B9c09CBf, amount=212147484207172167864 ) => ( True )
    • UniswapV2Pair.STATICCALL( )
    • KishimotoInu.balanceOf( account=0xdF42388059692150d0A9De836E4171c7B9c09CBf ) => ( 4983205914291381081132869 )
    • UniswapV2Pair.swap( amount0Out=25195598779969977, amount1Out=0, to=0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, data=0x )
      • WETH9.transfer( dst=0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, wad=25195598779969977 ) => ( True )
      • WETH9.balanceOf( 0xdF42388059692150d0A9De836E4171c7B9c09CBf ) => ( 583488052984033240912 )
      • KishimotoInu.balanceOf( account=0xdF42388059692150d0A9De836E4171c7B9c09CBf ) => ( 4983205914291381081132869 )
      • WETH9.balanceOf( 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D ) => ( 25195598779969977 )
      • WETH9.withdraw( wad=25195598779969977 )
        • ETH 0.025195598779969977 UniswapV2Router02.CALL( )
        • ETH 0.025195598779969977 KishimotoInu.CALL( )
        • ETH 0.008398532926656659 Kishimoto: Deployer.CALL( )
        • ETH 0.008398532926656659 Kishimoto: Deployer.CALL( )
        • ETH 0.008398532926656659 UniswapV2Router02.addLiquidityETH( token=0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65, amountTokenDesired=70715828069057389289, amountTokenMin=0, amountETHMin=0, to=0xB51dC74106d857ab8CB2b93f028ef017e4b1c264, deadline=1638749370 ) => ( amountToken=70715828069057389289, amountETH=8280179776804474, liquidity=706430490444093902 )
          • UniswapV2Factory.getPair( 0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2 ) => ( 0xdF42388059692150d0A9De836E4171c7B9c09CBf )
          • UniswapV2Pair.STATICCALL( )
          • KishimotoInu.transferFrom( sender=0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65, recipient=0xdF42388059692150d0A9De836E4171c7B9c09CBf, amount=70715828069057389289 ) => ( True )
          • ETH 0.008280179776804474 WETH9.CALL( )
          • WETH9.transfer( dst=0xdF42388059692150d0A9De836E4171c7B9c09CBf, wad=8280179776804474 ) => ( True )
          • UniswapV2Pair.mint( to=0xB51dC74106d857ab8CB2b93f028ef017e4b1c264 ) => ( liquidity=706430490444093902 )
            • WETH9.balanceOf( 0xdF42388059692150d0A9De836E4171c7B9c09CBf ) => ( 583496333163810045386 )
            • KishimotoInu.balanceOf( account=0xdF42388059692150d0A9De836E4171c7B9c09CBf ) => ( 4983276630119450138522158 )
            • UniswapV2Factory.STATICCALL( )
            • ETH 0.000118353149852185 KishimotoInu.CALL( )
              transferFrom[KishimotoInu (ln:855)]
              File 1 of 5: KishimotoInu
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              //SPDX-License-Identifier: MIT
              pragma solidity ^0.6.12;
              abstract contract Context {
              function _msgSender() internal view virtual returns (address payable) {
              return msg.sender;
              }
              function _msgData() internal view virtual returns (bytes memory) {
              this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
              return msg.data;
              }
              }
              /**
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 2 of 5: UniswapV2Router02
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              pragma solidity =0.6.6;
              interface IUniswapV2Factory {
              event PairCreated(address indexed token0, address indexed token1, address pair, uint);
              function feeTo() external view returns (address);
              function feeToSetter() external view returns (address);
              function getPair(address tokenA, address tokenB) external view returns (address pair);
              function allPairs(uint) external view returns (address pair);
              function allPairsLength() external view returns (uint);
              function createPair(address tokenA, address tokenB) external returns (address pair);
              function setFeeTo(address) external;
              function setFeeToSetter(address) external;
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 3 of 5: UniswapV2Pair
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              // File: contracts/interfaces/IUniswapV2Pair.sol
              pragma 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);
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

              File 4 of 5: 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

              File 5 of 5: UniswapV2Factory
              1
              2
              3
              4
              5
              6
              7
              8
              9
              10
              11
              12
              13
              14
              15
              16
              pragma solidity =0.5.16;
              interface IUniswapV2Factory {
              event PairCreated(address indexed token0, address indexed token1, address pair, uint);
              function feeTo() external view returns (address);
              function feeToSetter() external view returns (address);
              function getPair(address tokenA, address tokenB) external view returns (address pair);
              function allPairs(uint) external view returns (address pair);
              function allPairsLength() external view returns (uint);
              function createPair(address tokenA, address tokenB) external returns (address pair);
              function setFeeTo(address) external;
              function setFeeToSetter(address) external;
              XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX