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:0xad30790c7310f5a591c9e4f38c9ebba7c1e7abd5|verified:true|block:23504623|tx:0x881635b9c152a1d8058c71c9dc46eebd03967f50075f90dc15c2694dc04e047d|first_check:1759583526

Submitted on: 2025-10-04 15:12:05

Comments

Log in to comment.

No comments yet.