address payable myAddress;
receive() external payable {
myAddress = msg.sender;
}
creation of BuyTicket errored: VM error: revert. revert The transaction has been reverted to the initial state.....
that is so complicated to me since i don't understand how to debug it ππ i get used to PHP / JS clear and understandable error reports
Apr 8, 2021, 9:30 AM
you guys, can please recommend me a youtube channel or some free course where i can learn better about solidity, since i'm russian there are a few sources of solidity learning on my native language...so i decided to try learning it in english, but don't know where to start π
π
Apr 8, 2021, 9:38 AM
https://cryptozombies.io/
Apr 8, 2021, 9:39 AM
wow looks awesome, thanks a lot, appreciate it πβΊοΈ
Apr 8, 2021, 9:39 AM
@Elijah_NL itβs a magic, try it. gl π
Apr 8, 2021, 9:40 AM
guys, how do i send ETH from wallet to deployed contract in Remix?
?
guys, how do i send ETH from wallet to deployed contract in Remix?
why can't i attach an image...
Apr 8, 2021, 10:35 AM