<aside> 💡
To use this function, you must use GlueERC20
or GlueERC721
contract of a specific Sticky Token. To better understand the Glue Ecosystem architecture and find the correct deployment addresses, visit visit Lore and Architecture | License & Deployments
</aside>
Using the Glue Address, you can call getStickyAsset
function to obtain the Address of its corresponding Sticky Asset.
/** @notice Retrieves the address of the sticky token.
* @dev This function is used to get the address of the sticky token.
*
* @return stickyAsset The address of the sticky asset.
*
* Use cases:
* - Retrieving the address of the sticky token.
*/
function getStickyAsset() external view returns (address stickyAsset);
← Previous
Find the Glue Address of a Token/NFT
Next →