Source Code
Overview
ETH Balance
0.011295451727475566 ETH
Eth Value
$22.73 (@ $2,012.18/ETH)Latest 6 from a total of 6 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Withdraw | 4293864 | 3111 days ago | IN | 0 ETH | 0.0021 | ||||
| Withdraw | 4293855 | 3111 days ago | IN | 0 ETH | 0.000483 | ||||
| Withdraw | 2200959 | 3492 days ago | IN | 0 ETH | 0.00059016 | ||||
| Withdraw | 2200903 | 3492 days ago | IN | 0 ETH | 0.00059016 | ||||
| Withdraw | 2187065 | 3494 days ago | IN | 0 ETH | 0.00096833 | ||||
| Transfer | 2121028 | 3505 days ago | IN | 0.01 ETH | 0.00042288 |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
WithdrawDAO
Compiler Version
v0.3.5-2016-06-10-5f97274
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/**
*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
- No Contract Security Audit Submitted- Submit Audit Here
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"}]Contract Creation Code
6060604052610280806100126000396000f3606060405260e060020a60003504632e6e504a811461003c5780633ccfd60b14610131578063eedcf50a14610234578063fdf97cb21461024f575b005b61003a7f18160ddd00000000000000000000000000000000000000000000000000000000606090815273da4a4626d3e16e094de3225a751aab7128e965269060009073d164b088bd9108b60d0ca3751da4bceb207b0782906318160ddd9060649060209060048187876161da5a03f11561000257505060408051805160e060020a6370a0823102825230600160a060020a0316600483015291519192916370a0823191602481810192602092909190829003018188876161da5a03f115610002575050506040518051906020015030600160a060020a0316310103604051809050600060405180830381858888f15050505050565b61003a60e060020a6370a0823102606090815233600160a060020a031660645260009073d164b088bd9108b60d0ca3751da4bceb207b0782906370a082319060849060209060248187876161da5a03f1156100025750506040805180517f23b872dd00000000000000000000000000000000000000000000000000000000825233600160a060020a0390811660048401523016602483015260448201819052915191936323b872dd9260648381019360209390839003909101908290876161da5a03f115610002575050604051511590508061022a575060405133600160a060020a031690600090839082818181858883f19350505050155b1561027d57610002565b61026a73d164b088bd9108b60d0ca3751da4bceb207b078281565b61026a73da4a4626d3e16e094de3225a751aab7128e9652681565b600160a060020a03166060908152602090f35b5056
Deployed Bytecode
0x606060405260e060020a60003504632e6e504a811461003c5780633ccfd60b14610131578063eedcf50a14610234578063fdf97cb21461024f575b005b61003a7f18160ddd00000000000000000000000000000000000000000000000000000000606090815273da4a4626d3e16e094de3225a751aab7128e965269060009073d164b088bd9108b60d0ca3751da4bceb207b0782906318160ddd9060649060209060048187876161da5a03f11561000257505060408051805160e060020a6370a0823102825230600160a060020a0316600483015291519192916370a0823191602481810192602092909190829003018188876161da5a03f115610002575050506040518051906020015030600160a060020a0316310103604051809050600060405180830381858888f15050505050565b61003a60e060020a6370a0823102606090815233600160a060020a031660645260009073d164b088bd9108b60d0ca3751da4bceb207b0782906370a082319060849060209060248187876161da5a03f1156100025750506040805180517f23b872dd00000000000000000000000000000000000000000000000000000000825233600160a060020a0390811660048401523016602483015260448201819052915191936323b872dd9260648381019360209390839003909101908290876161da5a03f115610002575050604051511590508061022a575060405133600160a060020a031690600090839082818181858883f19350505050155b1561027d57610002565b61026a73d164b088bd9108b60d0ca3751da4bceb207b078281565b61026a73da4a4626d3e16e094de3225a751aab7128e9652681565b600160a060020a03166060908152602090f35b5056
Loading...
Loading
Loading...
Loading
Net Worth in USD
$22.74
Net Worth in ETH
0.011299
Token Allocations
ETH
100.00%
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|---|---|---|---|---|
| ETH | 100.00% | $2,012.77 | 0.0113 | $22.74 |
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.