Skip to content

IFluidDexFactory ​

isGlobalAuth ​

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

Global auth is auth for all dexes

isDexAuth ​

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

Dex auth is auth for a specific dex

totalDexes ​

solidity
function totalDexes() external view returns (uint256)

Total dexes deployed.

getDexAddress ​

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

Compute dexAddress

readFromStorage ​

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

read uint256 result_ for a storage slot_ key