qrcoin

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

QR 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)

ContractAddress
QR Auction
0x7309779122069EFa06ef71a45AE0DB55A259A176
USDC
0x833589fCD6eDb6E08f4c7c32D4f71b54bdA02913
合约地址
QR Auction
0x7309779122069EFa06ef71a45AE0DB55A259A176
USDC
0x833589fCD6eDb6E08f4c7c32D4f71b54bdA02913

How It Works

运作机制

  1. Each auction runs ~24 hours
  2. Bidders submit URLs with USDC
  3. Creating a new bid: ~11.11 USDC
  4. Contributing to existing bid: ~1.00 USDC
  5. Highest bid wins; winner's URL encoded in QR code
  1. 每场拍卖持续约24小时
  2. 竞标者使用USDC提交URL
  3. 创建新出价:约11.11 USDC
  4. 为现有出价追加资金:约1.00 USDC
  5. 最高出价者获胜;获胜者的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 key
Requires USDC on Base for bidding.
bash
export PRIVATE_KEY="0x..."  # 你的钱包密钥
参与出价需要在Base网络拥有USDC。