跳至主內容
切換導覽功能表
Worldcoin Help Center
搜尋
Worldcoin 用戶支援
交易
交易
加密交易
為什麼加密交易是不可逆的?
我如何在Optimism網路上找到一筆交易?
我如何提取代幣?
如何使用World Pay支付給其他人?
我如何接收代幣?
如何購買代幣?
檢視所有 8 篇文章
Airdrops
對於補助空投計劃的更新
我何時可以開始申領 WLD?
我可以申領多少 WLD?
我可如何在 World App 中領取 WLD?
如果我還未通過驗證,我還能每月收到WLD嗎?
為甚麼我在申領後沒有收到 WLD 補助金?
檢視所有 7 篇文章
交易問題
為甚麼有時需要一段時間才能收到我的交易(或WLD)款項?
我能否取回從我的 World App 傳送到外部地址的資金?
我可如何查看交易記錄?
USDC.e 是甚麼?為甚麼我的錢包裡沒有顯示我轉入的 USDC?
,
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
類別
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
切換導覽功能表
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
類別
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
檢視更多
<% } %>
<% } %>