-
Notifications
You must be signed in to change notification settings - Fork 25
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
Showing
11 changed files
with
156 additions
and
110 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
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
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,68 @@ | ||
--- | ||
title: FAssets Reference | ||
description: Solidity reference for FAssets smart contracts. | ||
keywords: | ||
[ | ||
solidity, | ||
reference, | ||
fassets, | ||
xrp, | ||
bitcoin, | ||
dogecoin, | ||
flare-network, | ||
smart-contracts, | ||
] | ||
--- | ||
|
||
import Tabs from "@theme/Tabs"; | ||
import TabItem from "@theme/TabItem"; | ||
import DocCardList from "@theme/DocCardList"; | ||
import SolidityReference from "@site/src/components/DataTables/SolidityReference"; | ||
|
||
## Deployed Contracts | ||
|
||
<Tabs block> | ||
<TabItem value="flare" label="Flare Mainnet"> | ||
|
||
| **Contract** | **Address** | **Description** | | ||
| -------------------: | ----------- | --------------- | | ||
| `AgentOwnerRegistry` | - | - | | ||
| `FXRP` | - | - | | ||
| `USDX` | - | - | | ||
|
||
|
||
</TabItem> | ||
<TabItem value="coston2" label="Flare Testnet Coston2"> | ||
|
||
| **Contract** | **Address** | **Description** | | ||
| -------------------: | ----------- | --------------- | | ||
| `AgentOwnerRegistry` | - | - | | ||
| `FXRP` | - | - | | ||
| `USDX` | - | - | | ||
|
||
|
||
</TabItem> | ||
<TabItem value="songbird" label="Songbird Canary-Network" default> | ||
|
||
| **Contract** | **Address** | **Description** | | ||
| -------------------: | ------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- | | ||
| `AgentOwnerRegistry` | [`0xa7f5d3C81f55f2b072FB62a0D4A03317BFd1a3c0`](https://songbird-explorer.flare.network/address/0xa7f5d3C81f55f2b072FB62a0D4A03317BFd1a3c0) | Manages agent whitelisting and allows setting and retrieving details such as work and management addresses, name, description, and icon. | | ||
| `FXRP` | [`0xF9a84f4ec903F4EaB117A9c1098BeC078BA7027d`](https://songbird-explorer.flare.network/address/0xF9a84f4ec903F4EaB117A9c1098BeC078BA7027d) | The FAsset-wrapped TestXRP token, ready for use on Songbird. | | ||
| `USDX` | [`0x4A771Cc1a39FDd8AA08B8EA51F7Fd412e73B3d2B`](https://songbird-explorer.flare.network/address/0x4A771Cc1a39FDd8AA08B8EA51F7Fd412e73B3d2B) | ERC-20 token used by FAssets. | | ||
|
||
</TabItem> | ||
<TabItem value="coston" label="Songbird Testnet Coston"> | ||
|
||
| **Contract** | **Address** | **Description** | | ||
| -------------------: | ----------- | --------------- | | ||
| `AgentOwnerRegistry` | - | - | | ||
| `FXRP` | - | - | | ||
| `USDX` | - | - | | ||
|
||
</TabItem> | ||
|
||
</Tabs> | ||
|
||
## Interfaces | ||
|
||
<DocCardList /> |
Oops, something went wrong.