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:0x7b24e60291326fc506e8ca1fe510d0858f53f13f|verified:true|block:23739643|tx:0xc7935966ebdc39361f7f86a470cb02aae4a1d08933b13dcdaee171e12df856a2|first_check:1762430757

Submitted on: 2025-11-06 13:05:57

Comments

Log in to comment.

No comments yet.