Prehistoric Cobalt Aphid
Medium
$MKR does not present these interfaces, so it will not work for it even though it is EIP20 compliant.
name OPTIONAL - This method can be used to improve usability, but interfaces and other contracts MUST NOT expect these values to be present.
symbol This method can be used to improve usability, but interfaces and other contracts MUST NOT expect these values to be present.
But the LendingPool always calls these in the constructor.
In LendingPool:53/54
, name
and symbol
interface may not exist.
None.
None.
- Lending pool constructor.
Lending pool creation fails for certain tokens.
See $MKR token.
Add the option to pass as argument name
and symbol
.