Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

StdUtilsMock

Inherits: StdUtils

Functions

exposed_getTokenBalances

function exposed_getTokenBalances(address token, address[] memory addresses)
    external
    returns (uint256[] memory balances);

exposed_bound

function exposed_bound(int256 num, int256 min, int256 max) external pure returns (int256);

exposed_bound

function exposed_bound(uint256 num, uint256 min, uint256 max) external pure returns (uint256);

exposed_bytesToUint

function exposed_bytesToUint(bytes memory b) external pure returns (uint256);