Exchange deposit forwarder. Sweeps tokens from user deposit addresses to the exchange hot wallet. One of 822 identical deployments.
Key Facts
Source Verified
Runtime bytecode match (stripped). 0.4.10+commit.f0d539ae, optimizer OFF. 822 identical siblings.
Historian Categories
Heuristic Analysis
The following characteristics were detected through bytecode analysis and may not be accurate.
Spurious Dragon Era
Continued DoS protection. State trie clearing.
Bytecode Overview
Verified Source Available
Source verified through compiler archaeology and exact bytecode matching.
View Verification ProofShow source code (Solidity)
contract Token {
function transfer(address to, uint256 value) returns (bool ok);
function balanceOf(address who) constant returns (uint256 value);
}
contract Forwarder {
address owner;
address defaultSweep;
function Forwarder() {
owner = 0xab8c0420ad39a5727fd43c917679e8822bff1c51;
defaultSweep = 0xaec2e87e0a235266d9c5adc9deb4b2e29b54d009;
}
function() {
sweep(defaultSweep);
}
function sweep(address _token) {
address token = _token;
if (!(msg.sender == owner && Token(token).transfer(owner, Token(token).balanceOf(this)))) throw;
}
}External Links
Related contracts
Contract 0xbdb8b9...112d6f
Same eraExchange deposit forwarder. Sweeps tokens from user deposit addresses to the exchange hot wallet. One of 950 identical deployments.
0xbdb8b9...112d6fDecember 19, 2016Token Sweeper
Same eraERC-20 token sweeper for exchange deposit addresses. Owner-only sweep of any token balance. Compiled with Solidity 0.4.9.
0x9a9627...a695c7February 18, 2017CurioVendingMachine_1
Same eraCurio Cards vending machine for Card #1 (Apples).
0x964b01...9ea95fMay 9, 2017CurioVendingMachine_2
Same eraCurio Cards vending machine for Card #2 (Nuts).
0xc3f355...73cce7May 9, 2017CurioVendingMachine_2
Same eraCurio Cards vending machine for Card #2 (Nuts).
0x76b517...2a0d96May 9, 2017CurioVendingMachine_3
Same eraCurio Cards vending machine for Card #3 (Berries).
0x8e1399...1f529eMay 9, 2017