Skip to content

Commit

Permalink
Merge pull request #151 from Iris3329/patch-4
Browse files Browse the repository at this point in the history
Create okx-kaia-explorer.md
  • Loading branch information
scott-klaytn authored Feb 20, 2025
2 parents ff7713a + 52dd7a0 commit edf74c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/build/tools/block-explorers/okx-kaia-explorer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# OKX Kaia Explorer

[OKX Kaia Explorer](https://www.okx.com/web3/explorer/kaia), built by Team [OKX Explorer](https://www.okx.com/web3/explorer/eaas), is part of [OKX EaaS (Explorer-as-a-Service)](https://www.okx.com/web3/explorer/eaas) which powers over 50 chains. It offers all the essential tools and functions you'd expect, including basic searches for [addresses](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [transactions](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac), [tokens](https://www.okx.com/web3/explorer/kaia/token-list), and [blocks](https://www.okx.com/web3/explorer/kaia/block-list).
In addition to the basic [Address](https://www.okx.com/web3/explorer/kaia/address/0x417e2ab3dd563c8b0b6c50288c7c16c0ac1fad92), [Transaction](https://www.okx.com/web3/explorer/kaia/tx/0xb86a505b2d6cd1606543eb6a95201a4f062af315d325f432d04fb3b8184ee4ac) , [Token list](https://www.okx.com/web3/explorer/kaia/token-list), [Block](https://www.okx.com/web3/explorer/kaia/block-list) search.

OKX Kaia Explorer also supports:

* [Contract difference checker](https://www.okx.com/web3/explorer/contract-diff#source-chain=klaytn&target-chain=klaytn): This tool is particularly useful for comparing legitimate contract source code with suspicious contracts. It highlights differences to help detect potential threats to investors. Developers can also use this to enhance security and functionality by referencing robust, proven code.
* [Similar contract finder](https://www.okx.com/web3/explorer/similar-contract#source-chain=klaytn): A handy tool that displays source code and Read/Write capabilities for contracts with similar bytecode but different constructor arguments.
* [Large transfer monitor](https://www.okx.com/web3/explorer/large-transfer-monitor/kaia) : Provides real-time data on large token transfers, making it easy to track market trends and spot high-return opportunities.
* [Token alert](https://www.okx.com/web3/explorer/token-alert): Get instant access to comprehensive, real-time on-chain data, including large transactions and significant fund movements, unlocking valuable market insights.
* And more! Explorer all the features by clicking [here](https://www.okx.com/web3/explorer/kaia).
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ const sidebars = {
},
items: [
'build/tools/block-explorers/kaiascope',
'build/tools/block-explorers/okx-kaia-explorer',
{
type: 'link',
label: 'KaiaScan',
Expand Down Expand Up @@ -544,4 +545,4 @@ const sidebars = {
],
}

module.exports = sidebars
module.exports = sidebars

0 comments on commit edf74c3

Please sign in to comment.