Skip to content

Instantly share code, notes, and snippets.

View adamwong246's full-sized avatar

Adam Wong adamwong246

View GitHub Profile
@adamwong246
adamwong246 / gist:628169607ad638b5c5e05ce3cba5fdbc
Created September 26, 2022 23:59
indigidaoDropERC721.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.11;
import {ERC721A} from "@thirdweb-dev/contracts/eip/ERC721A.sol";
import "@thirdweb-dev/contracts/drop/DropERC721.sol";
contract indigidaoDropERC721 is DropERC721 {
bool internal redeemable = true;
event Redeem(address indexed from, uint256 indexed tokenId);
### Keybase proof
I hereby claim:
* I am adamwong246 on github.
* I am adamwong246 (https://keybase.io/adamwong246) on keybase.
* I have a public key ASC1forQGH4uAKL-c7tOkoFpW-oTbo5_6IEHrVI28LC2sAo
To claim this, I am signing this object:
Verifying that +adamwong246 is my blockchain ID. https://onename.com/adamwong246
var fmh = merge(
frontMatter.loadFront(e),
{path: e}
); //=>
//{ date: Sun Aug 24 2014 17:00:00 GMT-0700 (PDT),
//tags: 'log',
//__content: '\n\nThis is my first post',
//path: './_src/_blog/1/index.md' }
@adamwong246
adamwong246 / gist:6370774
Created August 28, 2013 20:25
Flickering issue, issue #3
<html lang="en" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:og="http://opengraphprotocol.org/schema/" hc="delumine"><head>
<title>Skylanders vs. Disney Infinity - Dorkly Comic</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="Connected Ventures LLC. Copyright 1999-2010.">
<meta name="distribution" content="global">
<meta name="robots" content="index, follow">
<link rel="shortcut icon" href="/images/favicon.ico">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Dorkly">
<meta property="fb:app_id" content="122743677743076">
@adamwong246
adamwong246 / derp.rb
Created October 13, 2012 19:52
adamTest
Enki::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# Code is not reloaded between requests
config.cache_classes = true
# Full error reports are disabled and caching is turned on
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
@adamwong246
adamwong246 / pygments.css
Created April 17, 2012 18:29 — forked from zmanji/pygments.css
Solarized Pygments Dark CSS
.highlight{background-color:#073642;color:#93a1a1}.highlight .c{color:#586e75 !important;font-style:italic !important}.highlight .cm{color:#586e75 !important;font-style:italic !important}.highlight .cp{color:#586e75 !important;font-style:italic !important}.highlight .c1{color:#586e75 !important;font-style:italic !important}.highlight .cs{color:#586e75 !important;font-weight:bold !important;font-style:italic !important}.highlight .err{color:#dc322f !important;background:none !important}.highlight .k{color:#cb4b16 !important}.highlight .o{color:#93a1a1 !important;font-weight:bold !important}.highlight .p{color:#93a1a1 !important}.highlight .ow{color:#2aa198 !important;font-weight:bold !important}.highlight .gd{color:#93a1a1 !important;background-color:#372c34 !important;display:inline-block}.highlight .gd .x{color:#93a1a1 !important;background-color:#4d2d33 !important;display:inline-block}.highlight .ge{color:#93a1a1 !important;font-style:italic !important}.highlight .gr{color:#aa0000}.highlight .gh{color:#586e