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:0x33f7f5ad7a4570497f8878562ceb22a01e366a36|verified:true|block:23474942|tx:0x70792642c0e08658c6e80c056ccd7e63888036d74df3d891fbc6d69daebc97de|first_check:1759225729

Submitted on: 2025-09-30 11:48:49

Comments

Log in to comment.

No comments yet.