Please does anyone know how I can call a low-level receive() function from ethers front end
I tried contractName.receive() but keep getting an error saying"contractName.receive() is not a function"
Dec 12, 2022, 2:10 PM
Ok, but in ethers contractName.receive() does not work. How then do I send ether or wei to the contract from an ethers front end
Dec 12, 2022, 2:13 PM
https://stackoverflow.com/a/72080999/6620514
Dec 12, 2022, 2:15 PM
i open this page once a month lol
Dec 12, 2022, 2:28 PM
Thanks, this really helped. It is working now
Dec 12, 2022, 2:39 PM