Skip to content

Instantly share code, notes, and snippets.

View DeveloperAnas17's full-sized avatar
🏠
Working from home

Anas DeveloperAnas17

🏠
Working from home
View GitHub Profile
@DeveloperAnas17
DeveloperAnas17 / KryptoKids.sol
Created July 3, 2022 10:14
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.7;
contract CryptoKids {
// owner DAD
address owner;
event LogKidFundingReceived(address addr, uint amount, uint contractBalance);