Logo crypto koki honeypot crypto token smart contract
logo bell
Split Contract extension logo svg

Split Contract

Hide the source code of your token with the Split Contract extension. By hiding confidential code in an external contract, you can freely publish your ERC-20 token, keeping critical components private. Protect against unauthorized cloning and preserve the integrity of your project

tag svgPrice $140.00
extension svgStatus Available
tag svgDescription

arrow left logo svg

Honeypot
Block the sale of the token by investors

arrow right logo svg

Anti Bot
Token protection from Sandwich Attack

Split Contract Description

Verifying and publishing of the token's source code, along with the obvious advantages such as gaining investor trust, also brings some cons.

Now anyone can study the code and executed transactions, which may not be desirable if your token contains extensions designed for rug pull. Also, since the code is open, other people (with programming knowledge and reverse-engineering skills) have the ability to freely copy the code of your token and use it themselves.

In both cases, this is handled by experienced programmers who are researching various tokens, which are quite few compared to the entire crypto community, but this does not make the problem any less significant.

The Split Contract extension is designed to eliminate these cons. In this case, the token smart contract is splitted into an ERC-20 token and a child contract, which is deployed separately and which contains the code that needs to be hidden from the public. The ERC-20 token smart contract can now be freely published, while the child contract remains unpublished, making it impossible to fully explore or clone the token.