This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +adamwong246 is my blockchain ID. https://onename.com/adamwong246 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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 |