Skip to main content

ICCIPTokenPool

Git Source

Functions

getBridgedSupply

Returns the amount of OHM that has been bridged from mainnet

The implementing function should only return a value on mainnet

function getBridgedSupply() external view returns (uint256);

Errors

TokenPool_InvalidToken

error TokenPool_InvalidToken(address expected, address actual);