Skip to content

Instantly share code, notes, and snippets.

@AbvAvgJoe
AbvAvgJoe / gist:2a8db710c14900cbc3ccd6b30caa16cc
Created November 26, 2019 00:05
AAJ Token Burn (Filled out)
<%
[[Token Burn Amount: Number "How many AAJ are you redeeming?"]]
[[AAJ Redeemer Email: Identity "What is your email to sign off on this?"]]
[[AAJ Redeemer EthAddress: EthAddress "What is your MetaMask address holding AAJ?"]]
%>
<%
[[id:Identity("abvavgjoe2019@gmail.com")]]
%>
<%
[[@Hours Engaged = Token Burn Amount]]
@AbvAvgJoe
AbvAvgJoe / gist:c0ad2c459b7dfea90c8c269b4d698d27
Created November 19, 2019 16:04
Blank personal token burn template
<%
[[Token Burn Amount: Number "How many *Token* are you redeeming?"]]
[[*Token* Redeemer Email: Identity "What is your email to sign off on this?"]]
[[*Token* Redeemer EthAddress: EthAddress "What is your MetaMask address holding *Token*?"]]
%>
<%
[[id:Identity("*Your Email Address*")]]
%>
<%
[[@Hours Engaged = Token Burn Amount]]