Open exglos opened 2 years ago
The first audit: https://github.com/exglos/contract/blob/main/contracts/audits/byNaftaliMurgor.md
Any ideas how to successfully add the audit to etherscan.io?
Multiplication on the result of a division (1, 2) Contract in the testnet - https://goerli.etherscan.io/address/0xc9475b9164c19b833fc5ffd91440ad278e4a4162#readContract
aMulBDivC(10, 20, 100) = 10 20 / 100 = 2; aDivCMulB(10, 20, 100) = 10 / 100 20 = 0;
Should emit an event for 'setAdmin' (4)
Yes, please note, the change of admin is not logged. However, admin is a public variable.
Create a security audit for the smart contract.