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:0x2de641781300e8c31d0404e204d5047e41949c0c|verified:true|block:23420252|tx:0xca167ac519886f8f7f77e53da5787eab9fc17e1e371f96014e5745cdcbc9e596|first_check:1758714605

Submitted on: 2025-09-24 13:50:10

Comments

Log in to comment.

No comments yet.