📝
Smart Contracts
Find details related to the smart contracts ChimpySwap runs on.
.gif?alt=media&token=527e4603-2305-4aa8-b42a-46d8e42cb8bd)
ChimpyFactory: 0xADfFd760F642b5305b0AbDa21cf956Dd836B5de5
The ChimpyFactory is the DEX contract which is used to create and track all pairs created on the ChimpySwap protocol. When a new pair needs to be created, this contract deploys a completely new pair contract specifically for these tokens and notes the address for future lookup.
ChimpyRouter: 0x61D04f556F1B5EBe38548cBD27FC9BDcf87Bad44
The ChimpyRouter is an external, non-value holding, contract which manages different sets of interactions with the ChimpyFactory related to adding/removing liquidity and swapping tokens. Because this contract holds no value it can be upgraded without needing to redeploy the ChimpyFactory.
MasterChimpy: 0xFb9E3Ef29C5f98291eCc20c39f833D304d9DbB80
The MasterChimpy contract represents the main farm contract which is in charge of distributing CHIMPY to treers staking on the ChimpySwap protocol.
ChimpyToken: 0x026a3918A6D6F7B7b1b6887B8B650143b5d04732
ChimpyToken represents the native token of the ChimpySwap protocol. This token is distributed to treers who stake tokens which are recognized by ChimpySwap's yield tree.
MultiCall: 0xe9BCEfbFF682d0251913Ae0d09859A0AFd90D847
The MultiCall contract is a non-value holding contract which is used by the front-end to batch calls to contracts.
LianaToken: 0x8015149EB693fCf3E4e769880Fc97756dAD77e93
The LianaToken token is deprecated because there is a known vulnerability in the MasterChimpy contract that allows unlimited LianaToken tokens to be generated. As such, the LianaToken token is not acknowledged on the ChimpySwap protocol.
LianaMaster: 0xA944524e5F1B6A7F6a95A2F230a7a82A541B4d05
The LianaMaster contract is meant to be used as a staking contract for LianaToken tokens. As LianaToken tokens are not used on the ChimpySwap protocol, this contract has been deprecated.
Last modified 6mo ago