ETH Price: $2,012.18 (+1.22%)

Contract

0xaE8A616011274cdE89dD86e2F40b73c449e2f45b
 

Overview

ETH Balance

0.011295451727475566 ETH

Eth Value

$22.73 (@ $2,012.18/ETH)

More Info

Private Name Tags

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Withdraw42938642017-09-20 6:46:453111 days ago1505890005IN
0xaE8A6160...449e2f45b
0 ETH0.002121
Withdraw42938552017-09-20 6:44:333111 days ago1505889873IN
0xaE8A6160...449e2f45b
0 ETH0.00048321
Withdraw22009592016-09-05 2:57:093492 days ago1473044229IN
0xaE8A6160...449e2f45b
0 ETH0.0005901620
Withdraw22009032016-09-05 2:41:573492 days ago1473043317IN
0xaE8A6160...449e2f45b
0 ETH0.0005901620
Withdraw21870652016-09-02 19:26:463494 days ago1472844406IN
0xaE8A6160...449e2f45b
0 ETH0.0009683322
Transfer21210282016-08-22 20:59:313505 days ago1471899571IN
0xaE8A6160...449e2f45b
0.01 ETH0.0004228820

Latest 4 internal transactions

Advanced mode:
Parent Transaction Hash Method Block
From
To
Transfer22009592016-09-05 2:57:093492 days ago1473044229
0xaE8A6160...449e2f45b
998.99 ETH
Transfer22009032016-09-05 2:41:573492 days ago1473043317
0xaE8A6160...449e2f45b
1 ETH
Transfer21994652016-09-04 21:03:503492 days ago1473023030
0xaE8A6160...449e2f45b
1,000.00129545 ETH
Transfer21870652016-09-02 19:26:463494 days ago1472844406
0xaE8A6160...449e2f45b
0.01 ETH
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
WithdrawDAO

Compiler Version
v0.3.5-2016-06-10-5f97274

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion
/**
 *Submitted for verification at Etherscan.io on 2016-08-06
*/

// Refund contract for trust DAO #66

contract DAO {
    function balanceOf(address addr) returns (uint);
    function transferFrom(address from, address to, uint balance) returns (bool);
    uint public totalSupply;
}

contract WithdrawDAO {
    DAO constant public mainDAO = DAO(0xd164b088bd9108b60d0ca3751da4bceb207b0782);
    address constant public trustee = 0xda4a4626d3e16e094de3225a751aab7128e96526;

    function withdraw(){
        uint balance = mainDAO.balanceOf(msg.sender);

        if (!mainDAO.transferFrom(msg.sender, this, balance) || !msg.sender.send(balance))
            throw;
    }

    function trusteeWithdraw() {
        trustee.send((this.balance + mainDAO.balanceOf(this)) - mainDAO.totalSupply());
    }
}

Contract Security Audit

Contract ABI

API
[{"constant":false,"inputs":[],"name":"trusteeWithdraw","outputs":[],"type":"function"},{"constant":false,"inputs":[],"name":"withdraw","outputs":[],"type":"function"},{"constant":true,"inputs":[],"name":"mainDAO","outputs":[{"name":"","type":"address"}],"type":"function"},{"constant":true,"inputs":[],"name":"trustee","outputs":[{"name":"","type":"address"}],"type":"function"}]

6060604052610280806100126000396000f3606060405260e060020a60003504632e6e504a811461003c5780633ccfd60b14610131578063eedcf50a14610234578063fdf97cb21461024f575b005b61003a7f18160ddd00000000000000000000000000000000000000000000000000000000606090815273da4a4626d3e16e094de3225a751aab7128e965269060009073d164b088bd9108b60d0ca3751da4bceb207b0782906318160ddd9060649060209060048187876161da5a03f11561000257505060408051805160e060020a6370a0823102825230600160a060020a0316600483015291519192916370a0823191602481810192602092909190829003018188876161da5a03f115610002575050506040518051906020015030600160a060020a0316310103604051809050600060405180830381858888f15050505050565b61003a60e060020a6370a0823102606090815233600160a060020a031660645260009073d164b088bd9108b60d0ca3751da4bceb207b0782906370a082319060849060209060248187876161da5a03f1156100025750506040805180517f23b872dd00000000000000000000000000000000000000000000000000000000825233600160a060020a0390811660048401523016602483015260448201819052915191936323b872dd9260648381019360209390839003909101908290876161da5a03f115610002575050604051511590508061022a575060405133600160a060020a031690600090839082818181858883f19350505050155b1561027d57610002565b61026a73d164b088bd9108b60d0ca3751da4bceb207b078281565b61026a73da4a4626d3e16e094de3225a751aab7128e9652681565b600160a060020a03166060908152602090f35b5056

Deployed Bytecode

0x606060405260e060020a60003504632e6e504a811461003c5780633ccfd60b14610131578063eedcf50a14610234578063fdf97cb21461024f575b005b61003a7f18160ddd00000000000000000000000000000000000000000000000000000000606090815273da4a4626d3e16e094de3225a751aab7128e965269060009073d164b088bd9108b60d0ca3751da4bceb207b0782906318160ddd9060649060209060048187876161da5a03f11561000257505060408051805160e060020a6370a0823102825230600160a060020a0316600483015291519192916370a0823191602481810192602092909190829003018188876161da5a03f115610002575050506040518051906020015030600160a060020a0316310103604051809050600060405180830381858888f15050505050565b61003a60e060020a6370a0823102606090815233600160a060020a031660645260009073d164b088bd9108b60d0ca3751da4bceb207b0782906370a082319060849060209060248187876161da5a03f1156100025750506040805180517f23b872dd00000000000000000000000000000000000000000000000000000000825233600160a060020a0390811660048401523016602483015260448201819052915191936323b872dd9260648381019360209390839003909101908290876161da5a03f115610002575050604051511590508061022a575060405133600160a060020a031690600090839082818181858883f19350505050155b1561027d57610002565b61026a73d164b088bd9108b60d0ca3751da4bceb207b078281565b61026a73da4a4626d3e16e094de3225a751aab7128e9652681565b600160a060020a03166060908152602090f35b5056

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
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.