We found an error in the contract, making it possible to mint at no cost through a custom script!
What went wrong?
uint256[] rates = [0 ether, 2 ether, 1 ether, 1 ether, 3 ether];
The line above specifies mint prices in ether, which translates to MATIC on Polygon.
However the mint function didn’t precise ether, fetching the rates in WEI by default.
1 ether = 1000000000000000000 wei!
This passed code tests, I only found out because I wrote the script and tried.
Launch postponed at least 1 week!
We need to correct the contract and thoroughly test this to ensure this work well.
New launch date will be announced upfront!