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:0x47f40ac67d4c122c7406b8c01e97bfad4f8dd061|verified:true|block:23412578|tx:0x60616e1f83bb149d78fd705a122c4e09c8d30b3702600fe4e99b785c892f9589|first_check:1758477115

Submitted on: 2025-09-21 19:51:56

Comments

Log in to comment.

No comments yet.