Counter

Description:

Smart contract deployed on Ethereum.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

contract Counter {
    uint16 public x = 0;

    function increaseCounter() public{
     x += 1;
    }
}

Tags:
addr:0x6984b4f46c593912e260e9784e7a543fee59169a|verified:true|block:23504331|tx:0x6c313bbe5a5fe4175f9fd8362bbbacd5b38708a0acb94398b40774fc159ea349|first_check:1759579954

Submitted on: 2025-10-04 14:12:33

Comments

Log in to comment.

No comments yet.