Project Background
The Erc20SwapAsset contract is an implementation of a fungible token built on the ERC20 standard, designed to support cross-chain asset transfers through a mint-and-burn mechanism. The primary goal of this contract is to enable seamless interoperability between different blockchain networks by representing external assets on the current chain.
The contract facilitates cross-chain operations using two core functions: Swapin and Swapout. When assets are transferred from an external blockchain into this network, the Swapin function is invoked by an authorized entity to mint an equivalent amount of tokens for the recipient. Conversely, when users wish to transfer assets out of the network, the Swapout function burns their tokens, signaling an off-chain or cross-chain system to release the corresponding assets on the destination chain.
A distinctive feature of this contract is its delayed ownership transfer mechanism, where ownership changes are not immediate but become effective after a predefined number of blocks. This design introduces a transition window intended to improve operational security and reduce risks associated with abrupt administrative changes.
The contract inherits from standard ERC20 implementations, ensuring compatibility with widely used token interfaces and ecosystem tools. However, it relies on a centralized authority (owner) to manage critical operations such as minting, which plays a key role in maintaining the integrity of cross-chain asset issuance.
Overall, the Erc20SwapAsset contract serves as a bridge-compatible token model, commonly used in blockchain interoperability solutions where asset representation and controlled minting/burning are required.
Executive Audit Summary

- According to the standard audit assessment, the Customer`s solidity smart contracts are “Secured”. Also, these contracts contain owner control, which does not make them fully decentralized.
- We used various tools like Slither, Solhint and Remix IDE. At the same time this finding is based on critical analysis of the manual audit.
- We found 0 critical, 0 high, 0 medium, 0 low, and 3 very low-level issues.
Audit Report in PDF
Audit Report Flip book
Please wait while flipbook is loading. For more related info, FAQs and issues please refer to DearFlip WordPress Flipbook Plugin Help documentation.