12 Tweetcarts per year, one minted once a month (max 12 editions), and one edition goes to each of the holders of this token!
Starting November 1st 2021, until October 1st 2022, the holders of this token, as of the first of each month, will be airdropped an edition of a tweetcart made by me on either Pico8 or TIC80. This will be the only way to obtain these pieces.
Conditions:
- only people holding it as of the first of each month will receive the airdrop
- if you missed previous months, you will not get those tweetcarts (unless you buy them on secondary)
- mints will be on the Tezos blockchain, probably on HEN, but if HEN is not working then I might mint on Versum or something if it is live by then
- I will consult with any non-anonymous holders on twitter if I need to change something like minting location
For this SVG tweetcart, a new checkmark will fill in in each box once that snapshot date has passed.
If this goes well, I MAY consider burning this token once the year is up as the means to get the token for next year.
Please reach out to me on Twitter with any questions, @aebrer
Source code:
m=stat(91)-12+2+(stat(90)-2021)*12cls()x=128/5-2y=128/4::_::
for a=1,4do
for b=1,3do
rect(x*a-4,y*b-4,x*a+4,y*b+4,7)z=a+(b-1)*4?z,x*a+7,y*b
if m>=z then
line(x*a,y*b+2,x*a-5,y*b-3,11)line(x*a,y*b+2,x*a+10,y*b-8,11)end
end
end
goto _