ID: 
        [ block.id ]
      
      
        Height: 
        
           < prev
          [ height | BN]
          next >
        
      
      
        Parent ID: 
        [ block.idPrevBlock ]
      
      
        Timestamp: 
        [ block.formattedTimestamp ]
      
      
        Miner: 
        [ block.miner ]
      
      
        Coinbase: 
        
          
            [item.balance | BN] [item.tokenStr] 
          
        
      
      
        Difficulty: 
        [ parseInt(block.difficulty) | BN]
      
      
        Effective Difficulty: 
        [ effectiveDifficulty | BN ]
      
      
        PoSW Applied: 
        
          [ block.stakingApplied ? "Yes" : "No" ]
        
      
      
        PoSW Mined Blocks: 
        [ parseInt(block.poswMinedBlocks) | BN ] / [ parseInt(block.poswMineableBlocks) | BN ] (used / allowed in recent 512 blocks) 
      
      
        Size: 
        [ parseInt(block.size) | BN ] bytes
      
      
        Nonce: 
        [ block.nonce ]
      
      
        Signature: 
        
          [ block.signature ]
        
        
          [ block.signature ]
        
      
      
        Signer: 
        
          
            [ block.signer ]
          
          
            GUARDIAN
          
        
      
      
        Minor Block Headers: 
        [ block.minorBlockHeaders.length ]
      
    
  
  
    
      
        [data.index]
      
      
        [data.value]
      
      
        [parseInt(data.value)]
      
      
        [parseInt(data.value)]
      
      
        [parseInt(data.value) | BN]
      
      
        [parseInt(data.value) | BN]
      
      
        [ data.value ]
      
      
        💰
        
          
            
              [d.value]
            
            
              [d.value | BN]
            
          
        
      
      
        [data.item.formattedTimestamp]
      
    
  
 
  
    
    
      
        ID: 
        
          [ block.id ]
        
      
      
        Chain: 
        [ chain ]
      
      
        Shard: 
        [ shard ]
      
      
        Height: 
        
           < prev
          [ height | BN ]
          next >
        
      
      
        
          Parent ID: 
          
            [ block.idPrevMinorBlock ]
          
        
        
          Parent Root ID: 
          
            [ block.hashPrevRootBlock ]
          
        
      
      
        Timestamp: 
        [ block.formattedTimestamp ]
      
      
        Miner: 
        
          [ block.miner ]
        
      
      
        Coinbase: 
        
          
            [item.balance | BN] [item.tokenStr] 
          
        
      
      
        Difficulty: 
        [ parseInt(block.difficulty) | BN ]
      
      
          Effective Difficulty: 
          [ parseInt(block.effectiveDifficulty) | BN ]
      
      
        PoSW Applied: 
        
          [ block.stakingApplied ? "Yes" : "No" ]
        
      
      
        PoSW Mined Blocks: 
        [ parseInt(block.poswMinedBlocks) | BN ] / [ parseInt(block.poswMineableBlocks) | BN ] (used / allowed in recent 256 blocks) 
      
      
        Size: 
        [ parseInt(block.size) | BN ] bytes
      
      
        Gas Used: 
        [ parseInt(block.gasUsed) | BN ]
      
      
        Gas Limit: 
        [ parseInt(block.gasLimit) | BN ]
      
      
        Nonce: 
        [ block.nonce ]
      
      
        Transactions: 
        [ block.transactions.length ]
      
    
  
  
    
      
        [data.item.id]
      
      
        
          [ data.item.blockHeight | BN]
        
      
      
        [ block.formattedTimestamp ]
      
      
        
          [ data.item.fromAddress ]
        
      
      
        
        
          [ data.item.toAddress ]
        
        
        
          Contract Creation
        
      
      
        [data.item.value | BN] [data.item.transferTokenStr]
      
    
  
 
  
  
    
      ID: 
      
        [ tx.id ]
      
    
    
      Chain: 
      [ parseInt(tx.chainId) ]
    
    
      Shard: 
      [ parseInt(tx.shardId) ]
    
    
      
        Block: 
        
          [ height ]
        
      
      
        Position in Block: 
        [ parseInt(tx.transactionIndex) ]
      
      
        Timestamp: 
        
          [ tx.formattedTimestamp ]
        
      
      
        Root Confirmation: 
        
          [ parseInt(tx.txConfirmedByRootBlockNum) ]
        
      
      
        TxReceipt Status: 
        
          [ success ? "Success" : "Fail" ]
        
      
    
    
      
        Block: 
        
          Pending
        
      
    
    
      From: 
      
        [ tx.fromAddress ]
      
    
    
      To: 
      
        [Contract
        
          [ tx.contractAddress ]
         Created]
        
          ✓
        
      
      
        [ tx.toAddress ]
      
    
    
      Value: 
      [ tx.value | BN] [tx.transferTokenStr]
    
    
      Gas Limit: 
      [ Number(tx.gas) | BN ]
    
    
      Gas Used By Txn: 
      [ Number(tx.gasUsed) | BN ]
    
    
      Gas Price: 
      [ tx.gasPrice | BN ] [tx.gasTokenStr] ([ tx.gasPriceGwei | BN] Gwei)
    
    
      Actual Tx Cost/Fee: 
      [ cost | BN ] [tx.gasTokenStr]
    
    
      Nonce: 
      [ Number(tx.nonce) ]
    
    
      
        
          Toggle tx info in the target shard
        
      
      
        
          Target Chain: 
          [ Number(tx.targetChainId) ]
        
        
          Target Shard: 
          [ Number(tx.targetShardId) ]
        
        
          
            Gas Used at Target Shard: 
            [ Number(tx.targetGasUsed) | BN ]
          
          
            Target Shard Block: 
            
                
                  [ Number(tx.targetBlockHeight) ]
                
            
          
          
              Target Shard Timestamp: 
              [ tx.targetTimestamp ]
          
          
              Target Shard Root Confirmation: 
              [ Number(tx.targetTxConfirmedByRootBlockNum) ]
          
          
            Target Shard TxReceipt Status: 
            
              [ targetSuccess ? "Success" : "Fail" ]
            
          
          
            Contract Creation: 
            
              [Contract
              
                [ tx.targetContractAddress ]
               Created]
              
                ✓
              
            
          
          
            Target Shard Logs: 
            
              
              
            
          
        
        
          
            Target Shard Block: 
            
              Pending
            
          
        
      
    
    
      Signature: 
      v: [ tx.v ]
    
    
      
      r: [ tx.r ]
    
    
      
      s: [ tx.s ]
    
    
    
      Input Data: 
      
        
        
      
    
    
      Logs: 
      
        
        
      
    
  
  
    
    
      
        Address: 
        
          [ account.address ]
        
      
      
        Chain: 
        [ account.chainId ]
      
      
        Shard: 
        [ account.shardId ]
      
      
        Tokens in shard: 
        
          
            [item.balance | BN] [item.tokenStr] 
          
        
      
      
        Tokens in network: 
        
          
            [item.balance | BN] [item.tokenStr] 
          
        
      
      
        Transactions: 
        [ parseInt(account.primaryTransactionCount, 16) ]
      
      
        Mined Blocks: 
        [ minedBlocks ]
      
    
  
  
    
      
        [data.value]
      
      
        
          [ data.item.success ? "Success" : "Fail" ]
        
        
          Pending
        
      
      
          [ parseInt(data.item.blockHeight, 16) ]
      
      
          [ data.item.formattedTimestamp ]
      
      
        
          [ data.item.fromAddress ]
        
      
      
          
            [ data.item.type ]
          
      
      
        
        
          [ data.item.toAddress ]
        
        
        Contract Creation
      
      
        [data.item.value | BN] [data.item.transferTokenStr]
      
    
    Load more transactions
  
 
  
    
      
        [data.value]
      
      
        
          [ data.item.success ? "Success" : "Fail" ]
        
        
          Pending
        
      
      
          [ parseInt(data.item.blockHeight, 16) ]
      
      
          [ data.item.formattedTimestamp ]
      
      
        
          [ data.item.fromAddress ]
        
      
      
          
            [ data.item.type ]
          
      
      
        
        
          [ data.item.toAddress ]
        
        
        Contract Creation
      
      
        [data.item.value | BN] [data.item.transferTokenStr]
      
    
    Load more transactions