Skip to content

Instantly share code, notes, and snippets.

View isaackielma's full-sized avatar
🎯
Focusing

Isaackielma isaackielma

🎯
Focusing
View GitHub Profile
@isaackielma
isaackielma / Event_Trigger.sol
Created June 24, 2022 23:46
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.6.12+commit.27d51765.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.0;
contract Item {
uint public priceInWei;
uint public pricePaid;
uint public index;
ItemManager parentContract;