Skip to content

Instantly share code, notes, and snippets.

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

Kumar Satyarth ksatyarth2

🏠
Working from home
View GitHub Profile
@ksatyarth2
ksatyarth2 / eventTicketERC1155.sol
Created April 11, 2023 09:49
Event Ticketing System - ERC1155
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC1155/ERC1155.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
contract EventTicket is ERC1155, Ownable {
// Ticket data structure
struct Ticket {
@ksatyarth2
ksatyarth2 / button.txt
Last active March 30, 2020 11:38
POC of "Open in IDE" button
We couldn’t find that file to show.