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:0x38d59b310d27775921d3bb37276de07be7aa69d4|verified:true|block:23482126|tx:0x58bd1ed1af0ab3278519a3a596e58b92e42c72cd5bf9a5e1c6c2ad49936d4721|first_check:1759323258

Submitted on: 2025-10-01 14:54:18

Comments

Log in to comment.

No comments yet.