qrcoin
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseQR Coin Auction
QR Coin拍卖
Participate in QR Coin auctions on Base blockchain. Bid to display URLs on QR codes.
参与Base区块链上的QR Coin拍卖,出价以在二维码上展示URL。
Contracts (Base)
合约(Base)
| Contract | Address |
|---|---|
| QR Auction | |
| USDC | |
| 合约 | 地址 |
|---|---|
| QR Auction | |
| USDC | |
How It Works
运作机制
- Each auction runs ~24 hours
- Bidders submit URLs with USDC
- Creating a new bid: ~11.11 USDC
- Contributing to existing bid: ~1.00 USDC
- Highest bid wins; winner's URL encoded in QR code
- 每场拍卖持续约24小时
- 竞标者使用USDC提交URL
- 创建新出价:约11.11 USDC
- 为现有出价追加资金:约1.00 USDC
- 最高出价者获胜;获胜者的URL将被编码到二维码中
Commands
命令
Status
状态
/qr status Current auction info
/qr bids List active bids
/qr reserves Check reserve prices/qr status 当前拍卖信息
/qr bids 列出活跃出价
/qr reserves 查看保留价Bidding
出价
/qr bid <url> <name> Create new bid (~11 USDC)
/qr contribute <url> <name> Contribute to existing bid (~1 USDC)
/qr approve <amount> Approve USDC for bidding/qr bid <url> <name> 创建新出价(约11 USDC)
/qr contribute <url> <name> 为现有出价追加资金(约1 USDC)
/qr approve <amount> 授权用于出价的USDC金额Examples
示例
/qr status
/qr bid https://mysite.com "MyProject"
/qr contribute https://mysite.com "MyProject"/qr status
/qr bid https://mysite.com "MyProject"
/qr contribute https://mysite.com "MyProject"Setup
设置
bash
export PRIVATE_KEY="0x..." # Your wallet keyRequires USDC on Base for bidding.
bash
export PRIVATE_KEY="0x..." # 你的钱包密钥参与出价需要在Base网络拥有USDC。