Transaction Hash:
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:
185 |
Controller.LogSweep( from=[Receiver] UserWallet, to=[Sender] 0xfbb1b73c4f0bda4f67dca266ce6ef42f520fbb98, token=0x00000000...000000000, amount=95212610000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x2Fcc83BC...2405e1621 | 0.095212615175201183 Eth | 0.000000005175201183 Eth | 0.09521261 | ||
0xc8F595E2...25223b7C9
Miner
| (Miner: 0xc8F...7C9) | 5,131.972849314907496588 Eth | 5,131.973133897027287748 Eth | 0.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 )
-
sweep[UserWallet (ln:85)]
delegatecall[UserWallet (ln:88)]
sweeperOf[UserWallet (ln:88)]
File 1 of 3: UserWallet
File 2 of 3: Controller
File 3 of 3: DefaultSweeper
12345678910111213141516pragma solidity ^0.4.10;// Copyright 2017 Bittrexcontract AbstractSweeper {function sweep(address token, uint amount) returns (bool);function () { throw; }Controller controller;function AbstractSweeper(address _controller) {controller = Controller(_controller);}modifier canSweep() {
File 2 of 3: Controller
12345678910111213141516pragma solidity ^0.4.10;// Copyright 2017 Bittrexcontract AbstractSweeper {function sweep(address token, uint amount) returns (bool);function () { throw; }Controller controller;function AbstractSweeper(address _controller) {controller = Controller(_controller);}modifier canSweep() {
File 3 of 3: DefaultSweeper
12345678910111213141516pragma solidity ^0.4.10;// Copyright 2017 Bittrexcontract AbstractSweeper {function sweep(address token, uint amount) returns (bool);function () { throw; }Controller controller;function AbstractSweeper(address _controller) {controller = Controller(_controller);}modifier canSweep() {