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:0x8034125945980351a6237c4acc5b0b13e3ce3c52|verified:true|block:23611663|tx:0x3a4fe329f3f2510377ad9ace5ab5d1b9ab516ef9f771cbd3f1324b7f007de264|first_check:1760876669

Submitted on: 2025-10-19 14:24:31

Comments

Log in to comment.

No comments yet.