Replies: 1 comment 1 reply
-
what is the NFT contract, is it maybe soulbound or locked so it doesn't allow approvals? can you approve/list it on the opensea.io site? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I use sdk "Createlisting" to create listing nfts and it used to work perfectly but used to auto approve nfts which were not approved by the wallet but now i keep getting the following error for nfts which are not approved and the code tries to approve it
Please Solve this and take a look
"createListing failed error (attempt 1): Error: missing revert data (action="estimateGas", data=null, reason=null, transaction={ "data": "0xa22cb4650000000000000000000000001e0049783f008a0085193e00003d00cd54003c710000000000000000000000000000000000000000000000000000000000000001", "from": “my wallet”, "to": “nftcontract }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.13.5)
code: 'CALL_EXCEPTION',
action: 'estimateGas',
data: null,
reason: null,
transaction: {
to: ‘nftcontract’,
data: '0xa22cb4650000000000000000000000001e0049783f008a0085193e00003d00cd54003c710000000000000000000000000000000000000000000000000000000000000001',
from: ‘my’wallet
},
invocation: null,
revert: null,
shortMessage: 'missing revert data',
info: {
error: {
code: -32003,
message: 'out of gas: gas required exceeds allowance: 550000000'
},
payload: {
method: 'eth_estimateGas',
params: [Array],
id: 9,
jsonrpc: '2.0'
}
}
}"
Beta Was this translation helpful? Give feedback.
All reactions