multiple address(this)
Would it be more efficient to store the contract address as a variable during the constructor rather than using address(this) in multiple functions?
Last updated