BSC 钱包今日交易统计
查询
代币流入流出汇总
{{ Number(scope.row.inflow).toLocaleString(undefined, { maximumFractionDigits: 4 }) }}
{{ Number(scope.row.outflow).toLocaleString(undefined, { maximumFractionDigits: 4 }) }}
{{ Number(scope.row.net).toLocaleString(undefined, { maximumFractionDigits: 4 }) }}
交易明细
{{ scope.row.hash }}
{{ Number(scope.row.value).toLocaleString(undefined, { maximumFractionDigits: 4 }) }}