layout | title | description | keywords | permalink |
---|---|---|---|---|
default |
POAPs |
A collection of official and community POAPs. |
poap, poaps, rocket, pool, rpl |
/poaps/ |
A collection of official and community POAPs.
Total POAPs: {{site.data.poaps.size}}
Create a POAP
Did we miss one? Submit here
{%- for poap in site.data.poaps -%}
{%- if poap.creator -%}
{%- else -%}
{%- endif -%}
{%- endfor -%}
{%- capture dataTargets -%}
data-bs-toggle="modal"
data-bs-target="#detailsModal"
data-bs-id="{{poap.id}}"
data-bs-link="{{poap.link}}"
data-bs-imgurl="{{poap.img_url}}"
data-bs-title="{{poap.title}}"
data-bs-desc="{{poap.description}}"
data-bs-descurl="{{poap.desc_url}}"
data-bs-date="{{poap.date}}"
data-bs-supply="{{poap.supply}}"
data-bs-creator="{{poap.creator}}"
data-bs-type="{{poap.type}}"
{%- endcapture -%}
{%- if poap.creator == "unknown" -%}
{%- endif -%}
{%- if poap.filesize -%}
{%- else -%}
{%- assign round = "rounded-circle" -%}
{%- if poap.creator == "POAP Art Canvas" -%}
{%- assign round = "rounded-none" -%}
{%- endif -%}
{%- endif -%}
who made dis?
{%- assign type = poap.type -%}
{%- case type -%}
{%- when "official" -%}
Official
{%- when "community" -%}
Community
{%- when "ethstaker" -%}
EthStaker
{%- when "bankless" -%}
Bankless
{%- when "sushi" -%}
Sushi
{%- when "poap" -%}
POAP
{%- when "daily gwei" -%}
Daily Gwei
{%- when "zapper" -%}
Zapper
{%- when "rari capital" -%}
Rari Capital
{%- when "reddit" -%}
Reddit
{%- when "balancer" -%}
Balancer
{%- when "bancor" -%}
Bancor
{%- when "gitpoap" -%}
GitPOAP
{%- when "tally" -%}
Tally
{%- when "ens" -%}
ENS
{%- else -%}
{%- assign words = type | split: " " -%}
{%- capture titlecase -%}
{%- for word in words -%}
{{ word | capitalize }}
{%- endfor -%}
{%- endcapture -%}
{{titlecase}}
{%- endcase -%}
{{poap.date}}