Skip to content

Instantly share code, notes, and snippets.

View peculiarity's full-sized avatar
Offline

John Doe peculiarity

Offline
View GitHub Profile
// https://goerli.etherscan.io/address/0xa423c1448d195d9cf2e06d343e30b35f501159ed
contract First {
event Winner(address);
function test() external {
emit Winner(msg.sender);
}
}
// https://goerli.etherscan.io/address/0x9a9a776bc00eb386fb56bb3a57e6b78595d93bf3