I have an ABI I'm trying to use to execute a withdraw of Ethereum from a smart contract via MyEtherWallet, but I'm receiving an error of "Please enter a valid ABI."
I'm concerned the ABI I have is not correct so is there a way to generate the ABI myself using the contract address and contract code? Needless to say, I am new to smart contracts and not a programmer.