ETH Price: $2,792.72 (+6.37%)

Transaction Decoder

Block:
13398853 at Oct-11-2021 06:21:50 PM +UTC
Transaction Fee:
0.006554236202065185 ETH $18.30
Gas Used:
56,585 Gas / 115.829923161 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x2Fcc83BC...2405e1621 0.095212615175201183 Eth0.000000005175201183 Eth0.09521261
(Miner: 0xc8F...7C9)
5,131.972849314907496588 Eth5,131.973133897027287748 Eth0.00028458211979116
0xFBb1b73C...f520fBB98
(Bittrex)
9,992.148280909542159127 Eth
Nonce: 10655310
9,992.236939283340093942 Eth
Nonce: 10655311
0.088658373797934815

Execution Trace

UserWallet.sweep( _token=0x0000000000000000000000000000000000000000, _amount=95212610000000000 ) => ( True )
  • Controller.sweeperOf( _token=0x0000000000000000000000000000000000000000 ) => ( 0xb2233FCEC42c588Ee71A594d9A25AA695345426c )
  • DefaultSweeper.sweep( _token=0x0000000000000000000000000000000000000000, _amount=95212610000000000 ) => ( True )
    • Controller.CALL( )
    • Controller.CALL( )
    • Controller.CALL( )
    • Controller.CALL( )
    • ETH 0.09521261 Bittrex.CALL( )
    • Controller.logSweep( from=0x2Fcc83BC46cBf166622A8B90F0a982b2405e1621, to=0xFBb1b73C4f0BDa4f67dcA266ce6Ef42f520fBB98, token=0x0000000000000000000000000000000000000000, amount=95212610000000000 )
      File 1 of 3: UserWallet
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      pragma solidity ^0.4.10;
      // Copyright 2017 Bittrex
      contract AbstractSweeper {
      function sweep(address token, uint amount) returns (bool);
      function () { throw; }
      Controller controller;
      function AbstractSweeper(address _controller) {
      controller = Controller(_controller);
      }
      modifier canSweep() {
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 2 of 3: Controller
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      pragma solidity ^0.4.10;
      // Copyright 2017 Bittrex
      contract AbstractSweeper {
      function sweep(address token, uint amount) returns (bool);
      function () { throw; }
      Controller controller;
      function AbstractSweeper(address _controller) {
      controller = Controller(_controller);
      }
      modifier canSweep() {
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

      File 3 of 3: DefaultSweeper
      1
      2
      3
      4
      5
      6
      7
      8
      9
      10
      11
      12
      13
      14
      15
      16
      pragma solidity ^0.4.10;
      // Copyright 2017 Bittrex
      contract AbstractSweeper {
      function sweep(address token, uint amount) returns (bool);
      function () { throw; }
      Controller controller;
      function AbstractSweeper(address _controller) {
      controller = Controller(_controller);
      }
      modifier canSweep() {
      XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX