Arr00

Results 26 comments of Arr00

@ernestognw do you think it's ok to add an event to an interface defined in an ERC? `ERC6909` doesn't define the `ContractURIUpdated` event. I think it should (maybe we should...

> Hey @arr00 @Amxx @ernestognw I seem to have some conflicting guidance here - can you provide some clarity on which direction you would like me to go in with...

Note that the private functions don't show up in docs.

> This is something we discussed during development, and we figured out would not happen in any "realistic" use case: > > * Let assume a token with 36 decimals...

> > The total supply could easily be uint256.max > > Our (past) analysis showed that real tokens are veryyyyyyy far from that. Do you know any real usecase were...

It is actually possible to override our `Pausable` contract to achieve the desired behavior; however, we don't think it should be the default behavior. Note that the code below is...