exglos / contract

exglos smart contract
https://contract.exglos.com/
1 stars 3 forks source link

security audit #1

Open exglos opened 2 years ago

exglos commented 2 years ago

Create a security audit for the smart contract.

exglos commented 1 year 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?

exglos commented 1 year ago

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;

exglos commented 1 year ago

Should emit an event for 'setAdmin' (4)

Yes, please note, the change of admin is not logged. However, admin is a public variable.