function deposit(address payable referrer) public payable whenNotPaused
{
}
In my case I need insert address, otherway I will get: "{"reason":"invalid address","code":"INVALID_ARGUMENT","arg":"","coderType":"address","value":""}"
Is there any way if user not enter any text, can add my own text in Solidity?
This box is marked as required, but I want as not required.
I used shasta.tronscan.org .
In my JS no problem, but if user use directly then need to use from code Solidity.
Thanks