Registry
Introduction
The Registry contract contains mapping with all pToken addresses, it allows get the pToken address by the underlying asset address. The Registry also contains the address of the current implementation of the pToken, which is used by all proxy pools.
Get pToken address
The Registry contract has a mapping called pTokens
. It maps underlying asset addresses to pToken addresses.
Registry
Solidity
Web3 1.0
Last updated