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…

 Politicoin Token Smart Contract Audit

Politicoin Token Smart Contract Audit

Project Background Politicoin: holding politicians accountable one meme at the time. This token smart contract is an ERC20 token named “Politicoin” with the symbol “POLI”. It inherits from the OpenZeppelin ERC20 contract and implements the standard ERC20 interface. Here’s a…

 Maverick Token Smart Contract Audit

Maverick Token Smart Contract Audit

Project Background The MaverickToken contract leverages the LayerZero OFT framework to create an omni chain token named “Maverick Token” with the symbol “MAV”.  The contract initializes with an optional initial mint to a specified address. Key functionalities include interface support,…