function transferTreasury(address to) external onlyOwner nonReentrant { ... emit TransferTreasury(to, prevBalance); }
Parameter
Errors
Last updated 6 months ago