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:0x4a14c13c856f4bfddfe0189651393f7c1e08353b|verified:true|block:23504455|tx:0x0eda625a18ea59161bd290aabbbce5033ed13735890ef8a14452fdbebae0daa1|first_check:1759581416

Submitted on: 2025-10-04 14:36:56

Comments

Log in to comment.

No comments yet.