Mint
MINT A TRADER BABY
Every mint burns $1.50 of $TBABY. The tokens go straight from your wallet to the dead address, so there is nothing for us to collect. 3000 babies, 20 per wallet.
checking
js/config.js.
Connect a wallet to see the live cost.
You sign a maxCost, not a price. The contract charges whatever $1.50 of $TBABY is worth in the block your transaction lands in, and reverts if that is more than the maxCost you signed. So the cost can come out lower than the quote and you pay less, or it can move past your limit and the mint fails. It cannot quietly charge you more. The maxCost above is the quote plus 2%.
Approve asks for exactly that maxCost, not an unlimited allowance. Raise the quantity and you approve again for the larger amount.
What you are paying
THE MINT FEE IS BURNED
There is no treasury on the receiving end of a mint. Worth reading once before you sign.
mint() does not take payment, it destroys it. The call runs transferFrom on $TBABY and moves your tokens from your wallet to 0x...dEaD in the same transaction that mints the NFT. The NFT contract never holds the tokens, so there is nothing in it for anyone to withdraw later.
- The fee is $1.50 of $TBABY per baby. The contract works out the token amount on chain from a price the keeper pushes, so the dollar figure stays put while the token amount moves.
- If that price is missing or older than the contract's limit, the mint reverts. It will not mint at a guessed price.
- You still need a little ETH for gas. The fee itself is $TBABY.
- Burned tokens do not come back. The $TBABY supply drops by whatever every mint cost, permanently.
- Royalties on secondary sales go to the vault, which is the pool stakers claim from, and the same vault is paid every hour in ETH from the desk's trading and the team's Pons launch fees. That is a separate contract and a separate page.
The same money path is described end to end, with worked numbers, on how it works.
The contract addresses appear here once they are deployed and pasted into the site config. Click an address to copy it.
Click an address to copy it. Check the one your wallet shows against the one here before you sign.