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:0x02e743eb394a9a089eaae9b02e41d40513b9926d|verified:true|block:23611668|tx:0x2485bdca9901d9474433e702e78e959f52233b56649c360d823800e263db4c82|first_check:1760880335

Submitted on: 2025-10-19 15:25:37

Comments

Log in to comment.

No comments yet.