Smart Accounts Reference
Deployed Contracts
- Flare Mainnet
- Flare Testnet Coston2
| Contract | Address | Description |
|---|---|---|
| MasterAccountController | 0x434936d47503353f06750Db1A444DBDC5F0AD37c | Central contract for Smart Accounts that manages personal accounts and executes XRPL instructions. |
| Contract | Address | Description |
|---|---|---|
| MasterAccountController | 0x434936d47503353f06750Db1A444DBDC5F0AD37c | Central contract for Smart Accounts that manages personal accounts and executes XRPL instructions. |
info
The MasterAccountController address is the same on all Flare networks.
Retrieve it from the Flare contracts registry rather than hardcoding it, so each XRPL address maps to the same personal account everywhere.
References
Smart contract interfaces for interacting with the Flare Smart Accounts system.
IMasterAccountController
Flare Smart Accounts IMasterAccountController interface reference.
IPersonalAccount
Flare Smart Accounts IPersonalAccount interface reference.