Public Mint
An open mint anyone can join. Nogada offers two ways.
π‘ For a contested public, the keys are Spam + fast gas + a scheduled start β Mint Modes explained
Method A β Launchpad/market link (easiest)
For launchpads like OpenSea or Transient, just paste the link.
- Tasks β
+ New task. - In the target tab, pick OpenSea Drop or Launchpad.
- Paste the mint link into the contract address field.
- The app auto-detects the mint phase β pick the phase.
- Fill wallets/RPC/gas β Create β Run.
π‘ For a mint that's already live, auto-detection is the fastest and easiest.
Method B β Contract directly (manual)
For a regular contract where auto-detection doesn't apply, specify the function yourself.
- Get the project's contract address (from Etherscan, etc.).
- Tasks β
+ New taskβ target Contract. - Enter the address and click Fetch ABI to pick
mint/publicMintetc. from the function list. - Fill Arguments β a public mint usually has just quantity.
- Put the mint price in Amount (ETH) (0 if free).
- Set wallets/RPC/gas β Create β Run.
Using raw hex (advanced)
You can copy the input data (hex) from someone else's minting transaction.
- On Etherscan, open a mint tx for that collection β Input Data β "View Input As β Original" to copy the hex
- In the task editor, check Raw calldata and paste the hex
- Just match the contract address + total amount (price Γ quantity)
β οΈ Be careful with functions that include a receiver address or token id β a wrong copy could mint to someone else's wallet. Simple
mint(quantity)types are safe to copy directly.π‘ Confused about the function/hex? Ask ChatGPT/Claude "what's this contract's mint function and arguments?" β they read contracts well.
Next β Gas Settings Explained