VIS-2 / taobank-04-24

0 stars 0 forks source link

Incompliance With ERC-20 Standard #14

Open 0xMilenov opened 4 months ago

0xMilenov commented 4 months ago

Context

Stabilizer::constructor() TokenToPriceFeed::setTokenPriceFeed()

Description

The decimals() and symbol() function are part of the OpenZeppelin's IERC20Metadata, but aren't originally included in the official ERC-20 standard. Therefore, indiscriminately casting all tokens to this interface and subsequently invoking this function can fail.