ETH Price: $2,152.80 (+3.90%)
Gas: 0.12 Gwei

Contract

0x51b36b4a1663280FBf23a62063A0430F0a45D4fa
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

More Info

Private Name Tags

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 Method Block
From
To
View All Internal Transactions
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading

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

Contract Name:
CYBRPurchaseAddress

Compiler Version
v0.4.25+commit.59dbf8f1

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2019-02-05
*/

pragma solidity ^0.4.23;

contract CYBRPurchaseAddress {

	address public wallet = 0x22C19409BB811FcfD2c575F24f21D7D5a6174DB1;

	function () external payable {
		wallet.transfer(msg.value);
	}
}

Contract Security Audit

Contract ABI

API
[{"constant":true,"inputs":[],"name":"wallet","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"}]

0x60806040527322c19409bb811fcfd2c575f24f21d7d5a6174db16000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555034801561006457600080fd5b50610153806100746000396000f300608060405260043610610041576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063521eb273146100ab575b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156100a8573d6000803e3d6000fd5b50005b3480156100b757600080fd5b506100c0610102565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058200df35ebd1bc1b8c14c679f81716cbe3c2516e4a88d20adc09e5f988f48dcaa5b0029

Deployed Bytecode

0x608060405260043610610041576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063521eb273146100ab575b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156100a8573d6000803e3d6000fd5b50005b3480156100b757600080fd5b506100c0610102565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a723058200df35ebd1bc1b8c14c679f81716cbe3c2516e4a88d20adc09e5f988f48dcaa5b0029

Swarm Source

bzzr://0df35ebd1bc1b8c14c679f81716cbe3c2516e4a88d20adc09e5f988f48dcaa5b

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
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.