Where it does not affect readability,
using assembly for simple setters allows to save gas not only on deployment,
but also on function calls.
There are 6
instances of this issue:
owner = _owner should use assembly
update address to save gas.
WETH = _weth should use assembly
update address to save gas.
owner = _owner should use assembly
update address to save gas.
staking = _staking should use assembly
update address to save gas.
feeReceiver = msg.sender should use assembly
update address to save gas.
feeReceiver = _feeReceiver should use assembly
update address to save gas.
Using assembly
update address to save gas.
For example:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.