ETH Price: $2,890.06 (-1.42%)

Contract Diff Checker

Contract Name:
Counter

Contract Source Code:

File 1 of 1 : Counter

contract Counter {
    uint16 public x = 0;

    function increaseCounter() public{
     x += 1;
    }
}

Please enter a contract address above to load the contract details and source code.

Context size (optional):