Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Latest 1 from a total of 1 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Increment | 6053998 | 2799 days ago | IN | 0 ETH | 0.00086842 |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
Nonce
Compiler Version
v0.4.24+commit.e67f0147
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2018-07-29
*/
pragma solidity ^0.4.24;
contract Nonce {
event IncrementEvent(address indexed _sender, uint256 indexed _newNonce);
uint256 value;
function increment() public returns (uint256) {
value = ++value;
emit IncrementEvent(msg.sender, value);
return value;
}
function getValue() public view returns (uint256) {
return value;
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"constant":true,"inputs":[],"name":"getValue","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[],"name":"increment","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"name":"_sender","type":"address"},{"indexed":true,"name":"_newNonce","type":"uint256"}],"name":"IncrementEvent","type":"event"}]Contract Creation Code
608060405234801561001057600080fd5b5060f08061001f6000396000f30060806040526004361060485763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663209652558114604d578063d09de08a146071575b600080fd5b348015605857600080fd5b50605f6083565b60408051918252519081900360200190f35b348015607c57600080fd5b50605f6089565b60005490565b6000805460010180825560405133907f645cc5111980defdbf9fbf27e6c030af6c26d6cde36d4917a9866e474fe48ae3908490a350600054905600a165627a7a723058206d363b01c16bacc9e689e913aff5d2793a8dcb5cd44a58be8954ea52258380890029
Deployed Bytecode
0x60806040526004361060485763ffffffff7c0100000000000000000000000000000000000000000000000000000000600035041663209652558114604d578063d09de08a146071575b600080fd5b348015605857600080fd5b50605f6083565b60408051918252519081900360200190f35b348015607c57600080fd5b50605f6089565b60005490565b6000805460010180825560405133907f645cc5111980defdbf9fbf27e6c030af6c26d6cde36d4917a9866e474fe48ae3908490a350600054905600a165627a7a723058206d363b01c16bacc9e689e913aff5d2793a8dcb5cd44a58be8954ea52258380890029
Swarm Source
bzzr://6d363b01c16bacc9e689e913aff5d2793a8dcb5cd44a58be8954ea5225838089
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
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.