Alexander Papageorgiou

Results 6 issues of Alexander Papageorgiou

I came across a use-case whereby I wanted people to be able to edit their previously submitted answers. I tried utilizing the `filter` and `transformer` attributes to no avail. I...

The description of the `sub` function makes mention of an overflow. When two values are substracted, an underflow can only occur. This is a very minor change and simply submitted...

**💻 Environment** Environment is not applicable to this bug report as it pertains to the smart contracts themselves and how they behave on-chain. **📝 Details** The current token contract implementation...

As the title says, I want to expose `lineNumbersInternal` as it represents the synchronous version of `lineNumbersBlock`. I believe there are valid use cases whereby the line-by-line mutation on the...

## Description The `payable` modifier appears to be enforced by the interfaces of `@solidstate`'s `IERC721`, however, the actual `SolidStateERC721` implementation contains a dedicated hook system to prohibit non-zero `msg.value` transactions....

This is a duplicate of an issue I opened in the OpenZeppelin repository with regard to the address poisoning attack we have seen being repetitively exploited in the wild. As...