Allow casting between similar Contract
and Event
types
#256
Labels
enhancement
New feature or request
Contract
and Event
types
#256
Implement checked casting between different contract types. The idea here is to provide a safe alternative to
IERC20::at(TokenOWL.address())
(for example) that checks the ABIs of the two contracts and makes sure they are compatible.Similarly, it would be nice to be able to generate code to convert between, say
ierc20::events::Transfer
andtoken_owl::events::Transfer
(or any other two contract events with the same signature).The text was updated successfully, but these errors were encountered: