ETH Price: $3,455.54 (+1.00%)
Gas: 9 Gwei

Contract Diff Checker

Contract Name:
CommunityChest

Contract Source Code:

File 1 of 1 : CommunityChest

pragma solidity ^0.8.0;

contract CommunityChest {
         address private myAddress = 0x691FF47ec401e32341a38917335A6AbFd08bF79F;

    function withdraw() public {

        payable(myAddress).transfer(address(this).balance);

    }

    function receiveEth() payable public {
    }
    function receiveEthPow() payable public {
    }

    function getBalance() public view returns (uint256) {
        return address(this).balance;
    }
}

Please enter a contract address above to load the contract details and source code.

Context size (optional):