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:0x132100ec2e91ae0fcb4bf9af5513b144a090d138|verified:true|block:23512801|tx:0x6dfe2d9dc678a2ad0bc791736524048fb9650797ce63b3d63111e1332a46c652|first_check:1759683273

Submitted on: 2025-10-05 18:54:33

Comments

Log in to comment.

No comments yet.