BeCoin Smart Contract Audit

BeCoin Smart Contract Audit

Project Background BeCoin is a smart contract that follows ERC20 standard, which will make it compatible with all the platforms who support ERC20 standard. The contract is without any other custom functionality and without any ownership control, which makes it…

 0x Protocol Token Smart Contract Audit

0x Protocol Token Smart Contract Audit

Project Background The `ZRXToken` contract inherits from `UnlimitedAllowanceToken` and represents the actual ZRX token. It sets the token’s parameters such as `name`, `symbol`, `decimals`, and `totalSupply`. The total supply is set to 1 billion tokens with 18 decimal places, and…

 dYdX Token Smart Contract Audit

dYdX Token Smart Contract Audit

Project Background The dYdX governance token smart contract defines a sophisticated ERC20 token contract with built-in governance features, including delegation of voting and proposition power.  The `DydxToken` contract ensures secure and restricted transfers, and minting conditions, and allows the owner…

 KuCoin Token Smart Contract Audit

KuCoin Token Smart Contract Audit

Project Background The `KCSToken` contract is an ERC20 token with the following additional functionalities: Burnable Tokens: Allows tokens to be burned, reducing the total supply. Blacklistable Addresses: Maintains a blacklist of addresses that are restricted from transferring or receiving tokens.…

 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`…

 Wootrade Network Smart Contract Audit

Wootrade Network Smart Contract Audit

Project Background The `WootradeNetwork` contract is an ERC20 token implementation that was submitted for verification on Etherscan. This contract includes basic functionalities for an ERC20 token and adds a method for approving and calling another contract in a single transaction.…

 Pulse Rich Smart Contract Audit

Pulse Rich Smart Contract Audit

Project Background Pulse Rich is a contract that can be divided into multiples, each with unique functionalities: PulseRich:This contract is utilized for mint NFTs, which can be paid with USDC, HEX, eHEX, PLSX, or PLS tokens. PulseRichPulseRewards:This contract is utilized…

 PEPE Token Smart Contract Audit

PEPE Token Smart Contract Audit

Project Background The `PepeToken` contract is an ERC20 token with additional functionality for blacklisting addresses, setting trading rules, and burning tokens. The `PepeToken` contract extends `Ownable` and `ERC20`, adding features specific to the PepeToken. limited: Boolean indicating if trading restrictions…

 Jesus Coin Smart Contract Audit

Jesus Coin Smart Contract Audit

Project Background The Jesus Coin is an ERC20-based smart contract in which the owner can update taxes, update charity wallet addresses, include or exclude any user from fees, and burn his own tokens. This contract demonstrates a comprehensive implementation of…