PositionDescriptor
Git Source - Generated with forge doc
Inherits: IPositionDescriptor
Produces a string containing the data URI for a JSON metadata string
State Variables
DAI
address private constant DAI = 0x6B175474E89094C44Da98b954EedeAC495271d0F;
USDC
address private constant USDC = 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48;
USDT
address private constant USDT = 0xdAC17F958D2ee523a2206206994597C13D831ec7;
TBTC
address private constant TBTC = 0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa;
WBTC
address private constant WBTC = 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599;
wrappedNative
address public immutable wrappedNative;
nativeCurrencyLabelBytes
bytes32 private immutable nativeCurrencyLabelBytes;
poolManager
IPoolManager public immutable poolManager;
Functions
constructor
constructor(IPoolManager _poolManager, address _wrappedNative, bytes32 _nativeCurrencyLabelBytes);
nativeCurrencyLabel
Returns the native currency label as a string
function nativeCurrencyLabel() public view returns (string memory);