Skip to content

IFluidDexFactory ​

Git Source

Functions ​

isGlobalAuth ​

Global auth is auth for all dexes

solidity
function isGlobalAuth(address auth_) external view returns (bool);

isDexAuth ​

Dex auth is auth for a specific dex

solidity
function isDexAuth(address vault_, address auth_) external view returns (bool);

totalDexes ​

Total dexes deployed.

solidity
function totalDexes() external view returns (uint256);

getDexAddress ​

Compute dexAddress

solidity
function getDexAddress(uint256 dexId_) external view returns (address);

readFromStorage ​

read uint256 result_ for a storage slot_ key

solidity
function readFromStorage(bytes32 slot_) external view returns (uint256 result_);