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:0x6be69df9dedf014514a58e2efcd45cf21e96a1f9|verified:true|block:23456049|tx:0x12d0a5e41181b6c37987716d743d485f81d82b7b1c5c2951e4ecf50018283959|first_check:1758996740

Submitted on: 2025-09-27 20:12:21

Comments

Log in to comment.

No comments yet.