SingleTokenConverter

SingleTokenConverter

Used for token conversions and sends received tokens

Solidity API

baseAsset

Address of the base asset token

address baseAsset

setBaseAsset

Sets the base asset for the contract

function setBaseAsset(address baseAsset_) external

Parameters

⛔️ Access Requirements

  • Only Governance


balanceOf

Get the balance for specific token

function balanceOf(address tokenAddress) public view returns (uint256 tokenBalance)

Parameters

Return Values


Last updated