Contract Interaction ( Testnet)
This document will help you to build on chain applications using create, buy & sell methods on the tokens created on pump.flow.
PumpFlowTokenFactory Documentation
Fundamental Functions
createMemeToken
createMemeTokenfunction createMemeToken(
string memory name,
string memory symbol,
uint256 fundingRaised,
string memory uniqueId
) public payable returns (address)buyTokens
buyTokenssellTokens
sellTokensgetBoundingCurvePercentage
getBoundingCurvePercentagegetRemainingTokensInLaunchpad
getRemainingTokensInLaunchpadgetAllMemeTokens
getAllMemeTokensImportant Notes for Developers
Token Approval
Contract Addresses (Testnet)
Contract Name
Contract Address
PumpFlowTokenFactory Contract ABI
Meme Token Contract ABI
Last updated