Address | -Balance | -TX count | -Index | -
---|---|---|---|
{account.address} | -{account.balance} | -{account.transactionCount} | -{account.index} | -
Number | -Mined On | -Gas Used | -TX Count | -
---|---|---|---|
{block.number} | -{new Date(block.timestamp * 1000).toLocaleString()} | -{block.gasUsed} | -{block.transactions.length} | -
Hash | -Block Number | -From | -To | -Type | -
---|---|---|---|---|
{transaction.hash} | -{transaction.blockNumber} | -{transaction.from} | -{transaction.to} | -{transaction.to ? "Contract Call" : "Contract Creation"} | -