ELF Token Smart Contract Audit

ELF Token Smart Contract Audit

Project Background The `AElfToken` contract is a robust implementation of an ERC20 token with added functionalities for minting, burning, time-locked tokens, and transfer restrictions.  It uses the `SafeMath` library for safe arithmetic operations and incorporates ownership control via the `Ownable`…