Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
Latest 25 from a total of 419 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Sweep All | 16127871 | 1189 days ago | IN | 0 ETH | 0.00077475 | ||||
| Sweep All | 15555170 | 1270 days ago | IN | 0 ETH | 0.00022512 | ||||
| Transfer | 15548497 | 1270 days ago | IN | 0.0846617 ETH | 0.0001668 | ||||
| Transfer | 15546547 | 1271 days ago | IN | 0.95468965 ETH | 0.00025556 | ||||
| Transfer | 15519801 | 1275 days ago | IN | 0.22161625 ETH | 0.00023819 | ||||
| Transfer | 15470489 | 1283 days ago | IN | 0.20756647 ETH | 0.00012454 | ||||
| Sweep All | 15469805 | 1283 days ago | IN | 0 ETH | 0.00017973 | ||||
| Transfer | 15443218 | 1287 days ago | IN | 1.01047975 ETH | 0.00020243 | ||||
| Transfer | 15420338 | 1291 days ago | IN | 0.21976879 ETH | 0.00019935 | ||||
| Transfer | 15370500 | 1299 days ago | IN | 0.21076503 ETH | 0.00025651 | ||||
| Sweep All | 15352539 | 1302 days ago | IN | 0 ETH | 0.00032498 | ||||
| Transfer | 15351846 | 1302 days ago | IN | 1.00008521 ETH | 0.00013889 | ||||
| Transfer | 15319580 | 1307 days ago | IN | 0.20802471 ETH | 0.00035526 | ||||
| Transfer | 15268409 | 1315 days ago | IN | 0.21122613 ETH | 0.00009061 | ||||
| Sweep All | 15247395 | 1318 days ago | IN | 0 ETH | 0.00016838 | ||||
| Transfer | 15240319 | 1319 days ago | IN | 0.54035271 ETH | 0.00019157 | ||||
| Transfer | 15217169 | 1323 days ago | IN | 0.20891376 ETH | 0.00031731 | ||||
| Sweep All | 15177643 | 1329 days ago | IN | 0 ETH | 0.00047495 | ||||
| Transfer | 15173780 | 1330 days ago | IN | 1.00225587 ETH | 0.00083948 | ||||
| Transfer | 15165404 | 1331 days ago | IN | 0.21448281 ETH | 0.00034655 | ||||
| Transfer | 15113569 | 1339 days ago | IN | 0.22575567 ETH | 0.00023181 | ||||
| Sweep All | 15113154 | 1339 days ago | IN | 0 ETH | 0.00032502 | ||||
| Transfer | 15078429 | 1344 days ago | IN | 0.64156711 ETH | 0.0002691 | ||||
| Transfer | 15062060 | 1347 days ago | IN | 0.21616254 ETH | 0.00038795 | ||||
| Sweep All | 15022115 | 1354 days ago | IN | 0 ETH | 0.0006832 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 15555170 | 1270 days ago | 1.46853407 ETH | ||||
| Transfer | 15469805 | 1283 days ago | 1.44101358 ETH | ||||
| Transfer | 15352539 | 1302 days ago | 1.41933606 ETH | ||||
| Transfer | 15247395 | 1318 days ago | 0.74926648 ETH | ||||
| Transfer | 15177643 | 1329 days ago | 1.44249437 ETH | ||||
| Transfer | 15113154 | 1339 days ago | 0.85772965 ETH | ||||
| Transfer | 15022115 | 1354 days ago | 1.20368036 ETH | ||||
| - | 14976728 | 1362 days ago | 1.239347 ETH | ||||
| - | 14864264 | 1381 days ago | 1.0223589 ETH | ||||
| - | 14785625 | 1394 days ago | 1.34571953 ETH | ||||
| - | 14670839 | 1412 days ago | 1.58399457 ETH | ||||
| - | 14587840 | 1425 days ago | 1.48734737 ETH | ||||
| - | 14504823 | 1438 days ago | 1.6919037 ETH | ||||
| - | 14420884 | 1451 days ago | 2.52190242 ETH | ||||
| - | 14345003 | 1463 days ago | 2.07668075 ETH | ||||
| - | 14208428 | 1484 days ago | 1.65059926 ETH | ||||
| - | 14133160 | 1496 days ago | 2.31907811 ETH | ||||
| - | 14096193 | 1501 days ago | 0.94787151 ETH | ||||
| - | 14002912 | 1516 days ago | 2.42994203 ETH | ||||
| - | 13917715 | 1529 days ago | 1.75154579 ETH | ||||
| - | 13841266 | 1541 days ago | 1.42163157 ETH | ||||
| - | 13811925 | 1545 days ago | 1.86859875 ETH | ||||
| - | 13717702 | 1560 days ago | 1.3751232 ETH | ||||
| - | 13668802 | 1568 days ago | 1.78773267 ETH | ||||
| - | 13584299 | 1581 days ago | 1.71033623 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0xF2f313A4...Fd1BF0dA9 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
UserWallet
Compiler Version
v0.4.24+commit.e67f0147
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2021-02-27
*/
pragma solidity ^0.4.24;
contract AbstractSweeper {
function sweepAll(address token) public returns (bool);
function() public { revert(); }
Controller controller;
constructor(address _controller) public {
controller = Controller(_controller);
}
modifier canSweep() {
if(msg.sender != controller.authorizedCaller() && msg.sender != controller.owner()){ revert(); }
if(controller.halted()){ revert(); }
_;
}
}
contract Token {
function balanceOf(address a) public pure returns (uint) {
(a);
return 0;
}
function transfer(address a, uint val) public pure returns (bool) {
(a);
(val);
return false;
}
}
contract DefaultSweeper is AbstractSweeper {
constructor(address controller) AbstractSweeper(controller) public { }
function sweepAll(address _token) public canSweep returns (bool) {
bool success = false;
address destination = controller.destination();
if(_token != address(0)){
Token token = Token(_token);
success = token.transfer(destination, token.balanceOf(this));
}else{
success = destination.send(address(this).balance);
}
return success;
}
}
contract UserWallet {
AbstractSweeperList sweeperList;
constructor(address _sweeperlist) public {
sweeperList = AbstractSweeperList(_sweeperlist);
}
function() public payable { }
function tokenFallback(address _from, uint _value, bytes _data) public pure {
(_from);
(_value);
(_data);
}
function sweepAll(address _token) public returns (bool) {
return sweeperList.sweeperOf(_token).delegatecall(msg.data);
}
}
contract AbstractSweeperList {
function sweeperOf(address _token) public returns (address);
}
contract Controller is AbstractSweeperList {
address public owner;
address public authorizedCaller;
address public destination;
bool public halted;
event NewWalletCreated(address receiver);
modifier onlyOwner() {
if(msg.sender != owner){ revert(); }
_;
}
modifier onlyAuthorizedCaller() {
if(msg.sender != authorizedCaller){ revert(); }
_;
}
modifier onlyAdmins() {
if(msg.sender != authorizedCaller && msg.sender != owner){ revert(); }
_;
}
constructor() public {
owner = msg.sender;
destination = msg.sender;
authorizedCaller = msg.sender;
}
function setAuthorizedCaller(address _newCaller) public onlyOwner {
authorizedCaller = _newCaller;
}
function setDestination(address _dest) public onlyOwner {
destination = _dest;
}
function setOwner(address _owner) public onlyOwner {
owner = _owner;
}
function newWallet() public onlyAdmins returns (address wallet) {
wallet = address(new UserWallet(this));
emit NewWalletCreated(wallet);
}
function halt() public onlyAdmins {
halted = true;
}
function start() public onlyOwner {
halted = false;
}
address public defaultSweeper = address(new DefaultSweeper(this));
mapping (address => address) sweepers;
function addSweeper(address _token, address _sweeper) public onlyOwner {
sweepers[_token] = _sweeper;
}
function sweeperOf(address _token) public returns (address) {
address sweeper = sweepers[_token];
if(sweeper == 0){ sweeper = defaultSweeper; }
return sweeper;
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"constant":true,"inputs":[{"name":"_from","type":"address"},{"name":"_value","type":"uint256"},{"name":"_data","type":"bytes"}],"name":"tokenFallback","outputs":[],"payable":false,"stateMutability":"pure","type":"function"},{"constant":false,"inputs":[{"name":"_token","type":"address"}],"name":"sweepAll","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[{"name":"_sweeperlist","type":"address"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"payable":true,"stateMutability":"payable","type":"fallback"}]Contract Creation Code
0x608060405234801561001057600080fd5b5060405160208061026e833981016040525160008054600160a060020a03909216600160a060020a031990921691909117905561021c806100526000396000f30060806040526004361061004b5763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663c0ee0b8a811461004d578063c18cfe86146100c3575b005b34801561005957600080fd5b50604080516020600460443581810135601f810184900484028501840190955284845261004b94823573ffffffffffffffffffffffffffffffffffffffff169460248035953695946064949201919081908401838280828437509497506101059650505050505050565b3480156100cf57600080fd5b506100f173ffffffffffffffffffffffffffffffffffffffff6004351661010a565b604080519115158252519081900360200190f35b505050565b60008054604080517f3c18d31800000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff858116600483015291519190921691633c18d31891602480830192602092919082900301818787803b15801561017f57600080fd5b505af1158015610193573d6000803e3d6000fd5b505050506040513d60208110156101a957600080fd5b505160405173ffffffffffffffffffffffffffffffffffffffff90911690600090369080838380828437820191505092505050600060405180830381855af49493505050505600a165627a7a72305820ec90d4e55fb69f839fa555767145d6ac7a8f1aa98ed098b09c220c4a34f02ba100290000000000000000000000007142eb34d2220152dedc5868745079bc6ffa0fdd
Deployed Bytecode
0x60806040526004361061004b5763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663c0ee0b8a811461004d578063c18cfe86146100c3575b005b34801561005957600080fd5b50604080516020600460443581810135601f810184900484028501840190955284845261004b94823573ffffffffffffffffffffffffffffffffffffffff169460248035953695946064949201919081908401838280828437509497506101059650505050505050565b3480156100cf57600080fd5b506100f173ffffffffffffffffffffffffffffffffffffffff6004351661010a565b604080519115158252519081900360200190f35b505050565b60008054604080517f3c18d31800000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff858116600483015291519190921691633c18d31891602480830192602092919082900301818787803b15801561017f57600080fd5b505af1158015610193573d6000803e3d6000fd5b505050506040513d60208110156101a957600080fd5b505160405173ffffffffffffffffffffffffffffffffffffffff90911690600090369080838380828437820191505092505050600060405180830381855af49493505050505600a165627a7a72305820ec90d4e55fb69f839fa555767145d6ac7a8f1aa98ed098b09c220c4a34f02ba10029
Deployed Bytecode Sourcemap
1322:501:0:-;;;;;;;;;;;;;;;;;;;;;;;;;;1539:139;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;1539:139:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;1539:139:0;;-1:-1:-1;1539:139:0;;-1:-1:-1;;;;;;;1539:139:0;1686:134;;8:9:-1;5:2;;;30:1;27;20:12;5:2;-1:-1;1686:134:0;;;;;;;;;;;;;;;;;;;;;;;;;1539:139;;;;:::o;1686:134::-;1736:4;1760:11;;:29;;;;;;:11;:29;;;;;;;;;:11;;;;;:21;;:29;;;;;;;;;;;;;;1736:4;1760:11;:29;;;5:2:-1;;;;30:1;27;20:12;5:2;1760:29:0;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;1760:29:0;;;;;;;13:2:-1;8:3;5:11;2:2;;;29:1;26;19:12;2:2;-1:-1;1760:29:0;:52;;:42;;;;;1803:8;;;;1760:52;1803:8;;;;1760:52;;;;;;;;;;;;;;;;;;;;;;1686:134;-1:-1:-1;;;;1686:134:0:o
Swarm Source
bzzr://ec90d4e55fb69f839fa555767145d6ac7a8f1aa98ed098b09c220c4a34f02ba1
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.