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
We talked about that instead of obtaining the address via address(token0) we could also obtain it via token.address. I think that would be inline with self.address, too. address would be a reserved word in the context of a contract properties. Since the ABI only defines functions it would still be allowed for a contract to implement an address() function though. We should probably create an issue and put a comment in for that, too.
We talked about that instead of obtaining the address via
address(token0)
we could also obtain it viatoken.address
. I think that would be inline withself.address
, too.address
would be a reserved word in the context of a contract properties. Since the ABI only defines functions it would still be allowed for a contract to implement anaddress()
function though. We should probably create an issue and put a comment in for that, too.Originally posted by @cburgdorf in #179 (comment)
The text was updated successfully, but these errors were encountered: