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:0xc38123179c98278616d43946db32806dd05f7731|verified:true|block:23694687|tx:0x96b293ba1ff822acd7506a03f452b009d8dc9dcfa67c88e32f25969372ad83e9|first_check:1761908644

Submitted on: 2025-10-31 12:04:04

Comments

Log in to comment.

No comments yet.