question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unsupported ABI type - receive

See original GitHub issue

In solidity 0.6.0, there is new receive() method where it allows ether deposit to a contract

receive() external payable {
}

Apparently, I got warning in my console, whenever I try to use ethers.Contract’s method

WARNING: unsupported ABI type - receive

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ricmoocommented, Apr 22, 2020

Sorry for the delay. This has been merged and published in 4.0.47. Let me know if you still have any problems.

Thanks! 😃

0reactions
yahgwaicommented, Apr 22, 2020

Awesome, thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

abigen error : Failed to generate ABI binding: unsupported arg ...
Hello I 'am trying to generate Go ethereum binding for a smart contract in which I have a function that takes a struct...
Read more >
Fragments - Ethers.js
The ABI is described by using an array of strings, where each string is the Solidity signature of the constructor, function, event or...
Read more >
ANDROID NDK: Unsupported ABI for NDK r19+: ARMEABI
I have Android Studio Chipmunk | 2021.2.1 Patch 1 in Macbook but not able to run app after pulling project from repo.
Read more >
Proxy-wasm extension fails with "WASM missing Proxy-Wasm ...
Issue. Building proxy-wasm extension using the examples for Go SDK repository creates unsupported WASM ABI version.
Read more >
How to use Ethers.js Ethereum Library - Moonbeam Docs
Contract(contractAddress, abi, provider); // 5. Create get function const get = async () => { console ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found