Problem with opensea event in Ethers #2347
Unanswered
web-mickey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just started learning ethers, here is my code:
so the contract is opensea main contract - link I would like to listen to sales transactions/events. As I see in the contract name of that event is probably
Atomic Match_
oratomicMatch_
in ABI. For ABI I just copy pasted whole contract to https://remix.ethereum.org/ website and copied abi code. The problem is I am getting this error now:Error: no matching event (argument="name", value="atomicMatch_", code=INVALID_ARGUMENT, version=abi/5.5.0)
What is wrong here? I tried both names of event but I get the same error over and over...
@edit here is sandbox for it,
what is weird when I change event name to
OrdersMatched
for example it works totally fine...Beta Was this translation helpful? Give feedback.
All reactions