fastackl
fastackl
Yup - product is awesome. I want to use it for testing contracts. That would require Rabby to allow me to add Goerli test network. Can't see to find a...
No `Transfer` event emitted in new ERC404 implementation / unresolved ERC20 <> ERC721 spec collision
One solution to the collision might be to have two Transfer events with different signatures ``` // Event for ERC-20 transfers event Transfer(address indexed from, address indexed to, uint256 value);...
No `Transfer` event emitted in new ERC404 implementation / unresolved ERC20 <> ERC721 spec collision
got it thanks yeah I just tested it out right now sorry was too lazy before the `indexed` in the ERC721 `Transfer` event I suggested doesn't create a distinction in...
Yup I agree. My use case is I want to fire off mirror transfer events in a derived contract. I don't need to modify the packed log handlers, just access...