You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with ERC-165 is it assumes you're asking honest contract, as there's nothing to prevent a contract saying it supports a function interface when it does not (lying).
Feature Description
Restrict the Treasury address (that receives bond slashing funds) to be able to receive ERC20 tokens.
Additional Information
This means the Treasury used needs to implement ERC165 and the check is made in the bond contract
The text was updated successfully, but these errors were encountered: