ETH Price: $2,697.81 (-1.53%)

Contract

0xEEb66B5624DDFa13BEE72D9E9dc418A34A74b5c5
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Increment89025152019-11-09 13:04:591923 days ago1573304699IN
0xEEb66B56...34A74b5c5
0 ETH0.0004289210

View more zero value Internal Transactions in Advanced View mode

Advanced mode:
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
Incrementer

Compiler Version
v0.4.25+commit.59dbf8f1

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2019-11-09
*/

pragma solidity ^0.4.25;

contract Incrementer {
	uint256 private counter;

	event Incremented(uint256 newCounter);

	constructor() public {
		counter = 0;
	}

	function increment() public {
		counter = counter + 1;
		emit Incremented(counter);
	}
}

Contract Security Audit

Contract ABI

[{"constant":false,"inputs":[],"name":"increment","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":false,"name":"newCounter","type":"uint256"}],"name":"Incremented","type":"event"}]

6080604052348015600f57600080fd5b506000808190555060cb806100256000396000f300608060405260043610603f576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063d09de08a146044575b600080fd5b348015604f57600080fd5b5060566058565b005b6001600054016000819055507f20d8a6f5a693f9d1d627a598e8820f7a55ee74c183aa8f1a30e8d4e8dd9a8d846000546040518082815260200191505060405180910390a15600a165627a7a723058205bdf0396bc27b495a42229df6d2aa3cee4d30ed2a3c44a2bdec7fa7895479db20029

Deployed Bytecode

0x608060405260043610603f576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063d09de08a146044575b600080fd5b348015604f57600080fd5b5060566058565b005b6001600054016000819055507f20d8a6f5a693f9d1d627a598e8820f7a55ee74c183aa8f1a30e8d4e8dd9a8d846000546040518082815260200191505060405180910390a15600a165627a7a723058205bdf0396bc27b495a42229df6d2aa3cee4d30ed2a3c44a2bdec7fa7895479db20029

Deployed Bytecode Sourcemap

28:236:0:-;;;;;;;;;;;;;;;;;;;;;;;;172:89;;8:9:-1;5:2;;;30:1;27;20:12;5:2;172:89:0;;;;;;;225:1;215:7;;:11;205:7;:21;;;;236:20;248:7;;236:20;;;;;;;;;;;;;;;;;;172:89::o

Swarm Source

bzzr://5bdf0396bc27b495a42229df6d2aa3cee4d30ed2a3c44a2bdec7fa7895479db2

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.