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:0x32f36059260353e9c23051f7ceeaa6c76e48e55e|verified:true|block:23713808|tx:0x47b0fe9f5b526fc6ce9a0373961457f4e2ad652ddc22cc3c7c2d40a5f7ac08d3|first_check:1762159393

Submitted on: 2025-11-03 09:43:14

Comments

Log in to comment.

No comments yet.