Alexander Papageorgiou

Results 17 comments of Alexander Papageorgiou

> This is really opinionated. The whole concept of "spam by unauthorized addresses" is strange. The addresses are paying gas to use the block space. You main not like what...

Hey @DanielVF, thanks for having a look. The pattern you shared is **incorrect**, it **would continue functioning as expected** after the change. The snippet showcases a pattern whereby a swap...

I am performing an analysis of the top projects in the space to identify what this change would mean to them. After validating that Uniswap implementations are unaffected, I have...

@pcaversaccio That contract would not be affected. Again, **this solely affects `transferFrom` invocations and not all that are performed with a value of `0`**. In the code you reference, **a...

After giving it a lot more thought, I think that this issue should be closed. If we remain as is, we force off-chain **explorers** to adjust their off-chain code to...

I think there might be some confusion here, in order to revoke a transaction you have to update the storage entries at the token level. A `multicall` that performs `delegatecall`...

While I understand the points raised, most if not all EIP-721 implementations do not use the `payable` modifier. This means we are introducing additional steps and code to accommodate for...