pipermerriam / ethereum-function-signature-registry

Registry of 4byte function signatures and their human readable counterparts.
210 stars 45 forks source link

Error uploading ABI #126

Open bg-alt opened 2 years ago

bg-alt commented 2 years ago

Trying to upload this ABI and getting a failure with:

contract_abi: Could not validate ABI

image
bg-alt commented 2 years ago

Note that this is NOT a duplicate of #97 / #98; in the linked gist there is a receive function but I removed it and still get the same error uploading.

razgraf commented 5 months ago

Looks like it works if you remove the events, custom errors and receive (so only functions and constructor are left).

Screenshot 2024-04-18 at 18 28 54