pipermerriam/ethereum-function-signature-registry

contract_abi: Could not validate ABI

Closed this issue · 1 comments

When I attempt to submit the ABI of this contract:
https://etherscan.io/address/0xfe02a32cbe0cb9ad9a945576a5bb53a3c123a3a3#code
which is

[{"inputs":[{"internalType":"address","name":"_implementations","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementations","outputs":[{"internalType":"contract AccountImplementations","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

it fails with error

contract_abi: Could not validate ABI

This is a duplicate of #98; it works if I remove the receive item