MetaMask / eth-method-registry

A JS library for getting Solidity method data from a four-byte method signature
ISC License
21 stars 13 forks source link

registered method name still shown as Contract Interaction #28

Open sesameJar opened 3 years ago

sesameJar commented 3 years ago

Hi, I have followed the instruction in the MM docs about registering the contract's methods name on Parity's registry on Ethereum mainnet. However, it doesn't seem to work. To give you an example I have registered "makeOffer(uint256)" which should have "0x9a2f6474" as hex and when I check it from the register it works fine but when I interact with my contract, MM still shows "contract interaction". This is not the only confusing part. For some other functions such as above placeBid or buyToken, from time to time MM shows "PlaceBid" or "BuyToken" and they are not even registered(I have checked the hex signature). Is the docs/contract address out of date or is there some bugs in the current version of Metamask? Thanks.

Aether-eum commented 3 years ago

I have the same issue. The verify shows that it was registered correctly, but still shows Contract Interaction.

ilovemesomeramen commented 2 years ago

Still having the same issue, is there any update on this?