- UNABOOMER is a deflationary Player vs. Player PFP NFT consisting of 10,000 pixel Boomers with 190 unique traits.
+ UNABOOMER is a deflationary Player vs. Player PFP NFT consisting of 5,000 pixel Boomers with 190 unique traits.
Assemble a mail bomb and burn it to destroy a random Boomer in the collection. Destroyed Boomers will explode, lose their traits, and get burned.
@@ -401,7 +391,7 @@ export function Hero(props) {
Mail bomb assembly is open to all. But be careful! Your Boomer can blow itself up in the process.
- The more Boomers destroyed, the more likely your bomb is a dud. Shipments begin 24HRS post-mint. Round one ends when 5,000 boomers are left standing.
+ The more Boomers destroyed, the more likely your bomb is a dud. Shipments begin 24HRS post-mint. Round one ends when 2,500 boomers are left standing.
@@ -433,6 +423,7 @@ export function Hero(props) {
{isConnected && address && (
<>
+ {options.boomerMaxSupply > 0 && (
+ )}
-
+
@@ -48,6 +48,6 @@ ReactDOM.createRoot(document.getElementById("root")).render(
);
-// 0x3ecb24754a8ba06f79f0d6b1764809ef4b4ab03a - goerli
+// 0xF15D0e633EAD13f28e207BDc2423766810D28247 - goerli
// 0x5FbDB2315678afecb367f032d93F642f64180aa3 - local
// wss://lzahq.tech/ws
\ No newline at end of file
diff --git a/src/styles/footer.css b/src/styles/footer.css
index 7fddf97..82a0a24 100644
--- a/src/styles/footer.css
+++ b/src/styles/footer.css
@@ -5,9 +5,3 @@ footer {
padding: 0;
margin: 0;
}
-
-@media (max-width: 800px) {
- footer {
- height: 350px;
- }
-}
\ No newline at end of file
diff --git a/src/styles/hero.css b/src/styles/hero.css
index 77d9df4..32eb240 100644
--- a/src/styles/hero.css
+++ b/src/styles/hero.css
@@ -24,7 +24,7 @@
.progress-value {
animation: load 3s normal forwards;
- box-shadow: 0 10px 40px -10px #fff;
+ box-shadow: 0 10px 20px -10px #fff;
border-radius: 100px;
background: #fff;
height: 30px;
@@ -34,6 +34,7 @@
width: 100%;
text-align: center;
position: absolute;
+ color: black;
}
.section {
@@ -264,5 +265,5 @@ button.doThing:disabled {
#boomerPreviewBanner {
width: 100%;
- padding-top: 1em;
+ margin-top: 4em;
}
\ No newline at end of file