FLOKI Token Smart Contract Audit

FLOKI Token Smart Contract Audit

Project Background This Solidity contract is for the FLOKI token, which has various functionalities including governance, tax handling, and treasury operations. Let’s break down some of the key components: State Variables: The contract contains several mappings to track balances, allowances,…

 Mantle Token Smart Contract Audit

Mantle Token Smart Contract Audit

Project Background This Solidity smart contract implements an ERC20 token with additional functionalities like minting, burning, and governance using OpenZeppelin’s upgradeable contracts. The contract, `L1MantleToken`, is designed to allow minting with specific constraints and includes governance features such as votes.…

 Memecoin Token Smart Contract Audit

Memecoin Token Smart Contract Audit

Project Background The Memecoin contract is designed to be a secure and functional ERC20 token with: Standard ERC20 token capabilities. Support for gasless approvals using the ERC20Permit extension. Ownership control through the Ownable contract. Restriction on permit function to ensure…

 Pendle Token Smart Contract Audit

Pendle Token Smart Contract Audit

Project Background This Solidity contract is for a token called PENDLE, which implements the IPENDLE interface. Here’s a breakdown of the contract: Constructor: The contract constructor initializes various parameters including the token distribution to different addresses, emission rates, start time,…

 Sand Token Smart Contract Audit

Sand Token Smart Contract Audit

Project Background The SAND is a smart contract written in the Ethereum blockchain’s Solidity programming language. Let’s break down the functionality and components of the contract: BytesUtil Library: This library contains functions for manipulating byte arrays, including copying memory, converting…

 CRO Token Smart Contract Audit

CRO Token Smart Contract Audit

Project Background This contract inherits from several other contracts and libraries to implement functionalities like access control, ERC20 token standards, pausing, burning, and minting. Here’s a breakdown of what this contract does: Libraries: The contract imports and uses various libraries…