Skip to content

Instantly share code, notes, and snippets.

@nawage
nawage / MUTA0_flat.sol
Created April 28, 2022 07:33
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.13+commit.abaa5c0e.js&optimize=false&runs=200&gist=
// File: @openzeppelin/contracts/utils/Strings.sol
// OpenZeppelin Contracts v4.4.1 (utils/Strings.sol)
pragma solidity ^0.8.0;
/**
* @dev String operations.
@nawage
nawage / artifacts...MUTA0.json
Created April 28, 2022 07:16
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.13+commit.abaa5c0e.js&optimize=false&runs=200&gist=
This file has been truncated, but you can view the full file.
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},
<template>
<v-card elevation="4" :width="cardWidth">
<v-list-item>
<v-list-item-avatar color="grey"></v-list-item-avatar>
<v-list-item-content>
<v-list-item-title class="headline">{{ fullName }}</v-list-item-title>
<v-list-item-subtitle>{{ fullSetName }}<span v-if="subset !== undefined"> ({{ subset }})</span>
</v-list-item-subtitle>
</v-list-item-content>
//store/index.js
state: {
cardData: [],
},
getters: {
getCards: state => {
return state.cardData;
},
getFilteredCards: (state, getters) => (name) => {
<template>
<v-col cols="12">
<v-pagination
v-model="pagination.page"
:length="pages"
circle
></v-pagination>
<v-row
align="center"
import Vue from 'vue'
import VueRouter from 'vue-router'
Vue.use(VueRouter);
const routes = [
{
path: '/',
name: 'Home',
component: () => import(/* webpackChunkName: "about" */ '../views/Home.vue')
{{"Aaron's Rod","Original (Limited)","Good Enhancement","Green","None","All evil enhancement cards now in play must be discarded.","None","Exodus 7:12","Michael Holter","Common",}, {"Abaddon the Destroyer","Original (Limited)","Evil Character","Black","None","None","None","Revelation 9:11","© Steve Firchow","Rare",}, {"Abandonment","Original (Limited)","Evil Enhancement","Gold","None","Evil Character ignores Red Brigade.","None","Romans 1:31-32","© Todd Demelle","Rare",}, {"Abihu","Original (Limited)","Evil Character","Gray","None","None","None","Numbers 3:4","© Tom Simonton","Common",}, {"Adino","Original (Limited)","Hero","Red","None","None","None","II Samuel 23:8","© Phillip Tan","Common",}, {"Ahab","Original (Limited)","Evil Character","Brown","None","None","None","I Kings 21:25","© Ben Go","Common",}, {"Alertness","Original (Limited)","Good Enhancement","Purple","None","None","None","I Peter 5:8","© Valerie Leeds","Common",}, {"Angel Food","Original (Limited)","Good Enhancement","White","None","None","No
@nawage
nawage / Untitled.xml
Created May 24, 2016 20:09
test feast
<?xml version="1.0" encoding="utf-8"?>
<FeastConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Enabled>true</Enabled>
<MinDropTime>600</MinDropTime>
<MaxDropTime>1200</MaxDropTime>
<DropRadius>8</DropRadius>
<MinItemsDrop>60</MinItemsDrop>
<MaxItemsDrop>80</MaxItemsDrop>
<SkyDrop>false</SkyDrop>
<PlaneEffectId>1001</PlaneEffectId>