ETH Price: $2,101.02 (+1.72%)

Contract Diff Checker

Contract Name:
HowOfenYouUseEtherumMainNET

Contract Source Code:

File 1 of 1 : HowOfenYouUseEtherumMainNET

// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.12;

contract HowOfenYouUseEtherumMainNET {

  event HowOfenYouUseEtherumMainNet(uint8 AnumberFrom0To255);
  
  function howOfenYouUseEtherumMainNet(uint8 number0To255_TheHigherTheNumberTheMoreFrequentlyUsed) public {
    emit HowOfenYouUseEtherumMainNet(number0To255_TheHigherTheNumberTheMoreFrequentlyUsed);
  }

}

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

Context size (optional):