View foo.csv
This file contains 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
id | name | contract_address | ratio | floor_price_in_eth | |
---|---|---|---|---|---|
346 | Letters | 0x614917f589593189ac27ac8b81064cbe450c35e3 | 1.1668611435239207 | 3.000000000000000000000000000000 | |
250 | E-DAMER | 0x14fe23fa6d0260179d1da1b271424f5fec767831 | 1.3471502590673575 | 0.890000000000000000000000000000 | |
139 | Gutter Dogs | 0x6e9da81ce622fb65abf6a8d8040e460ff2543add | 1.4619213539074166 | 2.000000000000000000000000000000 | |
23 | Tasty Bones | 0x1b79c7832ed9358e024f9e46e9c8b6f56633691b | 1.4639025804581038 | 0.540000000000000000000000000000 | |
400 | hausphases | 0x5be99338289909d6dbbc57bb791140ef85ccbcab | 1.4799238820171265 | 1.255000000000000000000000000000 | |
233 | MutantApeYachtClub | 0x60e4d786628fea6478f785a6d7e704777c86a7c6 | 1.50915154966240950134 | 23.200000000000000000000000000000 | |
120 | Gutter Birds | 0x950b9476a4de757bb134483029ac4ec17e739e3a | 1.5110881897885508 | 1.690000000000000000000000000000 | |
298 | Karafuru | 0xd2f668a8461d6761115daf8aeb3cdf5f40c532c6 | 1.5132116589485154 | 2.949900000000000000000000000000 | |
259 | BoredApeYachtClub | 0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d | 1.5590894917368257 | 10 |
View roses.js
This file contains 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
[ | |
{ name: '0x1', id: 1 }, | |
{ name: '0x58', id: 88 }, | |
{ name: '0x5F', id: 95 }, | |
{ name: '0x6E', id: 110 }, | |
{ name: '0xA3', id: 163 }, | |
{ name: '0xD6', id: 214 }, | |
{ name: '0x116', id: 278 }, | |
{ name: '0x173', id: 371 }, | |
{ name: '0x1EB', id: 491 }, |
View mint_corrupted_rose.ts
This file contains 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
import Web3 from 'web3'; | |
import HDWalletProvider from '@truffle/hdwallet-provider'; | |
const tokenId = 1; // YOUR TOKEN ID | |
const seed = 'YOUR SEEDPHRASE WITHOUT 0x'; | |
const provider = new Web3.providers.HttpProvider('https://YOUR_ETHEREUM_RPC_NODE'); | |
const localKeyProvider = new HDWalletProvider({ | |
privateKeys: [seed], | |
providerOrUrl: provider, |
View insight-one-corruptions.json
This file contains 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
[ | |
{ | |
"name": "0x1D", | |
"description": "Unknown", | |
"attributes": [ | |
{ | |
"trait_type": "Insight", | |
"value": "1" | |
} | |
], |
View machine.js
This file contains 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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
View cloudSettings
This file contains 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
{"lastUpload":"2019-10-31T00:28:04.459Z","extensionVersion":"v3.4.3"} |
View adonis.flow.js
This file contains 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
// @flow | |
/* eslint no-redeclare: off */ | |
/* eslint no-use-before-define: off */ | |
declare type adonis$UntypedModules = | |
| 'Context/Manager' | |
| 'Route' | |
| '@adonisjs/fold' | |
| 'App/Initializers/Validators/boot' |
View use.flow.js
This file contains 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
// @flow | |
/* eslint no-redeclare: off */ | |
/* eslint no-use-before-define: off */ | |
/** | |
* API Mailers | |
*/ | |
declare function use(module: 'App/Mailers/Base'): Class<api$BaseMailer>; |
View declarative-api.html
This file contains 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
<ng-ais-instantsearch> | |
<ng-ais-search-box placeholder="Search here..."></ng-ais-search-box> | |
<ng-ais-hits></ng-ais-hits> | |
</ng-ais-instantsearch> |
NewerOlder