CodeCop

Results 4 comments of CodeCop

@stevieraykatz @NoahZinsmeister @danrobinson I have submitted a PR on this issue.

I have solved this issue at PR#150 : https://github.com/Uniswap/the-compact/pull/150

- When you pass "" (an empty string) to a function expecting bytes memory, Solidity allows implicit conversion between string and bytes in memory. This means that "" (a string...

> Hello @saniksin > > `IERC721` is just an interface. It is common to declare interface using `external` functions and calldata. When you call a contract by casting an address...