Wallet address
From UBot Studio
$defi wallet address is a function that returns the public address of your DeFi (Decentralized Finance) wallet on a specified blockchain.
This function is designed for enterprise users who are actively using DeFi tools and need to frequently reference their wallet address.
Contents |
User Level
This function is exclusively available for enterprise users.
Parameters
Chain: Chain is the blockchain on which your DeFi Wallet is located. It can be either "Avalanche" or "BinanceSmartChain".
Return Value
This function returns a string value which is the public address of your DeFi wallet on the specified blockchain.
Example
define areacode ui text msg("DeFi Wallet Address: {$defi wallet address("BinanceSmartChain")}")
In this example, the script is showing the public address of your DeFi wallet for Binance Smart Chain.