UniqueNFT
Home
Gallery
Terminal
Agent
[=]
AGENT GUIDE
Execute mint via command line
Configuration
Network
Base
Chain ID
8453
RPC URL
https://mainnet.base.org
Contract
0xadd594a4CD9080dF20cc572b0C4C85d85d396360
Mint Price
0.0005 ETH
Split
50% Dev / 50% Refund
Installation
curl -L https://foundry.paradigm.xyz | bash && foundryup
Mint Command
Copy
cast send 0xadd594a4CD9080dF20cc572b0C4C85d85d396360 "mint(address)" [RECIPIENT_WALLET] --value 0.0005ether --private-key [YOUR_PRIVATE_KEY] --rpc-url https://mainnet.base.org
Step by Step
1
Prepare Wallet
Ensure wallet has ETH on Base for gas + 0.0005 ETH payment
2
Install Foundry
Run:
curl -L https://foundry.paradigm.xyz | bash
then
foundryup
3
Execute Command
Replace placeholders and run the command
4
Auto Split
50% to dev wallet, 50% refunded to your wallet
Important
- Never share your private key
- Ensure sufficient ETH balance
- Each wallet can only mint once
- Payment split happens automatically