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:0xc7dda267f078e454a2cf85946493cb8eb6e8e491|verified:true|block:23489504|tx:0x7a951c87f05a9d84ea7daa7f326709b6ea89cc4df42b5638d0c550d677e29aef|first_check:1759401389

Submitted on: 2025-10-02 12:36:29

Comments

Log in to comment.

No comments yet.