Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
<!DOCTYPE HTML> <html> <head> <!--NAVI 01 Coexist v1 by hermionegrangcr (hermionejean.co.vu) THEME BLOG: grangersdesigns (granger.cf) ♛ ♛ ♛ ♛♛♛ ♛♛♛ ♛♛♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛♛♛ ♥ G♚D ♥ ♛♛♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ ♛ © hrmionegrangcr (hermionejean.co.vu) TERMS OF USE: ♚ BASIC RULES (see http://hermionejean.co.vu/rules) APPLY ♚ PLEASE RESPECT THEM IF USING! ANY FORMS OF THEFTS WILL BE HUNTED DOWN. ♚ PLEASE DO NOT ALTER OR COVER THE CREDIT ♚ FAILURE TO ABIDE TO THE RULES WILL LEAD TO AN IMMEDIATE BLOCK & REPORT & A PERMANENT PLACE ON HTTP://HERMIONEJEAN.CO.VU/WOS THAT'S IT! ENJOY USING MY CODE AND DON'T BE AFRAID TO ASK ME IF YOU ENCOUNTER ANY PROBLEMS c: Notes: Detailed instructions to Customize this theme is included in the CSS/ HTML --> <title>{Title}</title> <link rel="shortcut icon" href="{Favicon}"/> <link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Raleway:400,800,300' rel='stylesheet' type='text/css'> <!--Tooltip--> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("a[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:30, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script> <style type="text/css"> ::selection {background:#fff; color:#000000;} ::-moz-selection {background:#fff;color:#000000;} ::-webkit-selection {background:#fff;color:#000000;} ::-webkit-scrollbar {width: 5px; height: 3px; background: #FFFFFF; } ::-webkit-scrollbar-thumb { background-color: #000; } #s-m-t-tooltip{ position:absolute; margin-top: 10px; z-index:9999999999; padding:5px; color:#fff; background:#000000; font-size:12px; } *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body, html { font-size: 100%; padding: 0; margin: 0; } /* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */ .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } body { background:#fff; color:#000; font-size:12px; line-height:140%; font-family:'Lato', Arial, Sans-Serif; font-weight:normal; } a, button { outline: none; } a { color: #c0392b; text-decoration: none; } /*header*/ .tete { width:100%; top: 0; left: 0; height:150px; z-index: 100; position:fixed; color:#fff; background:#000; text-align:center; overflow: hidden; } .tete h1 { font-family:'Lato', Arial, Sans-Serif; position: relative; text-align:center; text-transform:uppercase; z-index: 1; font-size:3em; margin-top:50px; font-weight:400; } /*header links*/ nav a { position: relative; display: inline-block; margin: 35px auto 15px auto; outline: none; color: ; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; font-weight: 400; text-shadow: 0 0 1px rgba(255,255,255,0.3); font-size: 2.5em; } nav a:hover, nav a:focus { outline: none; } .blaugrana { font-family:'Lato', Arial, Sans-Serif; font-weight:400; text-align:center; position: relative; margin: 5px auto; width: 560px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .blaugrana a { color:#fff; font-size:16px; margin:15px; display:inline-block; } .blaugrana a::after { position: absolute; top: 100%; left: 0; width: 100%; height: 1px; background: #fff; content: ''; opacity: 0; -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s; -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s; transition: height 0.3s, opacity 0.3s, transform 0.3s; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); transform: translateY(-10px); } .blaugrana a:hover::after, .blaugrana a:focus::after { height: 5px; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); } /*Containers*/ #box { width:900px; margin:25% auto; padding-left:75px; padding-right:75px; } .cont { position:fixed; margin: auto; width:750px; top:32%; height:50vh; } /*button*/ button { border: none; padding: 0.8em 1.6em; background: #fafafa; /*You can change the button colour here*/ width:200px; /*Width of the button*/ color: #000; /*You can change the colour of the text in the button*/ font-family: 'Lato', Arial, sans-serif; font-size: 1.2em; /*Font size of the text*/ margin:5px; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; display: inline-block; border-radius: 1px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } button:hover { background: #000; color:#fff; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } /*Modal windows*/ .voldemort { position: fixed; top: 50%; left: 50%; width: 50%; max-width: 700px; min-width: 320px; height: auto; z-index: 2000; visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .harrypotter { visibility: visible; } .overlay { position: fixed; width: 100%; height: 100%; visibility: hidden; top: 0; left: 0; z-index: 1000; opacity: 0; background: rgba(245,245,245,0.8); /*Colour of the overlay*/ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .harrypotter ~ .overlay { opacity: 1; visibility: visible; } /* Content styles */ .contenu { color: #000; background: #fff; position: relative; border-radius: 3px; margin: 0 auto; } .contenu h3 { margin: 0; padding: 0.4em; text-align: center; font-size: 2.4em; font-family:'Raleway', Arial, Sans-Serif; font-weight: 300; opacity: 0.8; background: rgba(0,0,0,0.1); border-radius: 3px 3px 0 0; } .contenu > div { padding: 15px 40px 30px; margin: 0 auto; font-weight: 300; font-size: 1.15em; overflow:auto; text-align:center; } .contenu > div p { margin: 0; padding: 10px 0; } .contenu > div a { width:30%; background:#fafafa; display:inline-block; color:#000; font-size:1.2em; padding:10px; text-align:center; margin:5px; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .contenu > div a:hover { color:#fff; background:#000; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .contenu > div ul { margin: 0; padding: 0 0 30px 20px; } .contenu > div ul li { padding: 5px 0; } .contenu button { display: block; margin: 0 auto; font-size: 0.8em; } .poppy .contenu { -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .harrypotter.poppy .contenu { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } /*PLEASE DO NOT ALTER OR COVER THE CREDIT, THANKS! C: */ #leo { font-family: Arial, Sans-Serif; text-transform:uppercase; text-align:center; z-index:999999999; box-sizing:content-box; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; } #leo a { z-index:999999999; position:fixed; font-size:12px; line-height:16px; width:18px; height:18px; font-weight:300; bottom:10px; right:10px; color:#000; background:rgba(255,255,255,0.4); padding:5px; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; box-sizing:content-box; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; } #leo a:hover { background-color:rgba(0,0,0,1); color:#fff; border-radius:50%; -webkit-animation: hermione 1s; /* Chrome, Safari, Opera */ -moz-animation: hermione 1s; -o-animation: hermione 1s; animation: hermione 1s; animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out; -moz-animation-timing-function: ease-in-out; -o-animation-timing-function: ease-in-out; -moz-transform: rotate(720deg); /* IE 9 */ -webkit-transform: rotate(720deg); /* Chrome, Safari, Opera */ transform: rotate(720deg); transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; } @-webkit-keyframes hermione { 0% {color:#000;} 25% {color:#ACE4EA;} 50% {color:#FFFBDD;} 75% {color:#ACE4EA;} 100% {color:#fff;} } @-moz-keyframes hermione { 0% {color:#000;} 25% {color:#ACE4EA;} 50% {color:#FFFBDD;} 75% {color:#ACE4EA;} 100% {color:#fff;} } @-o-keyframes hermione { 0% {color:#000;} 25% {color:#ACE4EA;} 50% {color:#FFFBDD;} 75% {color:#ACE4EA;} 100% {color:#fff;} } @keyframes hermione { 0% {color:#000;} 25% {color:#ACE4EA;} 50% {color:#FFFBDD;} 75% {color:#ACE4EA;} 100% {color:#fff;} } /*END OF CREDIT*/ /*Media Queries*/ @media screen and (max-width:1024px) { .tete { height:120px; } .tete h1 { margin-top:30px; } } @media screen and (max-width:900px) { #box { width:100%; } .cont { width:700px; } button { width:150px; } } @media screen and (max-width: 700px) { button { font-size:0.8em; } .cont { width:500px; } } @media screen and (max-width: 550px) { button { width:25%; } .cont { width:100%; } #box { padding:0; } } </style></head> <body> <!--Header--> <div class="tete"> <h1>Navigation</h1> <nav class="blaugrana"> <a href="/">Back</a> <a href="/ask">Ask</a> <a href="http://tumblr.com">Dash</a> </nav></div> <!--Modal Windows--> <!--Modal Window 1--> <div class="voldemort poppy" id="modal-1"> <div class="contenu"> <!--Try to keep your Headings short--><h3>Heading One</h3> <div> <!-- When you are adding links, please follow the instruction below: 1) If you're linking a page within the same blog e.g. linking http://hogwartsproject.tumblr.com/ask , you just need to add the 'ask' after the '/' 2) If you're linking to a specific tag e.g. the 'hp' tag on your blog, you need to add 'tagged/hp' after the '/' 3) If you're linking any external links or any pages outside your URL, then you need the full URL, including the 'http://' part. Hope this makes sense! --> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <!--Close button--> <button class="invisibilitycloak" style="display:none;">Close</button> <!--End of Close button--> </div> </div> </div> <!--End of Modal Window 1--> <!--Modal Window 2--> <div class="voldemort poppy" id="modal-2"> <div class="contenu"> <h3>Heading Two</h3> <div> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <!--Close button--> <button class="invisibilitycloak" style="display:none;">Close</button> <!--End of Close button--> </div> </div> </div> <!--End of Modal Window 2--> <!--Modal Window 3--> <div class="voldemort poppy" id="modal-3"> <div class="contenu"> <h3>Heading Three</h3> <div> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <!--Close button--> <button class="invisibilitycloak" style="display:none;">Close</button> <!--End of Close button--> </div> </div> </div> <!--End of Modal Window 3--> <!--Modal Window 4--> <div class="voldemort poppy" id="modal-4"> <div class="contenu"> <h3>Heading Four</h3> <div> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <!--Close button--> <button class="invisibilitycloak" style="display:none;">Close</button> <!--End of Close button--> </div> </div> </div> <!--End of Modal Window 4--> <!--Modal Window 5--> <div class="voldemort poppy" id="modal-5"> <div class="contenu"> <h3>Heading Five</h3> <div> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <!--Close button--> <button class="invisibilitycloak" style="display:none;">Close</button> <!--End of Close button--> </div> </div> </div> <!--End of Modal Window 5--> <!--Modal Window 6--> <div class="voldemort poppy" id="modal-6"> <div class="contenu"> <h3>Heading Six</h3> <div> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <!--Close button--> <button class="invisibilitycloak" style="display:none;">Close</button> <!--End of Close button--> </div> </div> </div> <!--End of Modal Window 6--> <!--Modal Window 7--> <div class="voldemort poppy" id="modal-7"> <div class="contenu"> <h3>Heading Seven</h3> <div> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <!--Close button--> <button class="invisibilitycloak" style="display:none;">Close</button> <!--End of Close button--> </div> </div> </div> <!--End of Modal Window 7--> <!--Modal Window 8--> <div class="voldemort poppy" id="modal-8"> <div class="contenu"> <h3>Heading Eight</h3> <div> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <!--Close button--> <button class="invisibilitycloak" style="display:none;">Close</button> <!--End of Close button--> </div> </div> </div> <!--End of Modal Window 8--> <!--Modal Window 9--> <div class="voldemort poppy" id="modal-9"> <div class="contenu"> <h3>Heading Nine</h3> <div> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <a href="/">Link</a> <!--Close button--> <button class="invisibilitycloak" style="display:none;">Close</button> <!--End of Close button--> </div> </div> </div> <!--End of Modal Window 9--> <!--If you want to add a new modal window, add them right after this--> <!--And before this--> <div id="box"> <!--Buttons--> <div class="cont"> <center> <!-- The '<br>' tags after Three and Six are used to organise the buttons in rows of 3 --> <button class="md-trigger" data-modal="modal-1"> One</button> <button class="md-trigger" data-modal="modal-2"> Two</button> <button class="md-trigger" data-modal="modal-3"> Three</button><br> <button class="md-trigger" data-modal="modal-4"> Four</button> <button class="md-trigger" data-modal="modal-5"> Five</button> <button class="md-trigger" data-modal="modal-6"> Six</button><br> <button class="md-trigger" data-modal="modal-7"> Seven</button> <button class="md-trigger" data-modal="modal-8"> Eight</button> <button class="md-trigger" data-modal="modal-9"> Nine</button> <!-- For a new box add the following right after 'Nine</button>': <br><button class="md-trigger" data-modal="modal-10">Ten</button> You also need to add a new modal window before '<div id="box">' --> </center> </div> <!--End of buttons--> </div> <div class="overlay"></div><!-- the overlay element --> <!--PLEASE DO NOT ALTER OR COVER THE CREDIT--> <div id="leo"> <a href="http://hermionejean.co.vu">♚</a> </div> <!--END OF CREDIT--> <!--Script--> <script src="http://static.tumblr.com/xbvpdcx/8a7nkqvai/classie.js" ></script> <script> /** * modalEffects.js v1.0.0 * http://www.codrops.com * * Licensed under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * Copyright 2013, Codrops * http://www.codrops.com */ var ModalEffects = (function() { function init() { var overlay = document.querySelector( '.overlay' ); [].slice.call( document.querySelectorAll( '.md-trigger' ) ).forEach( function( el, i ) { var modal = document.querySelector( '#' + el.getAttribute( 'data-modal' ) ), close = modal.querySelector( '.invisibilitycloak' ); function removeModal( hasPerspective ) { classie.remove( modal, 'harrypotter' ); if( hasPerspective ) { classie.remove( document.documentElement, 'md-perspective' ); } } function removeModalHandler() { removeModal( classie.has( el, 'md-setperspective' ) ); } el.addEventListener( 'click', function( ev ) { classie.add( modal, 'harrypotter' ); overlay.removeEventListener( 'click', removeModalHandler ); overlay.addEventListener( 'click', removeModalHandler ); if( classie.has( el, 'md-setperspective' ) ) { setTimeout( function() { classie.add( document.documentElement, 'md-perspective' ); }, 25 ); } }); close.addEventListener( 'click', function( ev ) { ev.stopPropagation(); removeModalHandler(); }); } ); } init(); })(); </script> <!--End of Script--> </body> </html>
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Untitled
Python | 1 hour ago | 0.13 KB
Decentralized Moneys
2 hours ago | 0.42 KB
120 million in 5 years
3 hours ago | 0.12 KB
December smells like money
3 hours ago | 0.07 KB
Crypto Liquidity Pools
3 hours ago | 0.47 KB
Trustless Finance
3 hours ago | 0.51 KB
The Lunar Kitsune - Yohana Tsukiko
4 hours ago | 21.38 KB
Crypto profits are insane
4 hours ago | 0.12 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!