Closed drewroberts closed 8 months ago
This function sends the contract to the Dead Address.
Here is that function in my old contract standard:
function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); }
This function sends the contract to the Dead Address.