[(chain - 1)] [(shard - 1)] [ showKeyAction ] This Account is backed by MetaMask. Learn more about  how to use MetaMask for QuarkChain.


[ t ] Gwei Generate Transaction
Contract creation transaction (in the same shard) (confirmation time is ~15 seconds)
In-shard transaction on shard [toShard] (confirmation time is ~15 seconds)
Cross-shard transaction from shard [fromShard] to shard [toShard] (confirmation time is ~90 seconds)

Raw Transaction

[txJson]

Signed Transaction Hash

[txHashSigned()]

From

[ `${fromAddress}` ]
[ `(shard ${fromShard})`.padStart(50) ]

To

[ toShard !== -1 ? `${toAddress}` : "Contract Creation" ]
[ `(shard ${toShard})`.padStart(50) ]

You'll send [ Number(amount) | BN ] [tokenStr]

Max Transaction Fee [ (gasLimit || 1e6) * gasPriceGwei / 1e9 | BN ] [gasTokenStr]

Cancel Submit Transaction
Load more transactions