Hey everyone Im looking for a solidity contract with 1 function.
Sending funds of the contract over to a wallet that is filled in in an input field
Jun 8, 2022, 9:09 PM
function blahblah(address payable abc) external {
abc.transfer(address(this). balance);
}
abc.transfer(address(this). balance);
}
Remove that "Dev" in your bio btw. You are not a dev xD
Jun 8, 2022, 9:26 PM
You can be dev in all spaces kiddo
Seems like you dont know Solidity either
Jun 8, 2022, 9:49 PM