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

MockOracle

Git Source

State Variables

_rate

uint256 internal _rate = 1e18;

Functions

setRate

function setRate(uint256 newRate) external;

rate

function rate() external view returns (uint256);

decimals

function decimals() external pure returns (uint256);