Skip to content

pragma solidity ^0.8.0; contract MyContract { // // Constructor contract constructor() { // Inisialisasi variabel// modifier isValid() { require(msg.sender == owner, "."); _; } // (address indexed sender, uint256 indexed value); // function doSomething() public { // emit LogEvent(msg.sender, msg.value); } }

Notifications You must be signed in to change notification settings

Ferdynugraha/Solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

pragma solidity ^0.8.0; contract MyContract { // // Constructor contract constructor() { // Inisialisasi variabel// modifier isValid() { require(msg.sender == owner, "."); _; } // (address indexed sender, uint256 indexed value); // function doSomething() public { // emit LogEvent(msg.sender, msg.value); } }

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published