Skip to content

Instantly share code, notes, and snippets.

View chimmykk's full-sized avatar

Rilsosing chimmykk

View GitHub Profile
@chimmykk
chimmykk / testk.sol
Created November 15, 2023 11:38
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: MIT
pragma solidity ^0.8.7;
// final i working
import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.4.0/contracts/token/ERC20/ERC20.sol";
import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.4.0/contracts/token/ERC20/extensions/ERC20Burnable.sol";
import "https://github.com/OpenZeppelin/openzeppelin-contracts/blob/v4.4.0/contracts/access/Ownable.sol";
import "@chainlink/contracts/src/v0.8/ChainlinkClient.sol";
import "@chainlink/contracts/src/v0.8/ConfirmedOwner.sol";
contract CustomToken is ERC20, ERC20Burnable, Ownable, ChainlinkClient {
@chimmykk
chimmykk / index.html
Created June 23, 2022 19:23
jonathano.com Coming Soon screen
<div class="container">
<h1>Coming Soon.</h1>
</div>
<footer>
<a href="mailto:me@jonathano.com">me@jonathano.com</a> | &copy; 2016 Jonathan Ohayon
</footer>
@chimmykk
chimmykk / index.pug
Created September 1, 2021 15:30
Pseudo 3D text
canvas
menu
form(onsubmit='init(event)')
input(
type='text'
id='textInput'
maxLength='90'
placeholder='Random text'
)
button Run