File: blk03588.txt

6{"p":"brc-20","op":"transfer","tick":"Oshi","amt":"1"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"10000"}h!
text/plain;charset=utf-8
\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage{EMNLP2023}
\usepackage{latexsym}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{microtype}
\usepackage{inconsolata}
\title{Symbolic Logic is Also Needed}
\author{Greg Coppola \\
  {\em Apocalypse Like Right Now} \\
  \texttt{greg@coppola.ai}}
ChatGPT has shown that, surprisingly, a GPT language model can learn from unsupervised text something approximating M
a logical model of accurate world knowledge.
But, ChatGPT has the well-known ability to ``hallucinate'', and give facts or cite sources that do not exist (i.e., were not in the training data).
Also, ChatGPT has the limitation that it is not able to reason in a principled way, empirically making reasoning mistakes, and also not being theoretically connected to a complete or consistent proof system.
We propose to address both of these using a unified solution paradigm we call {\em SymbolicGPT}, characterized by: 1) tM
he incorporation of {\em discrete logical forms} into a generative pre-trained transformer model, 2) the postulation as latent variables of syntactic parses and logical forms, and 3) a probabilistic model that can assign probabilities to discrete symbolic logical statements, based on a knowledge base of probabilistic discrete logical statements.
While the model proposed is only theoretical, in that we do not have results from running the model, this paper does contribute several examples of empirical data of ChatGPM
T's performance in important relevant cases.
\section{Introduction}
\citep{vaswani:attention-is-all-you-need:2017}, which introduced the popular {\em transformer} architecture, used the famously memified title {\em Attention Is All You Need}.
The literal meaning of this intuitively humorous phrase is that, given attention, one can dispense with ``complex recurrent or convolutional neural networks.''
However, implicit in the idea that this title is a joke, is that, at some level of analysis, eventualM
ly attention will {\em not} be all that is needed.
We analyze that the problems with ChatGPT as it currently stands are: 1) it hallucinates, and 2) it cannot maintain a logically coherent worldview.
We propose that what is also needed at this time is a probabilistic knowledge base expressed in {\em symbolic logic}.
\section{Analysis of ChatGPT}
\subsection{The Ability to Build a World Model and Converse}
The popularity of the ChatGPT application is due to the fact that ChatGPT allows better access to information M
than any other alternative, implying both a useful world model, and a useful interface.
It has been suggested that ChatGPT is passing the ``Turing Test'' \citep{bengio:eye-on-ai:2023}.
\subsection{The Problem of Hallucination}
The problem of {\em hallucination} is a central one for ChatGPT.
\subsubsection{An Experiment Showing Hallucination}
Here is example from the preparation of this paper.
Consider that in response to the question {\em what are some citations for a logical probabilistic database?}, ChatGPT resM
ponded with a citation that seems to not exist:
Kersting, K., \& De Raedt, L. (2007). Probabilistic logic programming. In Proceedings of the 20th International Joint Conference on Artificial Intelligence (IJCAI), 1623-1630.
It seems according to {\em Google Search} and {\em Google Scholar} that this article does not exist, but there is a similar existing source:
{\em Probabilistic inductive logic programming},
Luc De Raedt, Kristian Kersting,
Probabilistic inductive logM
ic programming: theory and applications,
Springer Berlin Heidelberg.
In other words, the title is {\em Probabilistic inductive logic programming}, not {\em Probabilistic logic programming}, and apparently the journal, publisher, pages and year are wrong.
This is a typical example of hallucination, where ChatGPT returns a result similar to something that exists, but not exactly or actually something that exists.
The fact that ChatGPT's results cannot be relied on is a major barrier to being used moM
\subsubsection{Sutskever's Take on Hallucination}
In {\em Forbes}, OpenAI Chief Scientist Ilya Sutskever recently gave his thoughts on the hallucination issue:
Now let's talk about the limitations. {\em It is indeed the case that these neural networks have a tendency to hallucinate}. That's because a language model is great for learning about the world, but it is a little bit less great for producing good outputs. And there are various technical reasons for that. There are technical reasonM
s why a language model is much better at learning about the world, learning incredible representations of ideas, of concepts, of people, of processes that exist, but its outputs aren't quite as good as one would hope, or rather as good as they could be. \citep{sutskever:forbes:2023}.
So, clearly OpenAI views hallucination as a primary limitation of ChatGPT.
Sutskever theorizes that the ChatGPT model {\em is} good at {\em learning} from the world, but that the problem is with the {\em outputs}, and goes M
on to mention that {\em reinforcement learning} can be used to better control the output.
\subsubsection{An Experiment on ChatGPT's Conception of Truth}
We believe that the transformer model does not have a clear distinction between true and false.
In support of this hypothesis, consider ChatGPT's response in the following:
{\bf paper author}: how does a gpt model represent a difference between "true" and "false"?
{\bf ChatGPT}: {\em A GPT model does not inherently understand the concepts of "true" M
and "false" in the same way humans do}. Instead, it learns statistical patterns from large amounts of text data to generate outputs that are likely to be coherent and grammatically correct given the input prompt.
\subsubsection{Aristotle's Law of the Excluded Middle}
Aristotle's law of the excluded middle states that:
\item Aristotle's Law of Excluded Middle: For any proposition P, either P or not-P is true.
\item Probabilistic Version: For any proposition $P$, $p(P) + p(\neg P) = 1$.
There is no clear analog to this in the transformer, either in practice or in theory, and even ChatGPT does believe there is an analog.
The generative GPT model has a fixed number of continuous parameters.
This intuitively suggests something that needs fixing.
\subsubsection{Discrete Line Between Known and Unknown}
In 2002, Donald Rumsfeld famously popularized a distinction between {\em known unknowns}, and {\em unknown unknowns}.
That is, there are three kinds of states for a database:
\item {\em known knowns}: both the question and the answer are known
\item {\em known unknowns}: the question is known but the answer is unknown
\item {\em unknown unknowns}: a relevant factor exists, but neither was it known nor was even the question to ask known
We observe that ChatGPT does not make this distinction.
It seems only to have parameters that help it predict the next character, without clearly demarcating these distinctions between known and unknown.
\subsection{The Problem of a LogicM
ally Consistent Worldview}
Evidently, a the key-value mechanism of attention is able to encode some kind of functional relationships, that, when expanded large enough, can learn a representation of the ``world" that is good enough to store information, and make it available again for consumers on a wide array of tasks.
ChatGPT can answer logical questions, and shows in much behavior signs of logical reasoning.
\subsubsection{Hinton Stresses the Problem of a Logically Consistent Worldview}
Recently, in an appearancM
e on {\em CBS Mornings}, Geoff Hinton discussed the problem of creating a {\em logically consistent worldview}:
We're at a transition point now where ChatGPT is this kind of idiot savant, and it also doesn't really understand
about truth. It's being trained on lots of inconsistent data it's trying to
predict what someone will say next on the web. And people have different opinions and it [ChatGPT] has to have a kind of
blend of all these opinions so that it can model what anybody might
different from a person who tries to have a consistent world view.
Particularly, if you want to act in the world, it's good to have a consistent world
view. And, I think what's good one thing that's going to happen is we're going to move towards systems that
can understand different world views and can understand that okay if you have this world view
then this is the answer and if you have this other world view then that's the answer. \citep{hinton:cbs-mornings:2023}
\subsubsection{Aspects of a LogicalM
ly Consistent Worldview}
The ability to hold a ``logically consistent'' worldview includes the following competencies:
\item the ability to expand a set of premises $P$ to some $P' \supset P$ using a consistent set of {\em inference rules}
\item the ability to detect a contradiction in a set $P$ of sentences
\item the ability to partition a contradictory set of sentences $P$  into maximally consistent sets of sentences, $P_1, ..., P_N$
\item the ability to compare two theories $P$ and $Q$, e.g., andM
 determine which is a better fit for the data
\item the ability to explain a piece of data based on multiple consistent worldviews, i.e., to compute the probability of an observation under multiple different world views
\subsubsection{An Experiment in Reasoning with ChatGPT}
There is no formal guarantee that the generative word model's explanatory parameters amount to logical inference.
Indeed, consider the following interaction we recorded:
\item {\bf paper author}: if Alice is shorterM
 than Bob and Bob is shorter than Charlie, then who is the tallest and why?
\item {\bf answer}: Based on the information given, it is not possible to determine who is the tallest among Alice, Bob, and Charlie.
All we know is that Alice is shorter than Bob, and Bob is shorter than Charlie. However, we do not have any information about the actual heights of any of the three individuals, so we cannot make any conclusions about who is the tallest.
For example, it is possible that Alice is 5 feet tall, Bob is 5'5" talM
l, and Charlie is 6 feet tall. In this case, Charlie would be the tallest.
Alternatively, it is possible that Alice is 6 feet tall, Bob is 5'10" tall, and Charlie is 5'5" tall. In this case, Alice would be the tallest.
Therefore, without additional information about their heights, we cannot determine who is the tallest among Alice, Bob, and Charlie.
To analyze this mistake, we can first of all say that the answer should have been that {\em Charlie} is the tallest.
This true because the notion of beinM
g taller/shorter is transitive, so from the definitions of words and the two relations given, we can conclude that Charlie is the tallest.
ChatGPT also suggests a possible problem scenario in which Alice is 6 feet tall, but Bob is 5'10", contradicting the assumption that {\em Alice is shorter than Bob}.
Clearly, ChatGPT is not thinking in terms of rigorously consistent logical structures.
We believe this is related to the fact that there is no clear distinction between true and false, in the generative pre-trainedM
And, because there is no proof system inherent in the transformer that guarantees consistency.
There is no mechanism for detecting a logical contradiction.
\section{A Symbolic Probability Database}
\subsection{The Concept of a Discrete Probabilistic Database}
We can refer generally to a {\em discrete logical database}, as a set of pairs $\left\{(z, p) \in (\ell, [0,1]) \right\}$, where each $z$ is a statement in $\ell$ and each $p$ is its associated probability.
One example of such a network would be a {\M
em Bayesian Network} \citep{koller:propabilistic-graphical-models:2009}.
A Bayesian Network could satisfy all of the properties we need of evaluating and learning from sentences in $\ell$, but for the problem of {\em universal quantification}, i.e., sentences of the form $\forall x\ f(x) \rightarrow g(x)$.
More generally we can look to various theories of {\em logic programming} \citep{deraedt:probabilistic-inductive-logic-programming:2008}, which do attempt to address the quantification issue.
There is no clear seM
nse of unity or standardization so far, it seems, in theories of logical inference like there is in neural network inference.
\subsection{Motivation for a Discrete Probabilistic Database}
We propose that by making the knowledge database discrete, we will avoid the problem of hallucinations, because we have two clearly stored dimensions:
\item discrete database membership: for a given sentence $z$, either $(z, p) \in K$ for some $p$, or it is not. We can thus detect whether a fact has actually been M
seen, and incorporated, before.
\item ability to evaluate likelihood: for a given sentence $z$ that is in $K$, we can evaluate whether its associated probability $p$ is high or low
Given this information correctly constructed, hallucination could be avoided, because unseen things are not in this database.
\subsection{Requirements of a Logical Database}
In order to incorporate a discrete probabilistic model into our generative story, we must assume a system that has the following properties:
\item given a model $\Phi$, can efficiently assign a probability $P_\Phi(z)$ for any $z \in \ell$
\item given a database of logical facts $\left\{z_n\right\}_{n \in U}$ of all facts in the entire universe $U$, we can call $\Phi = \textsc {ReTrain}(\left\{z_n\right\}_{n \in W})$
Presumably, we would want to be able to make ``on-line'' updates to the model, and it will not be practical to re-estimate all parameters all of the time.
However, we want to leave $\Phi$ an abstract object, and so avoiM
d considerations of how updates could be made online, to avoid restraining the model class prematurely, and leave optimizations for future work.
\section{Syntax and Semantics}
\subsection{Traditional Conception of Linguistics}
The traditional conception of linguistics was that a layer called {\em syntax} served to intermediate between the two logical interfaces of {\em logical form}, in which reasoning is done, and {\em surface form}, corresponding to what is written or spoken \citep{sausure:course-in-general-lingM
uistics:1916,chomsky:minimalist-program:2014,steedman:syntactic-process:2001}.
Thus, the fact that ChatGPT does not rely on syntactic structures is perhaps the most surprising feature, and has on this grounds drawn criticism from Chomsky \citep{chomsky:debunking-the-great-ai-lie:2023}.
We believe that the fact that linguistics has been seen as involving a layer of syntactic analysis is a major kind of evidence that the syntactic layer has relevance.
It is an amazing achievement by ChatGPT that they can build a worlM
d knowledge model by avoiding this layer.
However, the ever-present intuition that syntactic analysis is relevant suggests that in the future, syntax must make a comeback in natural language processing.
\subsection{Mapping Logical Form to Surface Form}
Let $z_n$ be a logical form, $x_n$ be a paragraph of surface tokens, and $y_n$ be a parse that mediates between them.
For a given paragraph $x_n$, the set of candidate parses $C(x_n)$ will grow more than exponentially in the length of $x_n$.
However, in practice thiM
s space can be pruned using, if necessary using a $k$-best pruning from an existing parsing model \citep{charniak:coarse-to-fine:2005,huang:forest-reranking:2008}.
We will assume that a parse $y$ uniquely determines a logical form $z$, so that we can write that the set of candidate parses for a sentence $x$ is $C(x)$ a set of pairs $(y, z)$, where $y$ is a parse that yields $x$, and $z$ is the unique logical form determined by $y$.
\section{Generating Text with Latent Logical Forms}
\subsection{ChatGPT's GenerativM
Let ${\bf x} = \left[x_n\right]_{n=1}^N$ be a document of $N$ paragraphs, each of length $W$ tokens.
A ChatGPT-style language model \cite{radford:improving-language-understanding-by-generative:2018} models the probability of a document as:
\[ p({\bf x}) = \Pi_{i=1}^n p(x_n \mid x_{n-1}) \]
That is, in the generative story, one paragraph is created based only on a previous one, with no hypothesized latent state of any kind.
\subsection{High-Level Flow of a Latent Variable Generative Story}
ate a generative story, which we call {\em SymbolicGPT}, in which, to create $x_n$ based on $x_{n-1}$:
\item with probability $p(z_n \mid x_{n-1}; \theta, \Phi)$, choose a logical form $z_n$, based on (encoding vectors from) the previous paragraph $x_{n-1}$, the neural parameters $\theta$, and the prior likelihood of articulating the logical concept $z_n$ according to logical database $\Phi$
\item with probability $p(y_n \mid x_{n-1}, z_n; \theta)$, choose a syntactic analysis $y_n$, based on $z_n$,M
 (encoding vectors from) the previous paragraph $x_{n-1}$, and the neural parameters $\theta$
\item the output text $x_n$ is determined uniquely by $y_n$
\subsection{Factorization of Logical Forms}
We suppose that the $x_n$ are {\em paragraphs}, which is to say sequences of sentences.
We assume that we receive the document or corpus segmented into paragraphs $x_n$, but that each $x_n$ contains within it logically separable sentences $[s_1, ..., s_{S_{x_n}}]$, but that tokenization internal to $x_n$ iM
s to be done internal to the model we are describing.
The idea is that since each $x_n$ represents a sequence of logically separable sentences, we can use the distribution over sentence interpretations from one logical sentence within $x_n$, to mutually help inform the interpretation of another logically separable sentence within $x_n$.
That is, in the generative story, we include a function $p(z_n \mid x_{n-1})$, rather than $p(z_n \mid z_{n-1}, x_{n-1})$.
That is, $z_n$ does {\em not} depend on $z_{n-1}$, to avoiM
d a blowing up in complexity, both conceptual and run-time, of the computational graph.
\subsection{Generating the Logical Form}
First, we choose a logical form $z_n$, based on $x_{n-1}$, $\theta$, and $\Phi$:
\[ p(z_n \mid x_{n-1}, \Phi, \theta) \]
One straightforward way to factor this is as a product of the syntactic likelihood of producing $z_n$ (as a syntactic object), in the given context:
\[ p(z_n \mid x_{n-1}, \theta) \]
And then the logical likelihood of saying $z_n$ at all, according to $\Phi$:
\subsection{Generating the Parse}
We next choose the parse $y_n$ in the normal transformer way:
\[ p(y_n \mid z_n, x_{n-1}; \theta) \]
There are a number of different parse formalisms (CFG parsing, unlabeled dependency parsing, labeled dependency parsing), and we are not currently proposing to choose between them.
The only requirement of the parsing formalism is that it must map a surface form $x_n$ to some $z_n$ that we can reason with.
One can use a discriminative parser to constrain the space, andM
 this would create a parse in a bottom-up fashion.
Once the space is pruned and structured, the generative story can be told in a top-down fashion, like in the original parsing models \citep{collins:a-new-statistical-parser:1996,charniak:statistical-parsing-with-a-cfg:1997}.
\subsection{Generating the Text}
The text $x_n$, we reiterate, is a part of the parse $y_n$.
\section{Parameter Estimation}
The problem of parameter estimation in the ChatGPT GPT model is the problem of estimating what we are calling $\theta$M
, the continuously valued parameters of the neural network part of the model.
In our case, we must also now estimate $\Phi$, which is the discrete logical model.
And, we must hypothesize latent syntactic/logical parses.
\subsection{Expectation Maximization}
The first problem to be solved is that the logical forms are {\em not} part of the given data, and so must be modeled as {\em latent variables}.
The ChatGPT 	transformer does not use latent variables in the way that they were understood in the context of part-oM
f-speech tagging or syntactic parsing, and this greatly simplifies the training.
However, in order to realize the traditional vision of syntax as mapping logical forms to surface form \citep{montague:universal-grammar:1970,chomsky:minimalist-program:2014,steedman:syntactic-process:2000}, we will have to involve a logical representation, which is not present in the data, and therefore is latent.
In order to train with latent variables, we can use {\em expectation maximization} \citep{dempster:maximum-likelihood:1977M
In the expectation step, we assign distributions to possible parses $y_n$, each of which implies an associated logical representations $z_n$.
In the {\em maximization} step, we optimize $\theta$ and $\phi$.
Boot-strapping this process will perhaps be difficult.
One option is to start by boot-strapping from a high resource language, e.g., English.
A syntactic parser can be discriminatively trained based on a GPT generative model, the way that few shot learning happens today.
If logical world knowledge can be encM
oded based on English, then other languages can map onto this logical space.
\subsection{Heterogenous Training}
The neural network part of the model can be trained using back-propagation.
It is not clear exactly how the logical model would be trained, or whether back-propagation would be appropriate.
We have specified that we require the abstract interface $\Phi = \textsc {ReTrain}(\left\{z_n\right\}_{n \in W})$ to retrain $\Phi$, but how this would be done is difficult future work.
However, in order to allow theM
 most generality, we can train the neural network part in a heterogeneous way compared to the logical model.
The predictions of the logical model can be treated as exogenous features, and back-propagation can work through the exclusively neural part.
\subsection{The Logical Model}
The fundamental difficulty in estimating a model using symbolic logic is the question of, what are the symbols?
In other words, the problem for the Bayesian network formulation is that we must identify both a graphical structure $G$, noM
t known a priori, and a probability model $\Phi$ over these.
The question of how this would work must be left to future work.
However, for a fixed directed Bayesian network, the problem of parameter estimation is trivial, and just involves counting.
\section{Discussion}
We are not able to evaluate this model at the present time.
We only record the logic and the mathematics in order to receive feedback on the equations.
However, we reiterate the benefits we expect to see from this model.
Hallucinations can hopefullM
y be removed from the use of a discrete membership database, where a fact is either in the database or not, and then if it does exist, it either has high or low probability.
The discrete logical database will allow for the creation of logical reasoning, and an ability to detect whether things actually contradict.
\section{Conclusion}
We have introduced {\em SymbolicGPT}, a new algorithm that proposes to integrate a symbolic logic grammar into a ChatGPT-style generative pre-trained transformer, with the goal of eliM
minating hallucinations, and creating a logically consistent worldview.
This new architecture requires the postulation of a latent syntactic form, which can be learned through expectation-maximization.
Of course, this is only a theoretical proposal, and not an empirical result.
The obvious future work is to instantiate the parameters of this theory to get it actually working.
A narrower future work would be to simply refine the logical reasoning engine.
\bibliography{anthology,custom}
\bibliographystyle{acl_natbib
6{"p":"brc-20","op":"transfer","tick":"meme","amt":"2"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
  "title": "Friendly PSA for BRC-20 Degens",
  "url": "https://twitter.com/to/status/1655952771521150976?s=46",
  "author": "trevor.btc (@TO)",
  "body": "**trevor.btc**\n**[@TO](https://twitter.com/TO)**\n\n> Friendly PSA for BRC-20 Degens\n> \n> Check urself before you REK urself\n> \n> Unisat's open source indexer does NOT match API\n> \n> UR balance may not be your balance \n> \n> DO NOT USE CEX THAT TAKES BRC-20 DEPOSITS\n> \n>  More indexers coming online    50/50 chance everytL
hing fine / lot's of ppl get rekt\n\n**[Tweeted on:  8:08 AM
 May 9, 2023](https://twitter.com/TO/status/1655952771521150976)**"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"10000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"3000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"2500"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"trac","amt":"10000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"umni","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"umni","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"KI$$","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"5000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"umni","amt":"100"}h!
text/plain;charset=utf-8
  "title": "Introducing Coins on ord.io!",
  "url": "https://twitter.com/ord_io/status/1655976656480157699?s=46",
  "author": "Ord.io (@ord_io)",
  "body": "**Ord.io**\n[@ord_io](https://twitter.com/ord_io)\n\n> Introducing Coins on ord.io! \n> \n> Live BRC-20 rankings and price tracking. \n> \n> Sort by:  \n> \n>  - Market Cap\n>  - 24h Volume\n>  - 24h % Change\n>  - Holders\n>  - Supply\n>  - Price\n> \n>
 ord.io/coins\n\n**[Tweeted on: 9:42 AM
 May 9, 2023](https://twitter.c*om/ord_io/status/1655976656480157699)**"
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm of Protection</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">WoolL
 Gloves</text><text x="10" y="140" class="base">Necklace of Reflection</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt of Vitriol</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">"VortexL
 Tear" Ornate Gauntlets of Vitriol</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Divine Robe of Anger</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">"Oblivion Bender" Plated Belt of Anger +1</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="L
120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring of Vitriol</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">"Mind Shout" Leather Cap of Protection</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="12L
0" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant of Reflection</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" class="base">DragL
onskin Gloves</text><text x="10" y="140" class="base">"Chimeric Song" Necklace of the Twins +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt of Enlightenment</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class=L
"base">"Rage Peak" Silk Gloves of Enlightenment +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle of Skill</text><text x="10" y="40" class="base">Silk Robe of Rage</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">"Onslaught Shadow" Mesh Belt of Rage +1</text><text x="10" y="100" class="base">Linen Shoes of Rage</L
text><text x="10" y="120" class="base">Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring of the Fox</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Ring Mail of Protection</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">"Morbid Glow" War Belt of Protection</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" yL
="120" class="base">"Rapture Form" Wool Gloves of Protection +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bank","amt":"13500"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"coax","amt":"3000"}h!
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"Ospy","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood of Brilliance</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="L
120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace of the Fox</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book of Skill</text><text x="10" y="40" class="base">"Sol Shadow" Dragonskin Armor of Rage</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots of Rage</text><text x=L
"10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of the Fox</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"9480"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Detection</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">"Dread GL
rasp" Gloves of Detection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand of Titans</text><text x="10" y="40" class="base">"Pain Roar" Silk Robe of Anger +1</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes of Anger</text><text xL
="10" y="120" class="base">Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Foe Shout" Gold Ring of Vitriol</text></svg>h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
{"name":"Blockrons BTC Bob","symbol":"BLKRNS","description":"Bitcoin Bob is a solana NFT stored inside a bitcoin ordinal.","seller_fee_basis_points":0,"image":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTAuNSAzMiAzMiIgc2hhcGUtcmVuZGVyaW5nPSJjcmlzcEVkZ2VzIj4KPG1ldGFkYXRhPkJsb2Nrcm9ucyAtIEJpdGNvaW4gQm9iPC9tZXRhZGF0YT4KPHBhdGggc3Ryb2tlPSIjZmY5OTAwIiBkPSJNMCAwaDMyTTAgMWgzMk0wIDJoMzJNMCAzaDMyTTAgNGgzMk0wIDVoMzJNMCA2aDE0TTI0IDZoOE0wIDdoMTJNMjUgN2g3TTAgOGgxMU0yNSA4aDdNMCM
A5aDEwTTI1IDloN00wIDEwaDEwTTI1IDEwaDdNMCAxMWgxME0yNSAxMWg3TTAgMTJoMTBNMjUgMTJoN00wIDEzaDhNMjUgMTNoN00wIDE0aDhNMjUgMTRoN00wIDE1aDhNMjUgMTVoN00wIDE2aDhNMjUgMTZoN00wIDE3aDlNMjUgMTdoN00wIDE4aDEwTTI0IDE4aDhNMCAxOWgxME0yNCAxOWg4TTAgMjBoMTBNMjQgMjBoOE0wIDIxaDEwTTI0IDIxaDhNMCAyMmgxME0yNCAyMmg4TTAgMjNoMTBNMjMgMjNoOU0wIDI0aDEwTTIwIDI0aDEyTTAgMjVoMTBNMjAgMjVoMTJNMCAyNmg3TTIzIDI2aDlNMCAyN2g0TTI2IDI3aDZNMCAyOGgyTTI4IDI4aDRNMCAyOWgxTTI5IDI5aDNNMCAzMGgxTTI5IDMwaDNNMCAzMWgxTTI5IDMxaDMiIC8+CjxwYXRoIHN0cm9rZT0iI2ZmZmZmZiIgZD0iTTE0IDM
ZoMTBNMTIgN2gxM00xMSA4aDJNMTggOGg1TTEwIDloMk0xOSA5aDNNMTAgMTBoMU0xNiAxNGgxTTIzIDE0aDEiIC8+CjxwYXRoIHN0cm9rZT0iI2U2ZTZlNiIgZD0iTTEzIDhoMk0yNCA4aDFNMTIgOWgyTTI0IDloMU0xMSAxMGgyTTEwIDExaDJNMTAgMTJoMU0xMSAyNGgxTTE4IDI0aDFNMTEgMjVoMk0xNyAyNWgyTTEyIDI2aDJNMTYgMjZoMiIgLz4KPHBhdGggc3Ryb2tlPSIjYTZhNmE2IiBkPSJNMTUgOGgzTTIzIDhoMU0xNCA5aDVNMjIgOWgyTTEzIDEwaDExTTEyIDExaDEyTTExIDEyaDEzTTExIDEzaDRNMTggMTNoMk0yMSAxM2gxTTExIDE0aDRNMTggMTRoMk0yMSAxNGgxTTExIDE1aDlNMjEgMTVoM00xMyAxNmg3TTIxIDE2aDJNMTQgMTdoNU0yMSAxN2gyTTE0IDE4aDlNMTUgMTM
loOE0xNSAyMGgyTTIyIDIwaDFNMTYgMjFoNk0xNiAyMmg2IiAvPgo8cGF0aCBzdHJva2U9IiMxOTE4MTgiIGQ9Ik0yNCAxMGgxTTI0IDExaDFNMjQgMTJoMU04IDEzaDNNMTUgMTNoM00yMCAxM2gxTTIyIDEzaDNNOCAxNGgxTTE1IDE0aDFNMTcgMTRoMU0yMCAxNGgxTTIyIDE0aDFNMjQgMTRoMU04IDE1aDFNMjAgMTVoMU0yNCAxNWgxTTggMTZoMU0yMCAxNmgxTTI0IDE2aDFNOSAxN2gyTTE5IDE3aDJNMjQgMTdoMU0xMCAxOGgxTTEyIDE4aDFNMjMgMThoMU0xMCAxOWgxTTEyIDE5aDFNMjMgMTloMU0xMCAyMGgxTTEzIDIwaDFNMTcgMjBoNU0yMyAyMGgxTTEwIDIxaDFNMTMgMjFoMU0yMyAyMWgxTTEwIDIyaDFNMTMgMjJoMk0yMyAyMmgxTTEwIDIzaDJNMTQgMjNoOU0xMCAyNGgxTTM
EyIDI0aDFNMTcgMjRoMU0xOSAyNGgxTTEwIDI1aDFNMTMgMjVoMU0xNiAyNWgxTTE5IDI1aDFNNyAyNmg1TTE0IDI2aDJNMTggMjZoNU00IDI3aDNNMTIgMjdoMk0xNiAyN2gyTTIzIDI3aDNNMiAyOGgyTTI2IDI4aDJNMSAyOWgxTTI4IDI5aDFNMSAzMGgxTTI4IDMwaDFNMSAzMWgxTTI4IDMxaDEiIC8+CjxwYXRoIHN0cm9rZT0iIzg4ODg4OCIgZD0iTTkgMTRoMk0xMCAxNWgxTTExIDE2aDJNMjMgMTZoMU0xMSAxN2gzTTIzIDE3aDFNMTMgMThoMU0xNCAxOWgxTTE0IDIwaDFNMTUgMjFoMU0yMiAyMWgxTTE1IDIyaDFNMjIgMjJoMSIgLz4KPHBhdGggc3Ryb2tlPSIjNjE2MTYxIiBkPSJNOSAxNWgxTTkgMTZoMk0xMSAxOGgxTTEzIDE5aDFNMTQgMjFoMU0xNCAyNWgxIiAvPgo8cGF0aCM
BzdHJva2U9IiM0NDQ0NDQiIGQ9Ik0xMSAxOWgxTTExIDIwaDJNMTEgMjFoMk0xMSAyMmgyTTEyIDIzaDJNMTMgMjRoNE0xNSAyNWgxIiAvPgo8cGF0aCBzdHJva2U9IiMxODI4MmIiIGQ9Ik03IDI3aDJNMjEgMjdoMk03IDI4aDJNMjEgMjhoMk03IDI5aDJNMjEgMjloMk03IDMwaDJNMjEgMzBoMk03IDMxaDJNMjEgMzFoMiIgLz4KPHBhdGggc3Ryb2tlPSIjN2FhNGQ3IiBkPSJNOSAyN2gxTTExIDI3aDFNMTggMjdoMU0yMCAyN2gxTTQgMjhoMU02IDI4aDFNOSAyOGgxTTExIDI4aDFNMTMgMjhoMU0xNiAyOGgxTTE4IDI4aDFNMjAgMjhoMU0yMyAyOGgxTTI1IDI4aDFNMiAyOWgxTTQgMjloMU02IDI5aDFNOSAyOWgxTTExIDI5aDFNMTMgMjloMU0xNiAyOWgxTTE4IDI5aDFNMjAgMjloMUM
0yMyAyOWgxTTI1IDI5aDFNMjcgMjloMU0yIDMwaDFNNCAzMGgxTTYgMzBoMU05IDMwaDFNMTEgMzBoMU0xMyAzMGgxTTE2IDMwaDFNMTggMzBoMU0yMCAzMGgxTTIzIDMwaDFNMjUgMzBoMU0yNyAzMGgxTTIgMzFoMU00IDMxaDFNNiAzMWgxTTkgMzFoMU0xMSAzMWgxTTEzIDMxaDFNMTYgMzFoMU0xOCAzMWgxTTIwIDMxaDFNMjMgMzFoMU0yNSAzMWgxTTI3IDMxaDEiIC8+CjxwYXRoIHN0cm9rZT0iIzQ3NzViYSIgZD0iTTEwIDI3aDFNMTkgMjdoMU01IDI4aDFNMTAgMjhoMU0xMiAyOGgxTTE3IDI4aDFNMTkgMjhoMU0yNCAyOGgxTTMgMjloMU01IDI5aDFNMTAgMjloMU0xMiAyOWgxTTE3IDI5aDFNMTkgMjloMU0yNCAyOWgxTTI2IDI5aDFNMyAzMGgxTTUgMzBoMU0xMCAzMGgxTTEyIDMg
MwaDFNMTcgMzBoMU0xOSAzMGgxTTI0IDMwaDFNMjYgMzBoMU0zIDMxaDFNNSAzMWgxTTEwIDMxaDFNMTIgMzFoMU0xNyAzMWgxTTE5IDMxaDFNMjQgMzFoMU0yNiAzMWgxIiAvPgo8cGF0aCBzdHJva2U9IiM0ZjE4MTQiIGQ9Ik0xNCAyN2gyTTE0IDI4aDJNMTQgMjloMk0xNCAzMGgyTTE0IDMxaDIiIC8+Cjwvc3ZnPg==","attributes":[],"properties":{"creators":[{"address":"F1QyW2RiabaUTHYYMZs6kVQmjw3QzhRWtAJNUp6ifWAe","share":100}]}}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"$aoy","amt":"3"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"EVIL","amt":"1"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt of Perfection</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="L
base">"Pain Sun" Heavy Gloves of Perfection +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"Oshi","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"aigp","amt":"5000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash of Perfection</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="base">DivinL
e Gloves of Perfection</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">"Empyrean Form" Full Helm of Brilliance</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="12L
0" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace of the Fox</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Enlightenment</text><text x="10" y="40" class="base">Divine Robe of the Fox</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes of the Fox</text><text x="10" y="L
120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">"Dusk Roar" War Cap of Fury +1</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="bL
ase">Ornate Gauntlets</text><text x="10" y="140" class="base">"Corpse Glow" Amulet of Giants</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash of Perfection</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base"L
>"Hypnotic Roar" Studded Leather Gloves of Perfection +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand of Brilliance</text><text x="10" y="40" class="base">Ring Mail of Vitriol</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">"Morbid Glow" War Belt of Vitriol +1</text><text x="10" y="100" class="base">Silk Slippers of VitrioL
l</text><text x="10" y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring of Reflection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand of Power</text><text x="10" y="40" class="base">"Tempest Bite" Demon Husk of Enlightenment +1</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves of EnlighteL
nment</text><text x="10" y="120" class="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Loath Shadow" Titanium Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul of Reflection</text><text x="10" y="40" class="base">"Gale Growl" Leather Armor of Perfection +1</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots of PerfecL
tion</text><text x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Bramble Root" Platinum Ring of Protection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand of Titans</text><text x="10" y="40" class="base">"Dragon Roar" Shirt of Anger +1</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves of Anger</text>L
<text x="10" y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Shimmering Shout" Platinum Ring of Vitriol</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap of Brilliance</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="bL
ase">Gauntlets</text><text x="10" y="140" class="base">Pendant of the Fox</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Sorrow Shout" Grave Wand of Brilliance +1</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Vitriol</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">"Agony Song" Holy Greaves ofL
 Vitriol +1</text><text x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Maelstrom Tear" Wand of Protection +1</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap of Detection</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">"Skull Grasp" Greaves L
of Detection +1</text><text x="10" y="120" class="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Perfection</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">OrnaL
te Gauntlets</text><text x="10" y="140" class="base">Amulet of Vitriol</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Dragonskin Armor of the Fox</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">"Grim Bite" Hard Leather Belt of the Fox +1</text><text x="10" y="100" class="base">Chain Boots</text><teL
xt x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Power</text><text x="10" y="40" class="base">Dragonskin Armor of Enlightenment</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots of Enlightenment</textL
><text x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">"Oblivion Grasp" Demon Crown of Detection +1</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y=L
"120" class="base">Gloves</text><text x="10" y="140" class="base">"Honour Bender" Pendant of Perfection +1</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">"Pain Sun" Linen Hood of Perfection +1</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120L
" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">"Hypnotic Root" Amulet of Vitriol</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"nals","amt":"1500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"20000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"Ospy","amt":"25000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt of Perfection</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">Wool GloL
ves of Perfection</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" class="base">DragL
onskin Gloves of Vitriol</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Maelstrom Glow" Scimitar of Skill +1</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">Ancient Helm of Rage</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">"Skull Moon" Hard LeatL
her Boots of Rage +1</text><text x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer of Titans</text><text x="10" y="40" class="base">"Light's Whisper" Chain Mail of Anger +1</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers of Anger</L
text><text x="10" y="120" class="base">Silk Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Pandemonium Moon" Bronze Ring of Vitriol</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Rapture Bane" Warhammer of Reflection +1</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">"Vortex Whisper" Studded Leather BootL
s of Perfection +1</text><text x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Woe Moon" Titanium Ring of Protection +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">Gloves of PerfecLstion</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul of Reflection</text><text x="10" y="40" class="base">"Chimeric Growl" Leather Armor of Perfection +1</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots of PeL
rfection</text><text x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Vengeance Root" Platinum Ring of Protection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt of Brilliance</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="baseL
">"Storm Root" Heavy Gloves of Brilliance</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt of Enlightenment</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="12L
0" class="base">"Tempest Bite" Demon's Hands of Enlightenment +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="base">GauntletsL
 of Brilliance</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Linen Robe of Fury</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">"Behemoth Whisper" Heavy Belt of Fury +1</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="12L
0" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Plate Mail of the Fox</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">"Eagle Bender" Sash of the Fox +1</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" L
y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring of the Twins</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bank","amt":"24000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"defi","amt":"5000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"coax","amt":"2000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"coin","amt":"10000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"ohms","amt":"10000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash of Perfection</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x="10" y="120" claL
ss="base">Leather Gloves of Perfection</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash of Anger</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" clL
ass="base">Dragonskin Gloves of Anger</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="base">Hard LeL
ather Gloves</text><text x="10" y="140" class="base">"Victory Moon" Pendant of Giants +1</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Holy Chestplate of Rage</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">"Empyrean Song" Wool Sash of Rage</text><text x="10" y="100" class="base">Studded Leather Boots</text><text xL
="10" y="120" class="base">"Grim Shout" Hard Leather Gloves of Rage +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">"Woe Bite" Hood of Fury +1</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120"L
 class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">"Sorrow Grasp" Pendant of Giants</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
text/plain;charset=utf-8
 <title>ASCII Animation - Sketchbook and PoorTraits</title>
 justify-content: center;
 align-items: center;
 background-color: #333;
 font-family: 'Courier New', Courier, monospace;
 transform: translate(-50%, -50%);
 <pre id="animation"></pre>
 var animation = document.getElementById("animation");
 function getRandomChar() {
chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+-=[]{}|;':\",./<>?";
 return chars.charAt(Math.floor(Math.random() * chars.length));
 function generateAnimation() {
 var width = Math.floor(window.innerWidth / 9); // 9 is the width of the book animation
 var height = Math.floor(window.innerHeight / 10);
 for (var y = 0; y < height; y++) {
 for (var x = 0; x < width; x++) {
 output += getRandomChar();
 animation.textContent = output;
 setInterval(generateAnimation, 8);
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"12600"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"XTRA","amt":"20000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"25800"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"195"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt of Vitriol</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">ChL
ain Gloves of Vitriol</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"3889"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"8754"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"584"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"insc","amt":"4000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"zbit","amt":"20244"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"4669"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="base">Gauntlets oLzf Anger</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Titans</text><text x="10" y="40" class="base">Robe of Anger</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves of Anger</text><text x="10" y="120" classL
="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring of Vitriol</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood of Anger</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="baseL
">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant of the Twins</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base">Studded LL
eather Gloves</text><text x="10" y="140" class="base">"Plague Tear" Amulet of the Twins +1</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">"Viper Song" Full Helm of Vitriol</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="L
base">Wool Gloves</text><text x="10" y="140" class="base">Necklace of Titans</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"18"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Rapture Growl" Bone Wand of Titans +1</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">"Vortex Roar" Heavy BootL
s of Anger +1</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Woe Shout" Silver Ring of Vitriol +1</text></svg>h!
text/plain;charset=utf-8
<{ "p": "brc-20","op": "transfer","tick": "QBRC","amt": "8" }h!
text/plain;charset=utf-8
<{ "p": "brc-20","op": "transfer","tick": "QBRC","amt": "8" }h!
text/plain;charset=utf-8
<{ "p": "brc-20","op": "transfer","tick": "QBRC","amt": "8" }h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of the Fox</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">GloveL{s of the Fox</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap of Anger</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">Chain GlovesL
</text><text x="10" y="140" class="base">Necklace of the Twins</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt of Brilliance</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">Chain GL
loves of Brilliance</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" class="base"L
>Demon's Hands of Rage</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap of Enlightenment</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="L
base">Gauntlets</text><text x="10" y="140" class="base">Pendant of Detection</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt of Detection</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">"Loath FoL
rm" Holy Gauntlets of Detection</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff of Skill</text><text x="10" y="40" class="base">"Skull Shout" Demon Husk of Rage</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves of Rage</text><text x=L
"10" y="120" class="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring of the Fox</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Divine Robe of Perfection</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">"Sorrow Bite" Plated Belt of Perfection +1</text><text x="10" y="100" class="base">Wool Shoes</text><text x=L
"10" y="120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring of Protection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club of Perfection</text><text x="10" y="40" class="base">"Cataclysm Peak" Ring Mail of Fury +1</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers of Fury</text><text L
x="10" y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Torment Song" Platinum Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Rune Glow" Scimitar of Brilliance</text><text x="10" y="40" class="base">"Demon Moon" Ornate Chestplate of Vitriol +1</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">"Woe ML
oon" Hard Leather Boots of Vitriol</text><text x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Wrath Instrument" Gold Ring of Reflection +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">"Storm Tear" Crown of Rage</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" clasL
s="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet of Power</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="base">Gauntlets</tL
ext><text x="10" y="140" class="base">"Sorrow Grasp" Pendant of Giants +1</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"13"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown of Anger</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy GaL
untlets</text><text x="10" y="140" class="base">Necklace of the Twins</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">"Corpse Glow" War Cap of Rage</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="baL
se">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet of Power</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt of Vitriol</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" cL
lass="base">Demon's Hands of Vitriol</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">"Horror Form" Silk Hood of Protection</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><tL
ext x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace of Reflection</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">"Beast Shadow" Silk Hood of Protection +1</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text L
x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">"Viper Growl" Necklace of Reflection +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Leather Armor of Protection</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">"Mind Grasp" Silk Sash of Protection</text><text x="10" y="100" class="base">Dragonskin Boots</text>L
<text x="10" y="120" class="base">"Plague Tear" Studded Leather Gloves of Protection +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book of Brilliance</text><text x="10" y="40" class="base">Leather Armor of Vitriol</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">"Pandemonium Shout" Silk Sash of Vitriol +1</text><text x="10" y="100" class="base">Dragonskin L
Boots of Vitriol</text><text x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring of Reflection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Holy Chestplate of Protection</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">"Viper Shadow" Wool Sash of Protection</text><text x="10" y="100" class="base">Studded Leather Boots</texL
t><text x="10" y="120" class="base">"Armageddon Moon" Hard Leather Gloves of Protection +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Blood Shadow" Short Sword of the Twins</text><text x="10" y="40" class="base">"Maelstrom Root" Studded Leather Armor of Brilliance +1</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" clL
ass="base">"Dragon Root" Heavy Boots of Brilliance</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Dread Bender" Silver Ring of Anger +1</text></svg>h!
text/plain;charset=utf-8
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt of Detection</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">"Torment L
Form" Holy Gauntlets of Detection</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"MTRX","amt":"20000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt of Perfection</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">Ornate GauL
ntlets of Perfection</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">Wool Gloves</texL
t><text x="10" y="140" class="base">"Rapture Shadow" Necklace of Skill +1</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">"Storm Roar" Ornate Helm of Fury +1</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class=L
"base">Divine Gloves</text><text x="10" y="140" class="base">"Plague Glow" Amulet of Giants</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Studded Leather Armor of Perfection</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">"Viper Growl" Leather Belt of Perfection +1</text><text x="10" y="100" class="base">Heavy BoL
ots</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring of Protection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff of the Twins</text><text x="10" y="40" class="base">Hard Leather Armor of Brilliance</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">"Vortex Tear" Brightsilk Sash of Brilliance +1</text><text x="10" y="100" class="L
base">Demonhide Boots of Brilliance</text><text x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring of Anger</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood of Vitriol</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="baL
se">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet of Titans</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">"Spirit Song" Ancient Helm of Rage</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x="10"L
 y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace of Power</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">"Torment Shadow" Ancient Helm of Detection</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x=L
"10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace of Perfection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">"Tempest Grasp" Great Helm of Vitriol +1</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10"L
 y="120" class="base">Silk Gloves</text><text x="10" y="140" class="base">"Rage Bender" Pendant of Titans +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"ohms","amt":"24000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">"Wrath Growl" Cap of Enlightenment +1</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" L
class="base">Chain Gloves</text><text x="10" y="140" class="base">"Spirit Form" Necklace of Detection</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"Oshi","amt":"1"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"1"}h!
text/plain;charset=utf-8
 <title>ASCII Animation - Sketchbook and PoorTraits</title>
 justify-content: center;
 align-items: center;
 background-color: #333;
 font-family: 'Courier New', Courier, monospace;
 transform: translate(-50%, -50%);
 <pre id="animation"></pre>
 var animation = document.getElementById("animation");
 function getRandomChar() {
chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+-=[]{}|;':\",./<>?";
 return chars.charAt(Math.floor(Math.random() * chars.length));
 function generateAnimation() {
 var width = Math.floor(window.innerWidth / 9); // 9 is the width of the book animation
 var height = Math.floor(window.innerHeight / 10);
 for (var y = 0; y < height; y++) {
 for (var x = 0; x < width; x++) {
 output += getRandomChar();
 animation.textContent = output;
 setInterval(generateAnimation, 8);
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"DPAL","amt":"20"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul of Perfection</text><text x="10" y="40" class="base">"Gale Growl" Divine Robe of Fury +1</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes of Fury</text><text x="10" L
y="120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Bramble Root" Titanium Ring of Detection</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"XEN+","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"dfrw","amt":"20"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"vmpx","amt":"420"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"ordi","amt":"50"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"ordi","amt":"50"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"ordi","amt":"50"}h!
text/plain;charset=utf-8
;{"p":"brc-20","op":"mint","tick":"ipin","amt":"1000000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"15000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">Ornate Gauntlets</L
text><text x="10" y="140" class="base">"Bramble Glow" Amulet of Skill +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"17"}h!
text/plain;charset=utf-8
;{"p":"brc-20","op":"transfer","tick":"mnch","amt":"200000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">"Damnation Song" Dragon's Crown of Vitriol +1</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" L
class="base">Holy Gauntlets</text><text x="10" y="140" class="base">"Blood Instrument" Necklace of Titans +1</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bank","amt":"8000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"MTRX","amt":"9000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"long","amt":"18000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"Oshi","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$MVP","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"AKIO","amt":"21000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"20000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"0001","amt":"21000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">"Corruption Shout" Demon Crown of Brilliance +1</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" yL
="120" class="base">Gloves</text><text x="10" y="140" class="base">"Blight Peak" Pendant of the Fox +1</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Doom Growl" Bone Wand of Reflection +1</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">"Havoc Roar" Heavy BootL
s of Perfection +1</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Honour Shout" Silver Ring of Protection +1</text></svg>h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
J{"p":"brc-20","op":"deploy","tick":"2
i","max":"2.71828","lim":"2.71828"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt of Vitriol</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" class="bL
ase">"Eagle Grasp" Demon's Hands of Vitriol</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
;{"p":"brc-20","op":"transfer","tick":"mnch","amt":"200000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
LL{"p":"brc-20","op":"deploy","tick":"#win","max":"21000000","lim":"21000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"CASH","amt":"25000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">Ornate Gauntlets of ProtLvection</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy Gauntlets</text><L
text x="10" y="140" class="base">"Blood Form" Necklace of Detection +1</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">"Honour Peak" Divine Hood of Fury +1</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="1L
0" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">"Foe Moon" Pendant of Giants</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"4400"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt of the Fox</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy GauntlL
ets of the Fox</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"777"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"1362"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$DBZ","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$DBZ","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
https://trustless.computer
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"$DBZ","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Bramble Root" Quarterstaff of Brilliance</text><text x="10" y="40" class="base">"Mind Shout" Hard Leather Armor of Vitriol +1</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="baL
se">"Dread Shout" Demonhide Boots of Vitriol</text><text x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Doom Bane" Bronze Ring of Reflection +1</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"piza","amt":"3000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"odsy","amt":"20000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"15000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"corn","amt":"10"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bank","amt":"4000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"20000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"hash","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soon","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"0000","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"15000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bank","amt":"9000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bank","amt":"10000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"1500"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"nals","amt":"500"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"nals","amt":"500"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"defi","amt":"2500"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"EPIC","amt":"30000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"ordi","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"MTRX","amt":"9000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
<{"p":"brc-20","op":"transfer","tick":"swap","amt":"5000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"31882"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"moon","amt":"20000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Pain Tear" Wand of the Twins</text><text x="10" y="40" class="base">"Cataclysm Grasp" Ring Mail of Brilliance +1</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">"Tempest Grasp" L
Silk Slippers of Brilliance</text><text x="10" y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Torment Growl" Platinum Ring of Anger +1</text></svg>h!
text/plain;charset=utf-8
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"GNSS","amt":"1"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">"Storm Glow" War Cap of Rage</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="basL
e">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet of Power</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"sats","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"sats","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"sats","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"sats","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"sats","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"YYDS","amt":"1"}h!
text/plain;charset=utf-8
\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage{EMNLP2023}
\usepackage{latexsym}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{microtype}
\usepackage{inconsolata}
\title{Symbolic Logic is Also Needed}
\author{Greg Coppola \\
  {\em Apocalypse Like Right Now} \\
  \texttt{greg@coppola.ai}}
ChatGPT has shown that, surprisingly, a GPT language model can learn from unsupervised text something approximating M
a logical model of accurate world knowledge.
But, ChatGPT has the well-known ability to ``hallucinate'', and give facts or cite sources that do not exist (i.e., were not in the training data).
Also, ChatGPT has the limitation that it is not able to reason in a principled way, empirically making reasoning mistakes, and also not being theoretically connected to a complete or consistent proof system.
We propose to address both of these using a unified solution paradigm we call {\em SymbolicGPT}, characterized by: 1) tM
he incorporation of {\em discrete logical forms} into a generative pre-trained transformer model, 2) the postulation as latent variables of syntactic parses and logical forms, and 3) a probabilistic model that can assign probabilities to discrete symbolic logical statements, based on a knowledge base of probabilistic discrete logical statements.
While the model proposed is only theoretical, in that we do not have results from running the model, this paper does contribute several examples of empirical data of ChatGPM
T's performance in important relevant cases.
\section{Introduction}
\citep{vaswani:attention-is-all-you-need:2017}, which introduced the popular {\em transformer} architecture, used the famously memified title {\em Attention Is All You Need}.
The literal meaning of this intuitively humorous phrase is that, given attention, one can dispense with ``complex recurrent or convolutional neural networks.''
However, implicit in the idea that this title is a joke, is that, at some level of analysis, eventualM
ly attention will {\em not} be all that is needed.
We analyze that the problems with ChatGPT as it currently stands are: 1) it hallucinates, and 2) it cannot maintain a logically coherent worldview.
We propose that what is also needed at this time is a probabilistic knowledge base expressed in {\em symbolic logic}.
\section{Analysis of ChatGPT}
\subsection{The Ability to Build a World Model and Converse}
The popularity of the ChatGPT application is due to the fact that ChatGPT allows better access to information M
than any other alternative, implying both a useful world model, and a useful interface.
It has been suggested that ChatGPT is passing the ``Turing Test'' \citep{bengio:eye-on-ai:2023}.
\subsection{The Problem of Hallucination}
The problem of {\em hallucination} is a central one for ChatGPT.
\subsubsection{An Experiment Showing Hallucination}
Here is example from the preparation of this paper.
Consider that in response to the question {\em what are some citations for a logical probabilistic database?}, ChatGPT resM
ponded with a citation that seems to not exist:
Kersting, K., \& De Raedt, L. (2007). Probabilistic logic programming. In Proceedings of the 20th International Joint Conference on Artificial Intelligence (IJCAI), 1623-1630.
It seems according to {\em Google Search} and {\em Google Scholar} that this article does not exist, but there is a similar existing source:
{\em Probabilistic inductive logic programming},
Luc De Raedt, Kristian Kersting,
Probabilistic inductive logM
ic programming: theory and applications,
Springer Berlin Heidelberg.
In other words, the title is {\em Probabilistic inductive logic programming}, not {\em Probabilistic logic programming}, and apparently the journal, publisher, pages and year are wrong.
This is a typical example of hallucination, where ChatGPT returns a result similar to something that exists, but not exactly or actually something that exists.
The fact that ChatGPT's results cannot be relied on is a major barrier to being used moM
\subsubsection{Sutskever's Take on Hallucination}
In {\em Forbes}, OpenAI Chief Scientist Ilya Sutskever recently gave his thoughts on the hallucination issue:
Now let's talk about the limitations. {\em It is indeed the case that these neural networks have a tendency to hallucinate}. That's because a language model is great for learning about the world, but it is a little bit less great for producing good outputs. And there are various technical reasons for that. There are technical reasonM
s why a language model is much better at learning about the world, learning incredible representations of ideas, of concepts, of people, of processes that exist, but its outputs aren't quite as good as one would hope, or rather as good as they could be. \citep{sutskever:forbes:2023}.
So, clearly OpenAI views hallucination as a primary limitation of ChatGPT.
Sutskever theorizes that the ChatGPT model {\em is} good at {\em learning} from the world, but that the problem is with the {\em outputs}, and goes M
on to mention that {\em reinforcement learning} can be used to better control the output.
\subsubsection{An Experiment on ChatGPT's Conception of Truth}
We believe that the transformer model does not have a clear distinction between true and false.
In support of this hypothesis, consider ChatGPT's response in the following:
{\bf paper author}: how does a gpt model represent a difference between "true" and "false"?
{\bf ChatGPT}: {\em A GPT model does not inherently understand the concepts of "true" M
and "false" in the same way humans do}. Instead, it learns statistical patterns from large amounts of text data to generate outputs that are likely to be coherent and grammatically correct given the input prompt.
\subsubsection{Aristotle's Law of the Excluded Middle}
Aristotle's law of the excluded middle states that:
\item Aristotle's Law of Excluded Middle: For any proposition P, either P or not-P is true.
\item Probabilistic Version: For any proposition $P$, $p(P) + p(\neg P) = 1$.
There is no clear analog to this in the transformer, either in practice or in theory, and even ChatGPT does believe there is an analog.
The generative GPT model has a fixed number of continuous parameters.
This intuitively suggests something that needs fixing.
\subsubsection{Discrete Line Between Known and Unknown}
In 2002, Donald Rumsfeld famously popularized a distinction between {\em known unknowns}, and {\em unknown unknowns}.
That is, there are three kinds of states for a database:
\item {\em known knowns}: both the question and the answer are known
\item {\em known unknowns}: the question is known but the answer is unknown
\item {\em unknown unknowns}: a relevant factor exists, but neither was it known nor was even the question to ask known
We observe that ChatGPT does not make this distinction.
It seems only to have parameters that help it predict the next character, without clearly demarcating these distinctions between known and unknown.
\subsection{The Problem of a LogicM
ally Consistent Worldview}
Evidently, a the key-value mechanism of attention is able to encode some kind of functional relationships, that, when expanded large enough, can learn a representation of the ``world" that is good enough to store information, and make it available again for consumers on a wide array of tasks.
ChatGPT can answer logical questions, and shows in much behavior signs of logical reasoning.
\subsubsection{Hinton Stresses the Problem of a Logically Consistent Worldview}
Recently, in an appearancM
e on {\em CBS Mornings}, Geoff Hinton discussed the problem of creating a {\em logically consistent worldview}:
We're at a transition point now where ChatGPT is this kind of idiot savant, and it also doesn't really understand
about truth. It's being trained on lots of inconsistent data it's trying to
predict what someone will say next on the web. And people have different opinions and it [ChatGPT] has to have a kind of
blend of all these opinions so that it can model what anybody might
different from a person who tries to have a consistent world view.
Particularly, if you want to act in the world, it's good to have a consistent world
view. And, I think what's good one thing that's going to happen is we're going to move towards systems that
can understand different world views and can understand that okay if you have this world view
then this is the answer and if you have this other world view then that's the answer. \citep{hinton:cbs-mornings:2023}
\subsubsection{Aspects of a LogicalM
ly Consistent Worldview}
The ability to hold a ``logically consistent'' worldview includes the following competencies:
\item the ability to expand a set of premises $P$ to some $P' \supset P$ using a consistent set of {\em inference rules}
\item the ability to detect a contradiction in a set $P$ of sentences
\item the ability to partition a contradictory set of sentences $P$  into maximally consistent sets of sentences, $P_1, ..., P_N$
\item the ability to compare two theories $P$ and $Q$, e.g., andM
 determine which is a better fit for the data
\item the ability to explain a piece of data based on multiple consistent worldviews, i.e., to compute the probability of an observation under multiple different world views
\subsubsection{An Experiment in Reasoning with ChatGPT}
There is no formal guarantee that the generative word model's explanatory parameters amount to logical inference.
Indeed, consider the following interaction we recorded:
\item {\bf paper author}: if Alice is shorterM
 than Bob and Bob is shorter than Charlie, then who is the tallest and why?
\item {\bf answer}: Based on the information given, it is not possible to determine who is the tallest among Alice, Bob, and Charlie.
All we know is that Alice is shorter than Bob, and Bob is shorter than Charlie. However, we do not have any information about the actual heights of any of the three individuals, so we cannot make any conclusions about who is the tallest.
For example, it is possible that Alice is 5 feet tall, Bob is 5'5" talM
l, and Charlie is 6 feet tall. In this case, Charlie would be the tallest.
Alternatively, it is possible that Alice is 6 feet tall, Bob is 5'10" tall, and Charlie is 5'5" tall. In this case, Alice would be the tallest.
Therefore, without additional information about their heights, we cannot determine who is the tallest among Alice, Bob, and Charlie.
To analyze this mistake, we can first of all say that the answer should have been that {\em Charlie} is the tallest.
This true because the notion of beinM
g taller/shorter is transitive, so from the definitions of words and the two relations given, we can conclude that Charlie is the tallest.
ChatGPT also suggests a possible problem scenario in which Alice is 6 feet tall, but Bob is 5'10", contradicting the assumption that {\em Alice is shorter than Bob}.
Clearly, ChatGPT is not thinking in terms of rigorously consistent logical structures.
We believe this is related to the fact that there is no clear distinction between true and false, in the generative pre-trainedM
And, because there is no proof system inherent in the transformer that guarantees consistency.
There is no mechanism for detecting a logical contradiction.
\section{A Symbolic Probability Database}
\subsection{The Concept of a Discrete Probabilistic Database}
We can refer generally to a {\em discrete logical database}, as a set of pairs $\left\{(z, p) \in (\ell, [0,1]) \right\}$, where each $z$ is a statement in $\ell$ and each $p$ is its associated probability.
One example of such a network would be a {\M
em Bayesian Network} \citep{koller:propabilistic-graphical-models:2009}.
A Bayesian Network could satisfy all of the properties we need of evaluating and learning from sentences in $\ell$, but for the problem of {\em universal quantification}, i.e., sentences of the form $\forall x\ f(x) \rightarrow g(x)$.
More generally we can look to various theories of {\em logic programming} \citep{deraedt:probabilistic-inductive-logic-programming:2008}, which do attempt to address the quantification issue.
There is no clear seM
nse of unity or standardization so far, it seems, in theories of logical inference like there is in neural network inference.
\subsection{Motivation for a Discrete Probabilistic Database}
We propose that by making the knowledge database discrete, we will avoid the problem of hallucinations, because we have two clearly stored dimensions:
\item discrete database membership: for a given sentence $z$, either $(z, p) \in K$ for some $p$, or it is not. We can thus detect whether a fact has actually been M
seen, and incorporated, before.
\item ability to evaluate likelihood: for a given sentence $z$ that is in $K$, we can evaluate whether its associated probability $p$ is high or low
Given this information correctly constructed, hallucination could be avoided, because unseen things are not in this database.
\subsection{Requirements of a Logical Database}
In order to incorporate a discrete probabilistic model into our generative story, we must assume a system that has the following properties:
\item given a model $\Phi$, can efficiently assign a probability $P_\Phi(z)$ for any $z \in \ell$
\item given a database of logical facts $\left\{z_n\right\}_{n \in U}$ of all facts in the entire universe $U$, we can call $\Phi = \textsc {ReTrain}(\left\{z_n\right\}_{n \in W})$
Presumably, we would want to be able to make ``on-line'' updates to the model, and it will not be practical to re-estimate all parameters all of the time.
However, we want to leave $\Phi$ an abstract object, and so avoiM
d considerations of how updates could be made online, to avoid restraining the model class prematurely, and leave optimizations for future work.
\section{Syntax and Semantics}
\subsection{Traditional Conception of Linguistics}
The traditional conception of linguistics was that a layer called {\em syntax} served to intermediate between the two logical interfaces of {\em logical form}, in which reasoning is done, and {\em surface form}, corresponding to what is written or spoken \citep{sausure:course-in-general-lingM
uistics:1916,chomsky:minimalist-program:2014,steedman:syntactic-process:2001}.
Thus, the fact that ChatGPT does not rely on syntactic structures is perhaps the most surprising feature, and has on this grounds drawn criticism from Chomsky \citep{chomsky:debunking-the-great-ai-lie:2023}.
We believe that the fact that linguistics has been seen as involving a layer of syntactic analysis is a major kind of evidence that the syntactic layer has relevance.
It is an amazing achievement by ChatGPT that they can build a worlM
d knowledge model by avoiding this layer.
However, the ever-present intuition that syntactic analysis is relevant suggests that in the future, syntax must make a comeback in natural language processing.
\subsection{Mapping Logical Form to Surface Form}
Let $z_n$ be a logical form, $x_n$ be a paragraph of surface tokens, and $y_n$ be a parse that mediates between them.
For a given paragraph $x_n$, the set of candidate parses $C(x_n)$ will grow more than exponentially in the length of $x_n$.
However, in practice thiM
s space can be pruned using, if necessary using a $k$-best pruning from an existing parsing model \citep{charniak:coarse-to-fine:2005,huang:forest-reranking:2008}.
We will assume that a parse $y$ uniquely determines a logical form $z$, so that we can write that the set of candidate parses for a sentence $x$ is $C(x)$ a set of pairs $(y, z)$, where $y$ is a parse that yields $x$, and $z$ is the unique logical form determined by $y$.
\section{Generating Text with Latent Logical Forms}
\subsection{ChatGPT's GenerativM
Let ${\bf x} = \left[x_n\right]_{n=1}^N$ be a document of $N$ paragraphs, each of length $W$ tokens.
A ChatGPT-style language model \cite{radford:improving-language-understanding-by-generative:2018} models the probability of a document as:
\[ p({\bf x}) = \Pi_{i=1}^n p(x_n \mid x_{n-1}) \]
That is, in the generative story, one paragraph is created based only on a previous one, with no hypothesized latent state of any kind.
\subsection{High-Level Flow of a Latent Variable Generative Story}
ate a generative story, which we call {\em SymbolicGPT}, in which, to create $x_n$ based on $x_{n-1}$:
\item with probability $p(z_n \mid x_{n-1}; \theta, \Phi)$, choose a logical form $z_n$, based on (encoding vectors from) the previous paragraph $x_{n-1}$, the neural parameters $\theta$, and the prior likelihood of articulating the logical concept $z_n$ according to logical database $\Phi$
\item with probability $p(y_n \mid x_{n-1}, z_n; \theta)$, choose a syntactic analysis $y_n$, based on $z_n$,M
 (encoding vectors from) the previous paragraph $x_{n-1}$, and the neural parameters $\theta$
\item the output text $x_n$ is determined uniquely by $y_n$
\subsection{Factorization of Logical Forms}
We suppose that the $x_n$ are {\em paragraphs}, which is to say sequences of sentences.
We assume that we receive the document or corpus segmented into paragraphs $x_n$, but that each $x_n$ contains within it logically separable sentences $[s_1, ..., s_{S_{x_n}}]$, but that tokenization internal to $x_n$ iM
s to be done internal to the model we are describing.
The idea is that since each $x_n$ represents a sequence of logically separable sentences, we can use the distribution over sentence interpretations from one logical sentence within $x_n$, to mutually help inform the interpretation of another logically separable sentence within $x_n$.
That is, in the generative story, we include a function $p(z_n \mid x_{n-1})$, rather than $p(z_n \mid z_{n-1}, x_{n-1})$.
That is, $z_n$ does {\em not} depend on $z_{n-1}$, to avoiM
d a blowing up in complexity, both conceptual and run-time, of the computational graph.
\subsection{Generating the Logical Form}
First, we choose a logical form $z_n$, based on $x_{n-1}$, $\theta$, and $\Phi$:
\[ p(z_n \mid x_{n-1}, \Phi, \theta) \]
One straightforward way to factor this is as a product of the syntactic likelihood of producing $z_n$ (as a syntactic object), in the given context:
\[ p(z_n \mid x_{n-1}, \theta) \]
And then the logical likelihood of saying $z_n$ at all, according to $\Phi$:
\subsection{Generating the Parse}
We next choose the parse $y_n$ in the normal transformer way:
\[ p(y_n \mid z_n, x_{n-1}; \theta) \]
There are a number of different parse formalisms (CFG parsing, unlabeled dependency parsing, labeled dependency parsing), and we are not currently proposing to choose between them.
The only requirement of the parsing formalism is that it must map a surface form $x_n$ to some $z_n$ that we can reason with.
One can use a discriminative parser to constrain the space, andM
 this would create a parse in a bottom-up fashion.
Once the space is pruned and structured, the generative story can be told in a top-down fashion, like in the original parsing models \citep{collins:a-new-statistical-parser:1996,charniak:statistical-parsing-with-a-cfg:1997}.
\subsection{Generating the Text}
The text $x_n$, we reiterate, is a part of the parse $y_n$.
\section{Parameter Estimation}
The problem of parameter estimation in the ChatGPT GPT model is the problem of estimating what we are calling $\theta$M
, the continuously valued parameters of the neural network part of the model.
In our case, we must also now estimate $\Phi$, which is the discrete logical model.
And, we must hypothesize latent syntactic/logical parses.
\subsection{Expectation Maximization}
The first problem to be solved is that the logical forms are {\em not} part of the given data, and so must be modeled as {\em latent variables}.
The ChatGPT 	transformer does not use latent variables in the way that they were understood in the context of part-oM
f-speech tagging or syntactic parsing, and this greatly simplifies the training.
However, in order to realize the traditional vision of syntax as mapping logical forms to surface form \citep{montague:universal-grammar:1970,chomsky:minimalist-program:2014,steedman:syntactic-process:2000}, we will have to involve a logical representation, which is not present in the data, and therefore is latent.
In order to train with latent variables, we can use {\em expectation maximization} \citep{dempster:maximum-likelihood:1977M
In the expectation step, we assign distributions to possible parses $y_n$, each of which implies an associated logical representations $z_n$.
In the {\em maximization} step, we optimize $\theta$ and $\phi$.
Boot-strapping this process will perhaps be difficult.
One option is to start by boot-strapping from a high resource language, e.g., English.
A syntactic parser can be discriminatively trained based on a GPT generative model, the way that few shot learning happens today.
If logical world knowledge can be encM
oded based on English, then other languages can map onto this logical space.
\subsection{Heterogenous Training}
The neural network part of the model can be trained using back-propagation.
It is not clear exactly how the logical model would be trained, or whether back-propagation would be appropriate.
We have specified that we require the abstract interface $\Phi = \textsc {ReTrain}(\left\{z_n\right\}_{n \in W})$ to retrain $\Phi$, but how this would be done is difficult future work.
However, in order to allow theM
 most generality, we can train the neural network part in a heterogeneous way compared to the logical model.
The predictions of the logical model can be treated as exogenous features, and back-propagation can work through the exclusively neural part.
\subsection{The Logical Model}
The fundamental difficulty in estimating a model using symbolic logic is the question of, what are the symbols?
In other words, the problem for the Bayesian network formulation is that we must identify both a graphical structure $G$, noM
t known a priori, and a probability model $\Phi$ over these.
The question of how this would work must be left to future work.
However, for a fixed directed Bayesian network, the problem of parameter estimation is trivial, and just involves counting.
\section{Discussion}
We are not able to evaluate this model at the present time.
We only record the logic and the mathematics in order to receive feedback on the equations.
However, we reiterate the benefits we expect to see from this model.
Hallucinations can hopefullM
y be removed from the use of a discrete membership database, where a fact is either in the database or not, and then if it does exist, it either has high or low probability.
The discrete logical database will allow for the creation of logical reasoning, and an ability to detect whether things actually contradict.
\section{Conclusion}
We have introduced {\em SymbolicGPT}, a new algorithm that proposes to integrate a symbolic logic grammar into a ChatGPT-style generative pre-trained transformer, with the goal of eliM
minating hallucinations, and creating a logically consistent worldview.
This new architecture requires the postulation of a latent syntactic form, which can be learned through expectation-maximization.
Of course, this is only a theoretical proposal, and not an empirical result.
The obvious future work is to instantiate the parameters of this theory to get it actually working.
A narrower future work would be to simply refine the logical reasoning engine.
\bibliography{anthology,custom}
\bibliographystyle{acl_natbib
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"#win","amt":"21000000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Viper Shadow" Short Sword of Skill</text><text x="10" y="40" class="base">"Ghoul Root" Shirt of Rage +1</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">"Bramble Root" OL
rnate Greaves of Rage</text><text x="10" y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Brimstone Bender" Platinum Ring of the Fox +1</text></svg>h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"meme","amt":"2"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"8000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"trac","amt":"14000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"15000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">"Dread Moon" Great Helm of Detection +1</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120"L
 class="base">Silk Gloves</text><text x="10" y="140" class="base">"Cataclysm Bite" Pendant of Perfection +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown of Fury</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy GauntletsL|</text><text x="10" y="140" class="base">Necklace of Giants</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood of Protection</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" classL
="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant of Reflection</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
,{"p":"sns","op":"reg","name":"11123.unisat"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"gngn.unisat"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Havoc Root" Quarterstaff of Giants +1</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood of Protection</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">"PandemoniumL
 Shout" Demonhide Boots of Protection +1</text><text x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
-{"p":"sns","op":"reg","name":"satsat.unisat"}h!
text/plain;charset=utf-8
-{"p":"sns","op":"reg","name":"bitbit.unisat"}h!
text/plain;charset=utf-8
,{"p":"sns","op":"reg","name":"36699.unisat"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"chat","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy Gauntlets of AngeLsr</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base">Studded LeathL
er Gloves</text><text x="10" y="140" class="base">"Bramble Root" Amulet of the Twins +1</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt of Protection</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">L
"Damnation Song" Wool Gloves of Protection</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Maelstrom Glow" Scimitar of Skill +1</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">Ancient Helm of Rage</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">"Skull Moon" Hard LeatL
her Boots of Rage +1</text><text x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Hate Bane" Warhammer of Power +1</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">"Pain Whisper" Heavy Boots ofL
 Enlightenment +1</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Pandemonium Moon" Silver Ring of Rage +1</text></svg>h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"3g24","max":"21000000","lim":"1000"}h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"42g3","max":"21000000","lim":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap of Fury</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="base">GauL
ntlets</text><text x="10" y="140" class="base">Pendant of Giants</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt of Rage</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">"Morbid Glow" LL
inen Gloves of Rage</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood of Enlightenment</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" L
class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace of Detection</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">"Morbid Whisper" Linen Hood of the Fox +1</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10"L
 y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">"Havoc Tear" Amulet of Skill</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
;{"p":"brc-20","op":"transfer","tick":"core","amt":"480000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown of Rage</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="baseL
">Heavy Gloves</text><text x="10" y="140" class="base">Amulet of Power</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood of Fury</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" class=L
"base">Demon's Hands</text><text x="10" y="140" class="base">Pendant of Giants</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">"Miracle Shadow" Silk Hood of Vitriol</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="1L
0" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace of Titans</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">"Oblivion Shout" Hood of Detection +1</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x=L
"10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">"Honour Peak" Pendant of Perfection +1</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand of Brilliance</text><text x="10" y="40" class="base">"Brimstone Grasp" Hard Leather Armor of Vitriol</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots oL
f Vitriol</text><text x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring of Reflection</text></svg>h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"LIHT","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"Majo","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"50"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"420"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"2500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"2500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"2800"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"8400"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
;{"p":"brc-20","op":"transfer","tick":"NOOT","amt":"100000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"sand","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
Zd/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"2920"}h!
9{"p":"brc-20","op":"transfer","tick":"bank","amt":"7000"}h!
5{"p":"brc-20","op":"mint","tick":"CORN","amt":"1000"}h!
7{"p":"brc-20","op":"transfer","tick":"ordi","amt":"50"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword of Enlightenment</text><text x="10" y="40" class="base">Dragonskin Armor of the Fox</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots of the Fox</text><L
text x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Shirt of Enlightenment</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">"Onslaught Growl" Dragonskin Belt of Enlightenment +1</text><text x="10" y="100" class="base">Ornate GreaL
ves</text><text x="10" y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Leather Armor of Rage</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">"Shimmering Shout" Silk Sash of Rage</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10"L
 y="120" class="base">"Bramble Root" Studded Leather Gloves of Rage +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Anger</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">"Grim BL
ite" Gloves of Anger +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Enlightenment</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">OrnL
ate Gauntlets</text><text x="10" y="140" class="base">Amulet of Detection</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">"Blight Moon" Leather Cap of Protection +1</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120L
" class="base">Gauntlets</text><text x="10" y="140" class="base">"Woe Bite" Pendant of Reflection +1</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword of Skill</text><text x="10" y="40" class="base">Studded Leather Armor of Rage</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">"Chimeric Song" Leather Belt of Rage +1</text><text x="10" y="100" class="base">Heavy BL
oots of Rage</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring of the Fox</text></svg>h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"ordi","amt":"50"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome of Titans</text><text x="10" y="40" class="base">Demon Husk of Anger</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves of Anger</text><text x="10" y="120" class=L
"base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring of Vitriol</text></svg>h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"junk.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"2531"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"8949"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap of Brilliance</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="bL
ase">Gauntlets</text><text x="10" y="140" class="base">Pendant of the Fox</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base">Studded LL
eather Gloves</text><text x="10" y="140" class="base">"Fate Tear" Amulet of Giants +1</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand of Enlightenment</text><text x="10" y="40" class="base">"Dusk Roar" Chain Mail of the Fox +1</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers of the L
Fox</text><text x="10" y="120" class="base">Silk Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Armageddon Shout" Bronze Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap of Enlightenment</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="baseL
">Chain Gloves</text><text x="10" y="140" class="base">Necklace of Detection</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">"Golem Glow" Crown of Protection</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" L
y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet of Reflection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand of Brilliance</text><text x="10" y="40" class="base">"Doom Song" Plate Mail of Vitriol</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots of Vitriol</text><teL
xt x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring of Reflection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand of Perfection</text><text x="10" y="40" class="base">Ornate Chestplate of Fury</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots of Fury</text><tL
ext x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">"Grim Bender" Divine Hood of Anger +1</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="L
10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">"Eagle Shout" Pendant of the Twins</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">"Hate Shadow" Silk Hood of Rage +1</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" L
y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">"Empyrean Growl" Necklace of Power +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword of Skill</text><text x="10" y="40" class="base">Holy Chestplate of Rage</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">"Torment Song" Wool Sash of Rage +1</text><text x="10" y="100" class="base">Studded Leather Boots ofL
 Rage</text><text x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring of the Fox</text></svg>h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"club","amt":"696"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash of Enlightenment</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x="10" y="120" L
class="base">Leather Gloves of Enlightenment</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Kraken Grasp" Katana of Protection</text><text x="10" y="40" class="base">"Beast Form" Robe of Detection +1</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">"Rapture Form" HoL
ly Greaves of Detection</text><text x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Rune Roar" Bronze Ring of Power +1</text></svg>h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"ordi","amt":"40"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"0shi","amt":"10"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"584"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"beng","amt":"3500"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"5643"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"20"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"7"}h!
text/plain;charset=utf-8
I{"p":"brc-20","op":"deploy","tick":"TJPJ","max":"21000000","lim":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="base">Divine Gloves of LtRage</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Detection</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">GL
loves of Detection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Perfection</text><text x="10" y="40" class="base">Robe of Fury</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves of Fury</text><text x="10" y="120" claL
ss="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">"Hate Form" Dragon's Crown of Brilliance</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" cL
lass="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace of the Fox</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bank","amt":"2500"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"23980"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Miracle Growl" Bone Wand of Perfection +1</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">"Soul Roar" Heavy BoL
ots of Fury +1</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Sorrow Shout" Silver Ring of Detection +1</text></svg>h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"fish","amt":"100"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash of the Fox</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="baL
se">"Golem Whisper" Studded Leather Gloves of the Fox +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Corruption Bender" Long Sword of Enlightenment +1</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">"Gale Bane" Leather Boots of thL
e Fox +1</text><text x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Ghoul Glow" Silver Ring of the Twins +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand of Power</text><text x="10" y="40" class="base">"Light's Roar" Studded Leather Armor of Enlightenment +1</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy BooL
ts of Enlightenment</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Pandemonium Shout" Silver Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand of Enlightenment</text><text x="10" y="40" class="base">"Honour Bite" Hard Leather Armor of the Fox +1</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">DemonhideL
 Boots of the Fox</text><text x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Damnation Shadow" Bronze Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand of Enlightenment</text><text x="10" y="40" class="base">"Honour Bite" Hard Leather Armor of the Fox +1</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">DemonhideL
 Boots of the Fox</text><text x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Damnation Shadow" Bronze Ring of the Twins</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"2
i","amt":"2.71828"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"nals","amt":"2000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"1168"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Enlightenment</text><text x="10" y="40" class="base">"Damnation Instrument" Robe of the Fox +1</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves of theL
 Fox</text><text x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Vortex Tear" Bronze Ring of the Twins</text></svg>h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"swap","amt":"1000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand of Brilliance</text><text x="10" y="40" class="base">"Corruption Grasp" Linen Robe of Vitriol</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes of Vitriol</text><L
text x="10" y="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring of Reflection</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"50000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"2336"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"20000"}h!
text/plain;charset=utf-8
8{"p":"sns","op":"reg","name":"inscription#5091133.sats"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"3693"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"exp6","amt":"15625"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"exp6","amt":"15625"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"musk","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"584"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"DOOO","max":"21000000","lim":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"XTRA","amt":"20000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"MTRX","amt":"9900"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Perfection</text><text x="10" y="40" class="base">"Hate Instrument" Leather Armor of Fury +1</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots of FurL
y</text><text x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Corpse Tear" Platinum Ring of Detection</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"pepe","amt":"1500"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"NEWS","amt":"990"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"2WIN","amt":"1"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"2000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Shirt of Enlightenment</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">"Blood Growl" Dragonskin Belt of Enlightenment +1</text><text x="10" y="100" class="base">Ornate Greaves<L
/text><text x="10" y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring of Rage</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">Gloves of PerfectLrion</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown of the Fox</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">GloveLys</text><text x="10" y="140" class="base">Pendant of Skill</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="base">Gauntlets</L
text><text x="10" y="140" class="base">"Kraken Shout" Pendant of Giants +1</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash of Perfection</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="L
base">Hard Leather Gloves of Perfection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Dragonskin Armor of Fury</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">"Demon Bite" Hard Leather Belt of Fury +1</text><text x="10" y="100" class="base">Chain Boots</text><text x=L
"10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand of Giants</text><text x="10" y="40" class="base">"Beast Song" Robe of Protection</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves of Protection</text><L
text x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring of Fury</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Robe of Enlightenment</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">"Victory Bender" Demonhide Belt of Enlightenment +1</text><text x="10" y="100" class="base">Holy Greaves</text>L
<text x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer of Titans</text><text x="10" y="40" class="base">"Rune Whisper" Chain Mail of Anger +1</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers of Anger</texL
t><text x="10" y="120" class="base">Silk Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Grim Moon" Bronze Ring of Vitriol</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Skull Bite" Maul of Titans +1</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">"Wrath Growl" Holy Greaves of Anger +1</text><text L
x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Light's Root" Bronze Ring of Vitriol +1</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"nals","amt":"11050"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"hoky","max":"21000000","lim":"1000"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"micron.sats"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"Akamai.sats"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"Fiserv.sats"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"xilinx.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"BAYC","amt":"1"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"lvdi","amt":"5000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash of Perfection</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="base">"SoulL
 Sun" Divine Gloves of Perfection +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
.{"p":"sns","op":"reg","name":"microchip.sats"}h!
text/plain;charset=utf-8
*{"p":"sns","op":"reg","name":"ansys.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"chat","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"akam.sats"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"adsk.sats"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"ntap.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"chat","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
-{"p":"sns","op":"reg","name":"synopsys.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"chat","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
,{"p":"sns","op":"reg","name":"Fortive.sats"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"vrts.sats"}h!
text/plain;charset=utf-8
*{"p":"sns","op":"reg","name":"ANSYS.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"chat","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"ndsn.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
,{"p":"sns","op":"reg","name":"Workday.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
,{"p":"sns","op":"reg","name":"cadence.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"xlnx.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"chat","amt":"1000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"syna.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
,{"p":"sns","op":"reg","name":"Nordson.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
-{"p":"sns","op":"reg","name":"VeriSign.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"SZAB","amt":"15"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"69
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"SZAB","amt":"15"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"15000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"15000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Silk Robe of Vitriol</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">"Doom Form" Mesh Belt of Vitriol</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" L
class="base">"Gloom Grasp" Gloves of Vitriol +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">"Dusk Roar" Ornate Helm of Perfection +1</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" cL
lass="base">Divine Gloves</text><text x="10" y="140" class="base">"Corpse Glow" Amulet of Vitriol</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt of Enlightenment</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" clasL
s="base">"Ghoul Sun" Heavy Gloves of Enlightenment +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome of Power</text><text x="10" y="40" class="base">Ornate Chestplate of Enlightenment</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots of Enlightenment</L
text><text x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="base">Hard LeL
ather Gloves</text><text x="10" y="140" class="base">"Victory Moon" Pendant of Giants +1</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown of Fury</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="base">HeavL
y Gloves</text><text x="10" y="140" class="base">Amulet of Giants</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt of the Fox</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">"Fate SunL
" Ornate Gauntlets of the Fox +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt of Vitriol</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">"Empyrean FL
orm" Holy Gauntlets of Vitriol</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Shirt of Detection</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">"Dire Shadow" Dragonskin Belt of Detection</text><text x="10" y="100" class="base">Ornate Greaves</text><textL
 x="10" y="120" class="base">"Foe Moon" Gauntlets of Detection +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"4086"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Fury</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">Gloves oLuf Fury</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt of Rage</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen GloveL{s of Rage</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt of Vitriol</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">"Dusk Root" LiL
nen Gloves of Vitriol</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="base">Hard LeL
ather Gloves of the Fox</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Blight Grasp" Katana of the Twins +1</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm of Brilliance</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">"Dire Form" Leather Boots of BL
rilliance +1</text><text x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"1170"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"chenyy.sats"}h!
text/plain;charset=utf-8
;{"p":"brc-20","op":"transfer","tick":"@LFG","amt":"300000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bank","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"2100"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"10"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"oell.sats"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"195"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"soul","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"195"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"defi","amt":"2500"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"24"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"ions","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"2333"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"ohms","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"2000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"30240"}h!
text/plain;charset=utf-8
B{"p":"brc-20","op":"deploy","tick":"LIHT","max":"10000","lim":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
@{"p":"brc-20","op":"transfer","tick":"SHIB","amt":"10000000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"3000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"12600"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"cvlt","amt":"11110"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"389"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ORPO","amt":"500"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"BNTR","amt":"6898"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"389"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy Gauntlets</text><L
text x="10" y="140" class="base">"Glyph Form" Necklace of Detection +1</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt of Perfection</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="baL
se">Silk Gloves of Perfection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
4{"p":"brc-20","op":"mint","tick":"curv","amt":"420"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"10000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"DDOS","amt":"40"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"mint","tick":"RENQ","amt":"1000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"20"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen Gloves of AngLter</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown of Anger</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy GauntletL
s</text><text x="10" y="140" class="base">Necklace of the Twins</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">"Oblivion Bite" Hood of Enlightenment +1</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text L
x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">"Honour Grasp" Pendant of Detection</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar of Skill</text><text x="10" y="40" class="base">Demon Husk of Rage</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">"Morbid Root" Studded Leather Belt of Rage +1</text><text x="10" y="100" class="base">Greaves of Rage</text><L
text x="10" y="120" class="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring of the Fox</text></svg>h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"195"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bige","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"piza","amt":"1000"}h!
text/plain;charset=utf-8
({"p":"sns","op":"reg","name":"69s.sats"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown of Perfection</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">GloL}ves</text><text x="10" y="140" class="base">Pendant of Vitriol</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"odnl","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt of Brilliance</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">"BrL
ood Shadow" Chain Gloves of Brilliance</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Titans</text><text x="10" y="40" class="base">"Blood Instrument" Plate Mail of Anger +1</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots of Anger</text><teL
xt x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Soul Tear" Silver Ring of Vitriol</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Robe of Protection</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">"Mind Moon" Demonhide Belt of Protection</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="L
120" class="base">"Plague Glow" Ornate Gauntlets of Protection +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash of Protection</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120"L
 class="base">"Empyrean Shadow" Dragonskin Gloves of Protection</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Armageddon Bender" Long Sword of Power +1</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">"Damnation Bane" Leather Boots of EnligL
htenment +1</text><text x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Death Glow" Silver Ring of Rage +1</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"2916"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"dyor","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"2000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"5000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"2000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"defi","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"OMNI","amt":"4000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"damo","amt":"22000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"corn","amt":"12000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"30240"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"3000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"1500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"Oshi","amt":"2"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Grim Peak" Grimoire of Power +1</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">"Onslaught Instrument" Wool Shoes of EnlightenmeL
nt +1</text><text x="10" y="120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Pain Tear" Titanium Ring of Rage +1</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"DPAL","amt":"30"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Perfection</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">GlL
oves of Perfection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Detection</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">"Honour L
Grasp" Gloves of Detection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt of Perfection</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="basL
e">"Tempest Bite" Gauntlets of Perfection +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff of Brilliance</text><text x="10" y="40" class="base">Linen Robe of Vitriol</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">"Carrion Tear" Heavy Belt of Vitriol +1</text><text x="10" y="100" class="base">Shoes L
of Vitriol</text><text x="10" y="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring of Reflection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle of Skill</text><text x="10" y="40" class="base">Studded Leather Armor of Rage</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">"Empyrean Shadow" Leather Belt of Rage +1</text><text x="10" y="100" class="base">Heavy BL
oots of Rage</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring of the Fox</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x="10" y="120" class="base">LeatL
her Gloves of Enlightenment</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"EPIC","amt":"30000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2000"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">"Maelstrom Root" Ornate Helm of Brilliance +1</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" L
class="base">Divine Gloves</text><text x="10" y="140" class="base">"Golem Roar" Amulet of the Fox +1</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"nals","amt":"500"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Plate Mail of Anger</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">"Corruption Bite" Sash of Anger +1</text><text x="10" y="100" class="base">Leather Boots</text><text x="10"L
 y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring of Vitriol</text></svg>h!
text/plain;charset=utf-8
.{"p":"sns","op":"reg","name":"CoinupBTC.sats"}h!
text/plain;charset=utf-8
0{"p":"sns","op":"reg","name":"AdamMaxwell.sats"}h!
text/plain;charset=utf-8
-{"p":"sns","op":"reg","name":"AMaxwell.sats"}h!
text/plain;charset=utf-8
@{"p":"brc-20","op":"mint","tick":"
","amt":"10000","dec":"0"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"UdiW","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"UdiW","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"UdiW","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"8"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"spam","amt":"69.42"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"UdiW","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"BTDO","amt":"100"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"12000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"16"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Dragonskin Armor of the Fox</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">"Shimmering Bender" Hard Leather Belt of the Fox +1</text><text x="10" y="100" class="base">Chain Boots</teL
xt><text x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of the Twins</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"MTRX","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Silk Robe of Protection</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">"Gale Shadow" Mesh Belt of Protection</text><text x="10" y="100" class="base">Linen Shoes</text><text x=L
"10" y="120" class="base">"Honour Moon" Gloves of Protection +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"moon","amt":"5000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Detection</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">"Dread GL
rasp" Gloves of Detection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"corn","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"7000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"584"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"Oshi","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Pandemonium Shout" Grave Wand of the Twins</text><text x="10" y="40" class="base">"Chimeric Song" Robe of Brilliance +1</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">"TormL
ent Song" Holy Greaves of Brilliance</text><text x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Vengeance Whisper" Bronze Ring of Anger +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle of Brilliance</text><text x="10" y="40" class="base">Holy Chestplate of Vitriol</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">"Dire Shadow" Wool Sash of Vitriol +1</text><text x="10" y="100" class="base">Studded Leather L
Boots of Vitriol</text><text x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring of Reflection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle of Brilliance</text><text x="10" y="40" class="base">Holy Chestplate of Vitriol</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">"Dire Shadow" Wool Sash of Vitriol +1</text><text x="10" y="100" class="base">Studded Leather L
Boots of Vitriol</text><text x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring of Reflection</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"2520"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"1500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"180"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
={"p":"brc-20","op":"transfer","tick":"swap","amt":"10000000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"2500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"Oshi","amt":"1"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"EXPO","amt":"250"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
LY{    "p": "orc-20",   "tick": "ordinals",   "id": "1",   "op": "mint",   "amt": "10000" }h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"meme","amt":"1"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"10"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"$aoy","amt":"10"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
0{"p":"sns","op":"reg","name":"voltergared.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"6"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"pepe","amt":"2000"}h!
https://trustless.computer
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"pepe","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"ordi","amt":"45"}h!
text/plain;charset=utf-8
;{"p":"brc-20","op":"transfer","tick":"RUSK","amt":"500000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"MyShop.sats"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"mane.unisat"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"whil.unisat"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"nime.unisat"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"cosh.unisat"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"same.unisat"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"KISS","amt":"1337"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"KISS","amt":"1337"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"gogi","amt":"21"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"pepe","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"12000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bank","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bank","amt":"24000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"punk","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"pepe","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"$aoy","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"trac","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"3500"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"free","amt":"50000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"sdit.sats"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"forg.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"node","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"or20","max":"21000000","lim":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"15000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"odsy","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"OMNI","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"11"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff of the Twins</text><text x="10" y="40" class="base">Linen Robe of Brilliance</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">"Ghoul Tear" Heavy Belt of Brilliance +1</text><text x="10" y="100" class="base">ShoL
es of Brilliance</text><text x="10" y="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring of Anger</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"nals","amt":"250"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"odsy","amt":"10000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"Ospy","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"odsy","amt":"10000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"zuni","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"zuni","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"free","amt":"50000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"1749"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"zuni","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"odsy","amt":"10000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"odsy","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"BTC|","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"2000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"drac","amt":"4080"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"20000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"damo","amt":"21000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"piza","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"3200"}h!
text/plain;charset=utf-8
-{"p":"sns","op":"reg","name":"t-shirts.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"wzrd","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"1611","max":"21000000","lim":"1611"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"NOOT","amt":"80000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
={"p":"brc-20","op":"transfer","tick":"sats","amt":"10000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"insc","amt":"3000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"PGPG","amt":"50000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"YYDS","amt":"1"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"4000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"20000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"nals","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"1947"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"gros","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"MTRX","amt":"19850"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"SBTC","amt":"500"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"c01n","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"c01n","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"c01n","amt":"10000"}h!
text/plain;charset=utf-8
/{"p":"sns","op":"reg","name":"BackPacker.sats"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"coax","amt":"6000"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"15"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"20"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
<{"p":"brc-20","op":"transfer","tick":"NOOT","amt":"2000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"cula","amt":"12600"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"trac","amt":"4000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bank","amt":"45000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"2100","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"xzen","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"840"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"-.-/","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"5000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"389"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"3000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"noce","amt":"50000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"zuni","amt":"100"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"2000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"gogs","amt":"9000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"HAPS","amt":"50000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"loan","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"noce","amt":"50000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"XEN+","amt":"30000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"20240"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"3000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"corn","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"OMNI","amt":"500"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
1{"p":"sns","op":"reg","name":"LearnToEearn.sats"}h!
text/plain;charset=utf-8
*{"p":"sns","op":"reg","name":"stg.unisat"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"3000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"Oshi","amt":"1"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"ohms","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
,{"p":"sns","op":"reg","name":"xwallet.sats"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"sato","amt":"13370"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"2520"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"domo","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
.{"p":"sns","op":"reg","name":"Tutorials.sats"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"ohms","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"$aoy","amt":"2"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"ohms","amt":"5000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"defi","amt":"5000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bank","amt":"3500"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"NGMI","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QASH","amt":"10000"}h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"yike","max":"21000000","lim":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"pepe","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
+{"p":"sns","op":"reg","name":"M
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"LION","amt":"24"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"24"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
text/plain;charset=utf-8
;{"p":"brc-20","op":"transfer","tick":"@LFG","amt":"599650"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"15"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"13"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"SZAB","amt":"19"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"ordi","amt":"20"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt of Detection</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">"VengeL
ance Tear" Linen Gloves of Detection</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt of Protection</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">"BrambleL
 Glow" Ornate Gauntlets of Protection</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash of Anger</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="baseL
">"Gloom Bite" Hard Leather Gloves of Anger +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">"Beast Shadow" Silk Hood of Protection +1</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text L
x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">"Viper Growl" Necklace of Reflection +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
'{"p":"sns","op":"reg","name":"Su.sats"}h!
text/plain;charset=utf-8
'{"p":"sns","op":"reg","name":"Lu.sats"}h!
text/plain;charset=utf-8
'{"p":"sns","op":"reg","name":"Ma.sats"}h!
text/plain;charset=utf-8
'{"p":"sns","op":"reg","name":"Li.sats"}h!
text/plain;charset=utf-8
'{"p":"sns","op":"reg","name":"Xu.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Brilliance</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">"FL
oe Moon" Gloves of Brilliance</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">"Foe Grasp" Hood of Brilliance</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" L
y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant of the Fox</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
.{"p":"sns","op":"reg","name":"Rodriguez.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"hane.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"YYDS","amt":"1"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"YYDS","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"Ospy","amt":"5000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"drac","amt":"6000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"3000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
({"p":"sns","op":"reg","name":"Kim.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"drac","amt":"2"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
I{"p":"brc-20","op":"deploy","tick":"QRST","max":"21000000","lim":"10000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"YYDS","amt":"1"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"trac","amt":"6000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
I{"p":"brc-20","op":"deploy","tick":"lori","max":"100000000","lim":"2250"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"12500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"YYDS","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"SZAB","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"doge","amt":"4200"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"0RDX","amt":"25000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"20000"}h!
text/plain;charset=utf-8
*{"p":"sns","op":"reg","name":"Lopez.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"YYDS","amt":"1"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"MINT","amt":"14000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"2100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
LL{"p":"brc-20","op":"deploy","tick":"AKKU","max":"21000000","lim":"21000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"insc","amt":"2000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"1500"}h!
text/plain;charset=utf-8
({"p":"sns","op":"reg","name":"jwk.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"Peng.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"SZAB","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"nals","amt":"2000"}h!
8{"p":"brc-20","op":"transfer","tick":"PUPS","amt":"777"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"YYDS","amt":"1"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"Song.sats"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"xtex.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"SZAB","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
({"p":"sns","op":"reg","name":"Yan.sats"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"$BEN","amt":"100"}h!
text/plain;charset=utf-8
*{"p":"sns","op":"reg","name":"
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"nike","amt":"24000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"gmgn","amt":"4000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"Ospy","amt":"15000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"2100"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"Chen.sats"}h!
text/plain;charset=utf-8
.{"p":"sns","op":"reg","name":"Hernandez.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"XTRA","amt":"15000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"GTTR","amt":"2100"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"meme","amt":"1"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"QRST","amt":"10000"}h!
text/plain;charset=utf-8
-{"p":"sns","op":"reg","name":"Gonzalez.sats"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"vdbx","amt":"4000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
-{"p":"sns","op":"reg","name":"Martinez.sats"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"DPAL","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"fish","amt":"1"}h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"exel","max":"21000000","lim":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"NODE","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"Dlux","amt":"5"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"DOOO","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"C01N","amt":"10000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"nals","amt":"4500"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Robe of Protection</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">"Dread Shout" Demonhide Belt of Protection</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="L
120" class="base">"Ghoul Root" Ornate Gauntlets of Protection +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"MAGA","amt":"6300"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"24"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"cula","amt":"1260"}h!
text/plain;charset=utf-8
G{"p":"brc-20","op":"deploy","tick":"Ry
","max":"7000000","lim":"7000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt of Enlightenment</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">"GaleL
 Bane" Holy Gauntlets of Enlightenment +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Shirt of Anger</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">"Doom Growl" Dragonskin Belt of Anger +1</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10L
" y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring of Vitriol</text></svg>h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"fish","amt":"15"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
={"p":"brc-20","op":"transfer","tick":"sats","amt":"10000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"VMPX","amt":"90720"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"2000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bolt","amt":"50000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bolt","amt":"40000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"$aoy","amt":"2"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
2{"p":"brc-20","op":"mint","tick":"xnxx","amt":"1"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"4"}h!
text/plain;charset=utf-8
({"p":"sns","op":"reg","name":"\").sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"BONK","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"150"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"NYTO","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
){"p":"sns","op":"reg","name":"lqty.sats"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"bolt","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"trac","amt":"10000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"EQUT","max":"21000000","lim":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"778"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"pepe","amt":"250"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"nals","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"xfed","amt":"21000000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"pepe","amt":"500"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"195"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"xnft","amt":"50000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"|BTC","amt":"1"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"Ospy","amt":"4000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
1{"p":"sns","op":"reg","name":"InfiniteGame.sats"}h!
text/plain;charset=utf-8
<{"p":"brc-20","op":"transfer","tick":"cake","amt":"5000000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"DPAL","amt":"5"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"drac","amt":"4000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"drac","amt":"520"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"nals","amt":"2000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"18900"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"bian","amt":"24000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"mint","tick":"hodl","amt":"10000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"nals","amt":"11050"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
text/plain;charset=utf-8
6{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"8"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"mint","tick":"xfed","amt":"21000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"bian","amt":"1000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"xnxx","amt":"0.69"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"mint","tick":"sats","amt":"100000000"}h!
text/plain;charset=utf-8
5{"p":"brc-20","op":"mint","tick":"corn","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"20240"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"mint","tick":"socs","amt":"250000"}h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"QBRC","amt":"24"}h!
text/plain;charset=utf-8
;{"p":"brc-20","op":"transfer","tick":"bone","amt":"200000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">"Corpse Root" Crown of Detection</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="1L
20" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet of Perfection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
Zd/Foundry USA Pool #dropgold/
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"5265"}h!
6{"p":"brc-20","op":"transfer","tick":"Oshi","amt":"1"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"389"}h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"zbit","amt":"973"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base">Studded LeathL
er Gloves of Fury</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
8{"p":"brc-20","op":"transfer","tick":"PUPS","amt":"777"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book of Skill</text><text x="10" y="40" class="base">"Beast Shadow" Divine Robe of Rage</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes of Rage</text><text x="10" y="120L
" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring of the Fox</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="base">Divine Gloves of the FoLqx</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt of Detection</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="base">SiL
lk Gloves of Detection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" class="baseL
">Dragonskin Gloves of Fury</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x="10" y="120" class="baL
se">Leather Gloves of Vitriol</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="base">Hard LeL
ather Gloves</text><text x="10" y="140" class="base">"Victory Moon" Pendant of Giants +1</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome of Enlightenment</text><text x="10" y="40" class="base">"Tempest Bender" Ring Mail of the Fox +1</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers of the Fox</teL
xt><text x="10" y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Loath Form" Platinum Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Power</text><text x="10" y="40" class="base">Leather Armor of Enlightenment</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots of Enlightenment</text>L
<text x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">Chain Gloves</tL
ext><text x="10" y="140" class="base">"Empyrean Shadow" Necklace of Detection +1</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x="10" y="120" class="baL
se">Leather Gloves of Brilliance</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Anger</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">Ornate GaunL
tlets</text><text x="10" y="140" class="base">Amulet of the Twins</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown of Enlightenment</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base"L
>Gloves</text><text x="10" y="140" class="base">Pendant of Detection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown of Enlightenment</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" clL
ass="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet of Detection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Demon Husk of Vitriol</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">"Apocalypse Tear" Studded Leather Belt of Vitriol</text><text x="10" y="100" class="base">Greaves</text><text xL
="10" y="120" class="base">"Brood Song" Chain Gloves of Vitriol +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand of Enlightenment</text><text x="10" y="40" class="base">"Skull Bite" Ring Mail of the Fox +1</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers of the Fox</L
text><text x="10" y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Hate Shadow" Platinum Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt of Enlightenment</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy L
Gauntlets of Enlightenment</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt of Enlightenment</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy L
Gauntlets of Enlightenment</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">"Rune Glow" War Cap of Detection +1</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" claL
ss="base">Ornate Gauntlets</text><text x="10" y="140" class="base">"Morbid Whisper" Amulet of Perfection +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle of Giants</text><text x="10" y="40" class="base">"Carrion Glow" Holy Chestplate of Protection</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots of ProteL
ction</text><text x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring of Fury</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="base">Heavy GlovesLw of Anger</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Fury</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">Ornate GauntL~lets</text><text x="10" y="140" class="base">Amulet of Giants</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown of the Fox</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="basL
e">Heavy Gloves</text><text x="10" y="140" class="base">Amulet of Skill</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown of Protection</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">HolyL
 Gauntlets</text><text x="10" y="140" class="base">Necklace of Reflection</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" class="base">DeL
mon's Hands of Perfection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt of Protection</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">L
Wool Gloves of Protection</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Enlightenment</text><text x="10" y="40" class="base">Divine Robe of the Fox</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes of the Fox</text><text x="10" y="L
120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book of Giants</text><text x="10" y="40" class="base">"Gale Shadow" Plate Mail of Protection</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots of Protection</text><textL
 x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring of Fury</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Dragonskin Armor of Fury</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">"Armageddon Bite" Hard Leather Belt of Fury +1</text><text x="10" y="100" class="base">Chain Boots</text><teL
xt x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">Chain Gloves L
of Protection</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy GauntletsLz of Rage</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand of Enlightenment</text><text x="10" y="40" class="base">"Corruption Bite" Ornate Chestplate of the Fox +1</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard LeaL
ther Boots of the Fox</text><text x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Viper Shadow" Gold Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt of Vitriol</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="base">"L
Maelstrom Root" Heavy Gloves of Vitriol</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt of Vitriol</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="base">"L
Maelstrom Root" Heavy Gloves of Vitriol</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">"Dire Bane" Silk Hood of the Fox +1</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10"L
 y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">"Brood Song" Necklace of Skill</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff of Brilliance</text><text x="10" y="40" class="base">"Oblivion Shout" Demon Husk of Vitriol</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves of Vitriol<L
/text><text x="10" y="120" class="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring of Reflection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Leather Armor of Vitriol</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">"Grim Moon" Silk Sash of Vitriol</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10L
" y="120" class="base">"Maelstrom Glow" Studded Leather Gloves of Vitriol +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Sorrow Bite" Maul of Perfection +1</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">"Agony Growl" Wool Shoes of Fury +1</text><teL
xt x="10" y="120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Apocalypse Root" Titanium Ring of Detection +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome of Perfection</text><text x="10" y="40" class="base">"Pandemonium Bender" Hard Leather Armor of Fury +1</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide BootL
s of Fury</text><text x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Gale Form" Bronze Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" class="base">DragL
onskin Gloves of Anger</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt of Anger</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">"Sol InstrumeL
nt" Holy Gauntlets of Anger +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">"Mind Shout" Great Helm of Brilliance</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="1L
20" class="base">Silk Gloves</text><text x="10" y="140" class="base">Pendant of the Fox</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club of Power</text><text x="10" y="40" class="base">Ring Mail of Enlightenment</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers of Enlightenment</text><text x="10" L
y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Enlightenment</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">OrnL
ate Gauntlets</text><text x="10" y="140" class="base">Amulet of Detection</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">"Cataclysm Shout" Great Helm of Rage +1</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y=L
"120" class="base">Silk Gloves</text><text x="10" y="140" class="base">"Armageddon Peak" Pendant of Power +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace of Brilliance</text><text x="10" y="40" class="base">Shirt of Vitriol</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">"Gale Form" Dragonskin Belt of Vitriol +1</text><text x="10" y="100" class="base">Ornate Greaves of ViL
triol</text><text x="10" y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring of Reflection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Oblivion Bender" Long Sword of Titans +1</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">"Spirit Bane" Chain Boots oL
f Anger +1</text><text x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Storm Glow" Gold Ring of Vitriol +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base">Studded LL
eather Gloves of the Fox</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana of the Twins</text><text x="10" y="40" class="base">"Blood Form" Robe of Brilliance</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves of Brilliance</text><tL
ext x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring of Anger</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt of the Fox</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="base"L
>"Victory Peak" Silk Gloves of the Fox +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club of Enlightenment</text><text x="10" y="40" class="base">Ring Mail of the Fox</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers of the Fox</text><text x="10" y="1L
20" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Gloom Peak" Grimoire of Enlightenment +1</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">"Miracle Instrument" Wool Shoes of the L
Fox +1</text><text x="10" y="120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Morbid Tear" Titanium Ring of the Twins +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace of Giants</text><text x="10" y="40" class="base">"Corpse Tear" Silk Robe of Protection</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes of Protection</text><teL
xt x="10" y="120" class="base">Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring of Fury</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace of Giants</text><text x="10" y="40" class="base">Studded Leather Armor of Protection</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">"Loath Form" Leather Belt of Protection +1</text><text x="10" y="100" class="base">HeavL
y Boots of Protection</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring of Fury</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"13300"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt of Anger</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">"Dire Bane" L
Chain Gloves of Anger +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen Gloves of Fury<Lq/text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" class="base">DL
emon's Hands of Rage</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand of Power</text><text x="10" y="40" class="base">Linen Robe of Enlightenment</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes of Enlightenment</text><text xL
="10" y="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul of Enlightenment</text><text x="10" y="40" class="base">Robe of the Fox</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves of the Fox</text><text x="10" y="120L
" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm of Fury</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen Gloves<L{/text><text x="10" y="140" class="base">Amulet of Giants</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"MTRX","amt":"5000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Enlightenment</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">Ornate L
Gauntlets</text><text x="10" y="140" class="base">Amulet of Detection</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash of Vitriol</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120L
" class="base">Dragonskin Gloves of Vitriol</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">"Bramble Tear" Ornate Helm of Vitriol +1</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="L
base">Divine Gloves</text><text x="10" y="140" class="base">"Light's Sun" Amulet of Titans +1</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book of Giants</text><text x="10" y="40" class="base">Divine Robe of Protection</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">"Rage Shout" Plated Belt of Protection +1</text><text x="10" y="100" class="base">Wool Shoes of ProtectiL
on</text><text x="10" y="120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring of Fury</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul of Enlightenment</text><text x="10" y="40" class="base">"Sol Growl" Plate Mail of the Fox +1</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots of the Fox</text><teL
xt x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Havoc Root" Silver Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm of Anger</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">Wool Gloves</L
text><text x="10" y="140" class="base">Necklace of the Twins</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome of Perfection</text><text x="10" y="40" class="base">Linen Robe of Fury</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes of Fury</text><text x="10" y="120" classL
="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">"Corruption Bite" Demon Crown of Fury +1</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" cL
lass="base">Gloves</text><text x="10" y="140" class="base">"Blight Grasp" Pendant of Giants</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash of Detection</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="L
base">Hard Leather Gloves of Detection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Eagle Shout" Grave Wand of Skill +1</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm of Rage</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">"Horror Song" Leather Boots of Rage +L
1</text><text x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand of Enlightenment</text><text x="10" y="40" class="base">"Bramble Roar" Silk Robe of the Fox +1</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes of the FoxL
</text><text x="10" y="120" class="base">Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Sorrow Shout" Gold Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="base">Silk GlovesL
</text><text x="10" y="140" class="base">"Skull Grasp" Pendant of Giants +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">"Rapture Bane" Full Helm of Fury +1</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="baL
se">Wool Gloves</text><text x="10" y="140" class="base">"Miracle Song" Necklace of Giants</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="base">Hard LeatherL
 Gloves of Detection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="base">Divine Gloves of PeLxrfection</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana of Skill</text><text x="10" y="40" class="base">"Miracle Form" Dragonskin Armor of Rage</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots of Rage</text><texL
t x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of the Fox</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome of Enlightenment</text><text x="10" y="40" class="base">Ornate Chestplate of the Fox</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots of the Fox</textL
><text x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Leather Armor of Vitriol</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">"Grim Moon" Silk Sash of Vitriol</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10L
" y="120" class="base">"Maelstrom Glow" Studded Leather Gloves of Vitriol +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood of the Fox</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" clasL
s="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant of Skill</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Onslaught Instrument" Falchion of Titans +1</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">"Storm Sun" Studded Leather Boots L
of Anger +1</text><text x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Tempest Grasp" Titanium Ring of Vitriol +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand of Enlightenment</text><text x="10" y="40" class="base">Ring Mail of the Fox</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers of the Fox</text><text x="10L
" y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Eagle Bite" Maul of Enlightenment +1</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">"Horror Growl" Dragonskin Boots of thL
e Fox +1</text><text x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Hypnotic Root" Platinum Ring of the Twins +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Demon Husk of the Fox</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">"Vengeance Roar" Studded Leather Belt of the Fox +1</text><text x="10" y="100" class="base">Greaves</text><text xL
="10" y="120" class="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Anger</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">Gloves oLvf Anger</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">Wool Gloves of EnlightLzenment</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="base">Silk Gloves of L{Brilliance</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt of Protection</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen GloL
ves of Protection</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm of Enlightenment</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen GlL
oves</text><text x="10" y="140" class="base">Amulet of Detection</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm of Brilliance</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">L
Wool Gloves</text><text x="10" y="140" class="base">Necklace of the Fox</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">"Brimstone Moon" Demon Crown of Protection</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" claL
ss="base">Gloves</text><text x="10" y="140" class="base">Pendant of Reflection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Shirt of Vitriol</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">"Torment Song" Dragonskin Belt of Vitriol</text><text x="10" y="100" class="base">Ornate Greaves</text><text L
x="10" y="120" class="base">"Shimmering Shout" Gauntlets of Vitriol +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"nals","amt":"50000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"drac","amt":"98140"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap of Vitriol</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">Chain L
Gloves</text><text x="10" y="140" class="base">Necklace of Titans</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown of the Fox</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="bL
ase">Heavy Gloves</text><text x="10" y="140" class="base">Amulet of Skill</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"nals","amt":"50000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"$BSV","amt":"5000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Ghoul Roar" Club of Titans +1</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">"Mind Peak" Shoes of Anger +1</text><text L
x="10" y="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Miracle Song" Silver Ring of Vitriol +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire of Power</text><text x="10" y="40" class="base">Robe of Enlightenment</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves of Enlightenment</text><text x="10L
" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Cataclysm Shout" Grave Wand of Protection</text><text x="10" y="40" class="base">"Onslaught Song" Plate Mail of Detection +1</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">"EmpyrL
ean Song" Leather Boots of Detection</text><text x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Fate Whisper" Silver Ring of Power +1</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"ohms","amt":"23000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen Gloves of AngLter</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">"Chimeric Instrument" Dragon's Crown of the Fox +1</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" yL
="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">"Beast Shadow" Necklace of Skill</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">"Corpse Glow" War Cap of Detection +1</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" cL
lass="base">Ornate Gauntlets</text><text x="10" y="140" class="base">"Behemoth Whisper" Amulet of Perfection +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Studded Leather Armor of Fury</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">"Loath Instrument" Leather Belt of Fury +1</text><text x="10" y="100" class="base">Heavy Boots</teL
xt><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Fury</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">Ornate GauntL~lets</text><text x="10" y="140" class="base">Amulet of Giants</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash of Fury</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" class="baL
se">Dragonskin Gloves of Fury</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">Chain Gloves</tL
ext><text x="10" y="140" class="base">"Loath Shadow" Necklace of Giants +1</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">"Chimeric Growl" Cap of Fury +1</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class=L
"base">Chain Gloves</text><text x="10" y="140" class="base">"Beast Form" Necklace of Giants</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand of Brilliance</text><text x="10" y="40" class="base">"Corruption Grasp" Linen Robe of Vitriol</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes of Vitriol</text><L
text x="10" y="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring of Reflection</text></svg>h!
5{"p":"brc-20","op":"mint","tick":"BIAN","amt":"1000"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
text/plain;charset=utf-8
4{"p":"brc-20","op":"mint","tick":"loot","amt":"100"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap of Rage</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">Chain GloL
ves</text><text x="10" y="140" class="base">Necklace of Power</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base">StuddedL
 Leather Gloves of Fury</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana of Brilliance</text><text x="10" y="40" class="base">Dragonskin Armor of Vitriol</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">"Rage Moon" Hard Leather Belt of Vitriol +1</text><text x="10" y="100" class="base">Chain BootsL
 of Vitriol</text><text x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of Reflection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt of Vitriol</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="basL
e">Silk Gloves of Vitriol</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">"Golem Root" Crown of Protection</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="1L
20" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet of Reflection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome of Power</text><text x="10" y="40" class="base">"Grim Bender" Demon Husk of Enlightenment +1</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves of Enlightenment</L
text><text x="10" y="120" class="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Chimeric Form" Titanium Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Armageddon Peak" Grimoire of Power +1</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">"Damnation Instrument" Chain BL
oots of Enlightenment +1</text><text x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Death Tear" Gold Ring of Rage +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash of Brilliance</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" claL
ss="base">"Agony Form" Dragonskin Gloves of Brilliance</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt of Brilliance</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">"Fate Root"L
 Linen Gloves of Brilliance</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base">Studded LeathL
er Gloves</text><text x="10" y="140" class="base">"Dusk Root" Amulet of Detection +1</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand of Skill</text><text x="10" y="40" class="base">"Onslaught Song" Plate Mail of Rage</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots of Rage</text><text x="L
10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring of the Fox</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book of the Twins</text><text x="10" y="40" class="base">"Rapture Shadow" Plate Mail of Brilliance</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots of Brilliance</textL
><text x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring of Anger</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Pain Tear" Wand of Protection +1</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap of Detection</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">"Tempest Grasp" Greaves of L
Detection +1</text><text x="10" y="120" class="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Hard Leather Armor of Detection</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">"Plague Tear" Brightsilk Sash of Detection</text><text x="10" y="100" class="base">Demonhide BoL
ots</text><text x="10" y="120" class="base">"Spirit Song" Dragonskin Gloves of Detection +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Golem Whisper" Ghost Wand of Enlightenment +1</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">"Oblivion Bite" Shoes of tL
he Fox +1</text><text x="10" y="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Onslaught Shadow" Silver Ring of the Twins +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">"Blood Shadow" Ancient Helm of Detection</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x="1L
0" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace of Perfection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Demon Husk of the Fox</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">"Vengeance Roar" Studded Leather Belt of the Fox +1</text><text x="10" y="100" class="base">Greaves</text><text xL
="10" y="120" class="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">Chain Gloves ofL
 Perfection</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy GauntletsL} of Vitriol</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Leather Armor of Fury</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">"Pandemonium Bender" Silk Sash of Fury +1</text><text x="10" y="100" class="base">Dragonskin Boots</text><teL
xt x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Corpse Root" Quarterstaff of Giants</text><text x="10" y="40" class="base">"Pandemonium Shout" Linen Robe of Protection +1</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base"L
>"Foe Shout" Shoes of Protection</text><text x="10" y="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Gale Bane" Silver Ring of Fury +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash of the Fox</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" class=L
"base">"Brood Instrument" Dragonskin Gloves of the Fox +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Damnation Song" Mace of Skill +1</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap of Rage</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">"Ghoul Tear" Ornate Greaves of RagL
e +1</text><text x="10" y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">"Armageddon Shout" Divine Hood of Brilliance +1</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</textL
><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">"Victory Peak" Pendant of the Fox +1</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Honour Grasp" Katana of Protection</text><text x="10" y="40" class="base">"Agony Form" Leather Armor of Detection +1</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">"Phoenix FL
orm" Dragonskin Boots of Detection</text><text x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Plague Roar" Platinum Ring of Power +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown of Anger</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy GaL
untlets</text><text x="10" y="140" class="base">Necklace of the Twins</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">"Brood Form" Cap of Vitriol</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" clL
ass="base">Chain Gloves</text><text x="10" y="140" class="base">Necklace of Titans</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm of Enlightenment</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen GlL
oves</text><text x="10" y="140" class="base">Amulet of Detection</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt of Enlightenment</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="L
base">Gauntlets of Enlightenment</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood of Enlightenment</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="12L
0" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant of Detection</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Skull Bite" Maul of Power +1</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">"Wrath Growl" Holy Greaves of Enlightenment +1</textL
><text x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Light's Root" Bronze Ring of Rage +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap of Anger</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="base">GaL
untlets</text><text x="10" y="140" class="base">Pendant of the Twins</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
8{"p":"brc-20","op":"transfer","tick":"pepe","amt":"100"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"nals","amt":"17100"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">Wool Gloves of ALxnger</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Dragonskin Armor of Vitriol</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">"Skull Grasp" Hard Leather Belt of Vitriol</text><text x="10" y="100" class="base">Chain Boots</text><texL
t x="10" y="120" class="base">"Vengeance Tear" Heavy Gloves of Vitriol +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm of Vitriol</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="base">Divine GloveL{s</text><text x="10" y="140" class="base">Amulet of Titans</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">"Shimmering Shout" Demon Crown of Brilliance +1</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" yL
="120" class="base">Gloves</text><text x="10" y="140" class="base">"Tempest Peak" Pendant of the Fox +1</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer of Enlightenment</text><text x="10" y="40" class="base">"Rune Whisper" Shirt of the Fox +1</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves of thL
e Fox</text><text x="10" y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Grim Moon" Platinum Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Woe Shout" Grave Wand of Protection</text><text x="10" y="40" class="base">"Glyph Song" Plate Mail of Detection +1</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">"Brood Song" LeaL
ther Boots of Detection</text><text x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Carrion Whisper" Silver Ring of Power +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown of the Fox</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">GlovesLx</text><text x="10" y="140" class="base">Pendant of Skill</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"nals","amt":"5000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm of the Fox</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="base">Divine GL~loves</text><text x="10" y="140" class="base">Amulet of Skill</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Armageddon Grasp" Katana of Brilliance +1</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm of Vitriol</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">"Damnation Form" Leather BooL
ts of Vitriol +1</text><text x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Vortex Glow" Scimitar of the Twins +1</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood of Brilliance</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">"Brimstone ML
oon" Demonhide Boots of Brilliance +1</text><text x="10" y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Vortex Root" Quarterstaff of Giants</text><text x="10" y="40" class="base">"Gloom Shout" Ornate Chestplate of Protection +1</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">L
"Brimstone Shout" Hard Leather Boots of Protection</text><text x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Brood Bane" Gold Ring of Fury +1</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"nals","amt":"17100"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">"Corpse Root" Crown of Detection</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="1L
20" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet of Perfection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
text/plain;charset=utf-8
H{"p":"brc-20","op":"deploy","tick":"BRC%","max":"21000000","lim":"1000"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"xing","amt":"1000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"0001","amt":"14000"}h!
text/plain;charset=utf-8
<{"p":"brc-20","op":"transfer","tick":"@LFG","amt":"1000000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt of Brilliance</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" classL
="base">"Pain Tear" Heavy Gloves of Brilliance</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="base">Silk GlovesL
</text><text x="10" y="140" class="base">"Corruption Grasp" Pendant of Skill +1</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="base">Divine Gloves of ProtLvection</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash of Perfection</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="bL
ase">Studded Leather Gloves of Perfection</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
7{"p":"brc-20","op":"transfer","tick":"meme","amt":"10"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"5000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Studded Leather Armor of Enlightenment</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">"Blood Bane" Leather Belt of Enlightenment +1</text><text x="10" y="100" class="base">HeavL
y Boots</text><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Sorrow Peak" Grimoire of Reflection +1</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">"Agony Instrument" Wool Shoes of PerfectiL
on +1</text><text x="10" y="120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Apocalypse Tear" Titanium Ring of Protection +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" class="base">DragL
onskin Gloves of Vitriol</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">Chain Gloves of RLwage</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"nals","amt":"16000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash of Rage</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" cL
lass="base">"Dire Song" Dragonskin Gloves of Rage</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm of Enlightenment</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen GlL
oves</text><text x="10" y="140" class="base">Amulet of Detection</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Ring Mail</text><text x="10" y="60" class="base">Full Helm of Brilliance</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">Silk Slippers</text><text x="10" y="120" class="base">L
Wool Gloves</text><text x="10" y="140" class="base">Necklace of the Fox</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm of Perfection</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="baL
se">Silk Gloves</text><text x="10" y="140" class="base">Pendant of Vitriol</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">"Eagle Moon" Demon Crown of Protection</text><text x="10" y="80" class="base">Mesh Belt</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="L
base">Gloves</text><text x="10" y="140" class="base">Pendant of Reflection</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grave Wand of Protection</text><text x="10" y="40" class="base">Dragonskin Armor of Detection</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">"Brimstone Grasp" Hard Leather Belt of Detection +1</text><text x="10" y="100" class="basL
e">Chain Boots of Detection</text><text x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of Power</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt of Anger</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">"Sol InstrumeL
nt" Holy Gauntlets of Anger +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash of Perfection</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" claL
ss="base">"Blood Bane" Dragonskin Gloves of Perfection +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
8{"p":"brc-20","op":"transfer","tick":"ordi","amt":"100"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer of Perfection</text><text x="10" y="40" class="base">Shirt of Fury</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves of Fury</text><text x="10" y=L
"120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown of Rage</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base">Holy GauntletsL{</text><text x="10" y="140" class="base">Necklace of Power</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
text/plain;charset=utf-8
I{"p":"brc-20","op":"deploy","tick":"isui","max":"21000000","lim":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" class="base">DragL
onskin Gloves of Vitriol</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"bian","amt":"5000"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"SHNT","amt":"10000"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Plate Mail</text><text x="10" y="60" class="base">Ornate Helm of Brilliance</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">Leather Boots</text><text x="10" y="120" class="base">Divine GlL
oves</text><text x="10" y="140" class="base">Amulet of the Fox</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
6{"p":"brc-20","op":"transfer","tick":"ordi","amt":"1"}h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"nals","amt":"16000"}h!
Zd/Foundry USA Pool #dropgold/
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt of Protection</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="baL
se">"Brimstone Moon" Silk Gloves of Protection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">Silk Hood</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10" y="120" class="base">DragL
onskin Gloves of Anger</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword of Perfection</text><text x="10" y="40" class="base">Leather Armor of Fury</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots of Fury</text><text x="10L
" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring of Detection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand of Enlightenment</text><text x="10" y="40" class="base">"Corruption Bite" Ornate Chestplate of the Fox +1</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard LeaL
ther Boots of the Fox</text><text x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Viper Shadow" Gold Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" class="base">Demon'L
s Hands of Protection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion</text><text x="10" y="40" class="base">Holy Chestplate</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash of Fury</text><text x="10" y="100" class="base">Studded Leather Boots</text><text x="10" y="120" class="base">L
Hard Leather Gloves of Fury</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash of Rage</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base">StuL
dded Leather Gloves of Rage</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" y="120" class="base">Heavy GlovesL
</text><text x="10" y="140" class="base">"Vengeance Root" Amulet of Detection +1</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash of Vitriol</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x="10" y="120" clL
ass="base">"Brood Shadow" Leather Gloves of Vitriol</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword</text><text x="10" y="40" class="base">Chain Mail of Detection</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">"Beast Song" Ornate Belt of Detection</text><text x="10" y="100" class="base">Divine Slippers</text><teL
xt x="10" y="120" class="base">"Cataclysm Shout" Silk Gloves of Detection +1</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Rage Shout" Grave Wand of Protection</text><text x="10" y="40" class="base">"Damnation Song" Plate Mail of Detection +1</text><text x="10" y="60" class="base">Ornate Helm</text><text x="10" y="80" class="base">Sash</text><text x="10" y="100" class="base">"Viper SongL
" Leather Boots of Detection</text><text x="10" y="120" class="base">Divine Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Vortex Whisper" Silver Ring of Power +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">"Honour Peak" Divine Hood of the Fox +1</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text xL
="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">"Foe Moon" Pendant of Skill</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Quarterstaff</text><text x="10" y="40" class="base">Demon Husk</text><text x="10" y="60" class="base">Cap of Rage</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves</text><text x="10" y="120" class="base">ChainL
 Gloves</text><text x="10" y="140" class="base">Necklace of Power</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Robe of Enlightenment</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">"Eagle Bender" Demonhide Belt of Enlightenment +1</text><text x="10" y="100" class="base">Holy Greaves</text><tL
ext x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring of Rage</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Linen Robe of Brilliance</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">"Dusk Glow" Heavy Belt of Brilliance</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="L
120" class="base">"Glyph Form" Holy Gauntlets of Brilliance +1</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">Leather Cap of Anger</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" y="120" class="base">GaL
untlets</text><text x="10" y="140" class="base">Pendant of the Twins</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Tome of Titans</text><text x="10" y="40" class="base">Demon Husk of Anger</text><text x="10" y="60" class="base">Cap</text><text x="10" y="80" class="base">Studded Leather Belt</text><text x="10" y="100" class="base">Greaves of Anger</text><text x="10" y="120" class=L
"base">Chain Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">Titanium Ring of Vitriol</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">"Demon Moon" Divine Hood of Vitriol</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="L
120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant of Titans</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Hard Leather Armor</text><text x="10" y="60" class="base">"Dire Bane" Silk Hood of the Fox +1</text><text x="10" y="80" class="base">Brightsilk Sash</text><text x="10" y="100" class="base">Demonhide Boots</text><text x="10"L
 y="120" class="base">Dragonskin Gloves</text><text x="10" y="140" class="base">"Brood Song" Necklace of Skill</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Armageddon Moon" Book of Giants +1</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Protection</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">"Damnation Shadow" Holy Greaves L
of Protection +1</text><text x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">"Dragon Root" Linen Hood of Detection +1</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y=L
"120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">"Carrion Roar" Amulet of Perfection +1</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle of Giants</text><text x="10" y="40" class="base">Shirt of Protection</text><text x="10" y="60" class="base">Leather Cap</text><text x="10" y="80" class="base">"Empyrean Shadow" Dragonskin Belt of Protection +1</text><text x="10" y="100" class="base">Ornate L
Greaves of Protection</text><text x="10" y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Platinum Ring of Fury</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Apocalypse Sun" Tome of Power +1</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">"Corruption Bender" Shoes of EnlightenmL
ent +1</text><text x="10" y="120" class="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Damnation Form" Silver Ring of Rage +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Mace</text><text x="10" y="40" class="base">Silk Robe</text><text x="10" y="60" class="base">Demon Crown</text><text x="10" y="80" class="base">Mesh Belt of Detection</text><text x="10" y="100" class="base">Linen Shoes</text><text x="10" y="120" class="base">"Dread GL
rasp" Gloves of Detection</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen Gloves of Vitriol</Lptext><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana of Skill</text><text x="10" y="40" class="base">Dragonskin Armor of Rage</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">"Oblivion Moon" Hard Leather Belt of Rage +1</text><text x="10" y="100" class="base">Chain Boots of RagL
e</text><text x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of the Fox</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Long Sword</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt of Fury</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">Linen GloveL{s of Fury</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Grimoire</text><text x="10" y="40" class="base">Dragonskin Armor</text><text x="10" y="60" class="base">"Light's Whisper" Crown of Fury +1</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots</text><text x="10" L
y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">"Storm Tear" Amulet of Giants</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Wand</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">"Miracle Shadow" Dragon's Crown of Brilliance</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" clasL
s="base">Holy Gauntlets</text><text x="10" y="140" class="base">Necklace of the Fox</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Club</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">Ancient Helm</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots</text><text x="10" y="120" class="base">LeatL
her Gloves</text><text x="10" y="140" class="base">"Loath Song" Necklace of Detection +1</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Ghost Wand</text><text x="10" y="40" class="base">Linen Robe</text><text x="10" y="60" class="base">Dragon's Crown of Enlightenment</text><text x="10" y="80" class="base">Heavy Belt</text><text x="10" y="100" class="base">Shoes</text><text x="10" y="120" class="base"L
>Holy Gauntlets</text><text x="10" y="140" class="base">Necklace of Detection</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">Leather Belt of Anger</text><text x="10" y="100" class="base">Heavy Boots</text><text x="10" y="120" classL
="base">Demon's Hands of Anger</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand</text><text x="10" y="40" class="base">Shirt</text><text x="10" y="60" class="base">"Shimmering Bender" Leather Cap of Anger +1</text><text x="10" y="80" class="base">Dragonskin Belt</text><text x="10" y="100" class="base">Ornate Greaves</text><text x="10" L
y="120" class="base">Gauntlets</text><text x="10" y="140" class="base">"Tempest Shout" Pendant of the Twins</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"nals","amt":"1500"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">"Mind Shout" Great Helm of Brilliance</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="1L
20" class="base">Silk Gloves</text><text x="10" y="140" class="base">Pendant of the Fox</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Studded Leather Armor of Anger</text><text x="10" y="60" class="base">Divine Hood</text><text x="10" y="80" class="base">"Horror Growl" Leather Belt of Anger +1</text><text x="10" y="100" class="base">Heavy Boots</textL
><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Silver Ring of Vitriol</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana of Protection</text><text x="10" y="40" class="base">"Spirit Form" Dragonskin Armor of Detection</text><text x="10" y="60" class="base">Crown</text><text x="10" y="80" class="base">Hard Leather Belt</text><text x="10" y="100" class="base">Chain Boots of DetectL
ion</text><text x="10" y="120" class="base">Heavy Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Gold Ring of Power</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Victory Peak" Grimoire of Power +1</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">Helm</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">"Blood Instrument" Wool Shoes of EnlightenmenL
t +1</text><text x="10" y="120" class="base">Linen Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Bramble Tear" Titanium Ring of Rage +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Falchion of Enlightenment</text><text x="10" y="40" class="base">"Vengeance Sun" Holy Chestplate of the Fox +1</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots oL
f the Fox</text><text x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">"Mind Grasp" Titanium Ring of the Twins</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Scimitar</text><text x="10" y="40" class="base">Ornate Chestplate</text><text x="10" y="60" class="base">"Agony Song" Ancient Helm of Brilliance +1</text><text x="10" y="80" class="base">Linen Sash</text><text x="10" y="100" class="base">Hard Leather Boots</text><texL
t x="10" y="120" class="base">Leather Gloves</text><text x="10" y="140" class="base">"Torment Instrument" Necklace of the Fox +1</text><text x="10" y="160" class="base">Gold Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Gloom Shout" Grave Wand of the Twins +1</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap of Brilliance</text><text x="10" y="80" class="base">Demonhide Belt</text><text x="10" y="100" class="base">"Miracle Song" Holy GreavesL
 of Brilliance +1</text><text x="10" y="120" class="base">Ornate Gauntlets</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Corpse Tear" Wand of Brilliance</text><text x="10" y="40" class="base">"Pandemonium Grasp" Ring Mail of Vitriol +1</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">"Foe Grasp" SiL
lk Slippers of Vitriol</text><text x="10" y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Gale Growl" Platinum Ring of Reflection +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Warhammer</text><text x="10" y="40" class="base">Chain Mail</text><text x="10" y="60" class="base">Great Helm</text><text x="10" y="80" class="base">Ornate Belt</text><text x="10" y="100" class="base">Divine Slippers</text><text x="10" y="120" class="base">Silk GloveLzs of Fury</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Cataclysm Shout" Grave Wand of Skill</text><text x="10" y="40" class="base">"Onslaught Song" Leather Armor of Rage +1</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">"EmpyreanL
 Song" Dragonskin Boots of Rage</text><text x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Fate Whisper" Platinum Ring of the Fox +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">"Light's Root" Helm of Rage</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">L
Linen Gloves</text><text x="10" y="140" class="base">Amulet of Power</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Robe</text><text x="10" y="60" class="base">War Cap</text><text x="10" y="80" class="base">Demonhide Belt of Brilliance</text><text x="10" y="100" class="base">Holy Greaves</text><text x="10" y="120" class="base">Ornate GauL
ntlets of Brilliance</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Bronze Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Corpse Tear" Wand of Brilliance</text><text x="10" y="40" class="base">"Pandemonium Grasp" Ring Mail of Vitriol +1</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">"Foe Grasp" SiL
lk Slippers of Vitriol</text><text x="10" y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Gale Growl" Platinum Ring of Reflection +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Corpse Tear" Wand of Brilliance</text><text x="10" y="40" class="base">"Pandemonium Grasp" Ring Mail of Vitriol +1</text><text x="10" y="60" class="base">Full Helm</text><text x="10" y="80" class="base">War Belt</text><text x="10" y="100" class="base">"Foe Grasp" SiL
lk Slippers of Vitriol</text><text x="10" y="120" class="base">Wool Gloves</text><text x="10" y="140" class="base">Necklace</text><text x="10" y="160" class="base">"Gale Growl" Platinum Ring of Reflection +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Maul</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash of Perfection</text><text x="10" y="100" class="base">Dragonskin Boots</text><text x="10" y="120" class="base"L
>"Hypnotic Roar" Studded Leather Gloves of Perfection +1</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">Platinum Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Bone Wand of Reflection</text><text x="10" y="40" class="base">Holy Chestplate of Perfection</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots of Perfection</textL
><text x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring of Protection</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Chronicle</text><text x="10" y="40" class="base">Studded Leather Armor</text><text x="10" y="60" class="base">"Armageddon Shout" Divine Hood of Brilliance +1</text><text x="10" y="80" class="base">Leather Belt</text><text x="10" y="100" class="base">Heavy Boots</textL
><text x="10" y="120" class="base">Demon's Hands</text><text x="10" y="140" class="base">"Victory Peak" Pendant of the Fox +1</text><text x="10" y="160" class="base">Silver Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">"Mind Bite" Maul of Power +1</text><text x="10" y="40" class="base">Leather Armor</text><text x="10" y="60" class="base">Linen Hood</text><text x="10" y="80" class="base">Silk Sash</text><text x="10" y="100" class="base">"Sol Growl" Dragonskin Boots of Enlightenment L
+1</text><text x="10" y="120" class="base">Studded Leather Gloves</text><text x="10" y="140" class="base">Amulet</text><text x="10" y="160" class="base">"Soul Root" Platinum Ring of Rage +1</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Short Sword of Brilliance</text><text x="10" y="40" class="base">"Ghoul Root" Holy Chestplate of Vitriol</text><text x="10" y="60" class="base">Hood</text><text x="10" y="80" class="base">Wool Sash</text><text x="10" y="100" class="base">Studded Leather Boots of VitrL
iol</text><text x="10" y="120" class="base">Hard Leather Gloves</text><text x="10" y="140" class="base">Pendant</text><text x="10" y="160" class="base">Titanium Ring of Reflection</text></svg>h!
text/plain;charset=utf-8
7{"p":"brc-20","op":"transfer","tick":"ordi","amt":"50"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
text/plain;charset=utf-8
3{"p":"brc-20","op":"mint","tick":"CTRO","amt":"89"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Book</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">"Morbid Tear" Helm of Protection +1</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="L
base">Linen Gloves</text><text x="10" y="140" class="base">"Havoc Sun" Amulet of Reflection +1</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; font-family: serif; font-size: 14px; }</style><rect width="100%" height="100%" fill="black" /><text x="10" y="20" class="base">Katana</text><text x="10" y="40" class="base">Divine Robe</text><text x="10" y="60" class="base">"Light's Root" Helm of Rage</text><text x="10" y="80" class="base">Plated Belt</text><text x="10" y="100" class="base">Wool Shoes</text><text x="10" y="120" class="base">L
Linen Gloves</text><text x="10" y="140" class="base">Amulet of Power</text><text x="10" y="160" class="base">Titanium Ring</text></svg>h!
text/plain;charset=utf-8
:{"p":"brc-20","op":"transfer","tick":"zbit","amt":"18678"}h!
text/plain;charset=utf-8
9{"p":"brc-20","op":"transfer","tick":"zbit","amt":"1752"}h!
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet" viewBox="0 0 350 350"><style>.base { fill: white; fo