-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35fbaf7
commit 683c56e
Showing
4 changed files
with
152 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
title: Contracts | ||
description: Important EVM contracts in the IOTA ecosystem. | ||
tags: | ||
- mainnet | ||
- shimmer | ||
- reference | ||
- contracts | ||
--- | ||
|
||
import { Networks } from '@theme/constant'; | ||
import Link from '@docusaurus/Link'; | ||
|
||
export const AddressExplorerLink = ({address, network='iota'}) => ( | ||
<Link | ||
to={new URL('/address/' + address, Networks[network].evm.core.blockExplorerUrls[0]).href} | ||
> | ||
{address} | ||
</Link> | ||
); | ||
|
||
## wIOTA OFT Adapter on IOTA EVM | ||
|
||
<AddressExplorerLink address='0xAf5b83063247603d1D042FA2a47c404322255bD4'/> | ||
|
||
## OFT Token Contract on Shimmer EVM | ||
|
||
<AddressExplorerLink address='0xAf5b83063247603d1D042FA2a47c404322255bD4' network='shimmer'/> | ||
|
||
## wIOTA OFT Token Contract to other chains | ||
|
||
<AddressExplorerLink address={'0x009BcE26c6812c559aFf5EB5769C8758701673d2'}/> | ||
|
||
:::info | ||
|
||
wIOTA OFT Token contract to the following chains: | ||
|
||
* ETH | ||
* OP | ||
* ARB | ||
* Polygon | ||
* BSC | ||
* FTM | ||
* AVAX | ||
* Base | ||
|
||
::: | ||
|
||
## Stargate Token Contracts | ||
|
||
### IOTA USDC Proxy | ||
|
||
<AddressExplorerLink address={'0xFbDa5F676cB37624f28265A144A48B0d6e87d3b6'}/> | ||
|
||
### IOTA USDT | ||
|
||
<AddressExplorerLink address={'0xC1B8045A6ef2934Cf0f78B0dbD489969Fa9Be7E4'}/> | ||
|
||
### IOTA wETH | ||
|
||
<AddressExplorerLink address={'0x160345fC359604fC6e70E3c5fAcbdE5F7A9342d8'}/> | ||
|
||
### MultiSid Owner OFT wIOTA | ||
|
||
<AddressExplorerLink address={'0x88529CF758b7042e357384e0Fa0b71C7a915951F'}/> | ||
|
||
:::info | ||
|
||
TEA MultiSid (4 out of 7) which controls the OFT Token contract and Adapter of wIOTA on IOTA EVM. | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
title: Contracts | ||
description: Important EVM contracts in the IOTA ecosystem. | ||
tags: | ||
- mainnet | ||
- shimmer | ||
- reference | ||
- contracts | ||
--- | ||
|
||
import { Networks } from '@theme/constant'; | ||
import Link from '@docusaurus/Link'; | ||
|
||
export const AddressExplorerLink = ({address, network='iota'}) => ( | ||
<Link | ||
to={new URL('/address/' + address, Networks[network].evm.core.blockExplorerUrls[0]).href} | ||
> | ||
{address} | ||
</Link> | ||
); | ||
|
||
## wIOTA OFT Adapter on IOTA EVM | ||
|
||
<AddressExplorerLink address='0xAf5b83063247603d1D042FA2a47c404322255bD4'/> | ||
|
||
## OFT Token Contract on Shimmer EVM | ||
|
||
<AddressExplorerLink address='0xAf5b83063247603d1D042FA2a47c404322255bD4' network='shimmer'/> | ||
|
||
## wIOTA OFT Token Contract to other chains | ||
|
||
<AddressExplorerLink address={'0x009BcE26c6812c559aFf5EB5769C8758701673d2'}/> | ||
|
||
:::info | ||
|
||
wIOTA OFT Token contract to the following chains: | ||
|
||
* ETH | ||
* OP | ||
* ARB | ||
* Polygon | ||
* BSC | ||
* FTM | ||
* AVAX | ||
* Base | ||
|
||
::: | ||
|
||
## Stargate Token Contracts | ||
|
||
### IOTA USDC Proxy | ||
|
||
<AddressExplorerLink address={'0xFbDa5F676cB37624f28265A144A48B0d6e87d3b6'}/> | ||
|
||
### IOTA USDT | ||
|
||
<AddressExplorerLink address={'0xC1B8045A6ef2934Cf0f78B0dbD489969Fa9Be7E4'}/> | ||
|
||
### IOTA wETH | ||
|
||
<AddressExplorerLink address={'0x160345fC359604fC6e70E3c5fAcbdE5F7A9342d8'}/> | ||
|
||
### MultiSid Owner OFT wIOTA | ||
|
||
<AddressExplorerLink address={'0x88529CF758b7042e357384e0Fa0b71C7a915951F'}/> | ||
|
||
:::info | ||
|
||
TEA MultiSid (4 out of 7) which controls the OFT Token contract and Adapter of wIOTA on IOTA EVM. | ||
|
||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters