Created
November 26, 2019 00:05
-
-
Save AbvAvgJoe/2a8db710c14900cbc3ccd6b30caa16cc to your computer and use it in GitHub Desktop.
AAJ Token Burn (Filled out)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% | |
[[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]] | |
[[@Token Burn Amount in Wei = Token Burn Amount * 1000000000000000000]] | |
%> | |
<% | |
[[Redeem AAJ:EthereumCall( | |
contract:"0x0dcfd6d0a85cc8f35fe507fed1dba4318bae8df3"; | |
interface:[{"constant": false, "inputs": [{"name": "account", "type": "address"},{"name": "amount", "type": "uint256"}], "name": "mint", "outputs": [{"name": "", "type": "bool"}], "payable": false, "stateMutability": "nonpayable", "type": "function"},{"constant": false, "inputs": [{"name": "amount", "type": "uint256"}], "name": "burn", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function"}]; | |
network:"Mainnet"; | |
from:AAJ Redeemer EthAddress; | |
function:"burn"; | |
arguments:Token Burn Amount in Wei)]] | |
%> | |
\centered **__REDEEM AAJ__** | |
The undersigned commits a burn of AAJ (ERC20) in order to retain Above Average Joe in the following manner: | |
| ❂ | Details | | |
| --------- | --------- | | |
| Burn Amount | [[Token Burn Amount]] | | |
| Hours Engaged | [[Hours Engaged]] | | |
[[Redeem AAJ]] | |
__*[[AAJ Redeemer Email: Identity | Signature]]*__ | |
0x[[AAJ Redeemer EthAddress]] | |
\pagebreak | |
Above Average Joe confirms the AAJ redemption described above and shall provide a Legal Engineering consultation by means of electronic communication (*Zoom, Google Hangouts, Skype, Discord etc.*) in the month timestamped by the signature below: | |
__*[[id | Signature]]*__ | |
'''The Parties hereto agree that the following AAJ Redemption and related 'Legal Engineering' consultation(s) are not intended to create, and such redemption does not constitute, an attorney-client relationship.''' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment