MCPcopy Index your code

hub / github.com/cutupdev/Solana-Volume-Bot / functions

Functions38 in github.com/cutupdev/Solana-Volume-Bot

↓ 20 callersFunctionretrieveEnvVariable
(variableName: string, logger: Logger)
utils/utils.ts:7
↓ 14 callersFunctionsleep
(ms: number)
utils/utils.ts:81
↓ 6 callersFunctionexecute
(transaction: VersionedTransaction, latestBlockhash: Blockhash, isBuy: boolean = true)
executor/legacy.ts:11
↓ 4 callersFunctioneditJson
(newData: Partial<Data>, filename: string = "data.json")
utils/utils.ts:110
↓ 4 callersFunctionreadJson
(filename: string = "data.json")
utils/utils.ts:95
↓ 2 callersFunctiongetBuyTx
(solanaConnection: Connection, wallet: Keypair, baseMint: PublicKey, quoteMint: PublicKey, amount: number, tar
utils/swapOnlyAmm.ts:137
↓ 2 callersFunctiongetBuyTxWithJupiter
(wallet: Keypair, baseMint: PublicKey, amount: number)
utils/swapOnlyAmm.ts:218
↓ 2 callersFunctiongetPoolKeys
(connection: Connection, baseMint: PublicKey)
utils/getPoolInfo.ts:62
↓ 2 callersFunctiongetSellTx
(solanaConnection: Connection, wallet: Keypair, baseMint: PublicKey, quoteMint: PublicKey, amount: string, tar
utils/swapOnlyAmm.ts:176
↓ 2 callersFunctiongetSellTxWithJupiter
(wallet: Keypair, baseMint: PublicKey, amount: string)
utils/swapOnlyAmm.ts:258
↓ 2 callersFunctiongetWalletTokenAccount
(connection: Connection, wallet: PublicKey)
utils/swapOnlyAmm.ts:45
↓ 2 callersFunctionsaveDataToFile
(newData: Data[], filePath: string = "data.json")
utils/utils.ts:50
↓ 2 callersFunctionswapOnlyAmm
(connection: Connection, input: TestTxInputInfo)
utils/swapOnlyAmm.ts:57
↓ 1 callersFunction_formatAmmKeysById
(id: string, connection: Connection)
utils/getPoolInfo.ts:17
↓ 1 callersFunctionbuild_bundle
( search: SearcherClient, bundleTransactionLimit: number, txs: VersionedTransaction[], keypair: Ke
executor/jito.ts:56
↓ 1 callersFunctionbull_dozer
(txs: VersionedTransaction[], keypair: Keypair)
executor/jito.ts:36
↓ 1 callersFunctionbuy
(newWallet: Keypair, baseMint: PublicKey, buyAmount: number, poolId: PublicKey)
index.ts:236
↓ 1 callersFunctionbuy
(newWallet: Keypair, baseMint: PublicKey, buyAmount: number, poolId: PublicKey)
sell.ts:285
↓ 1 callersFunctiondeleteConsoleLines
(numLines: number)
utils/utils.ts:86
↓ 1 callersFunctiondistributeSol
(mainKp: Keypair, distritbutionNum: number)
index.ts:161
↓ 1 callersFunctiondistributeSolAndToken
(mainKp: Keypair, distritbutionNum: number, baseMint: PublicKey)
sell.ts:183
↓ 1 callersMethodfetchMarketId
(connection: Connection, baseMint: PublicKey, quoteMint: PublicKey, commitment: Commitment)
utils/getPoolKeys.ts:13
↓ 1 callersMethodfetchPoolKeyInfo
(connection: Connection, baseMint: PublicKey, quoteMint: PublicKey)
utils/getPoolKeys.ts:86
↓ 1 callersFunctionformatAmmKeysById
(connection: Connection, id: string)
utils/swapOnlyAmm.ts:92
↓ 1 callersFunctiongather
()
gather.ts:22
↓ 1 callersMethodgenerateV4PoolInfo
(baseMint: PublicKey, quoteMint: PublicKey, marketID: PublicKey)
utils/getPoolKeys.ts:70
↓ 1 callersFunctionmain
()
status.ts:57
↓ 1 callersFunctionmain
()
index.ts:59
↓ 1 callersFunctionmain
()
sell.ts:66
↓ 1 callersFunctiononBundleResult
(c: SearcherClient)
executor/jito.ts:87
↓ 1 callersFunctionsell
(poolId: PublicKey, baseMint: PublicKey, wallet: Keypair)
index.ts:271
↓ 1 callersFunctionsell
(poolId: PublicKey, baseMint: PublicKey, wallet: Keypair, index: number, initBalance: number)
sell.ts:320
↓ 1 callersFunctiontrackWalletOnLog
(connection: Connection, quoteVault: PublicKey)
status.ts:103
↓ 1 callersFunctionwriteJson
( data: Data[], filename: string = "data.json",)
utils/utils.ts:105
Functionbundle
(txs: VersionedTransaction[], keypair: Keypair)
executor/jito.ts:15
MethodfetchMarketInfo
(connection: Connection, marketId: PublicKey)
utils/getPoolKeys.ts:61
FunctiongetPoolStatus
(poolId: PublicKey)
status.ts:75
FunctionrandVal
(min: number, max: number, count: number, total: number, isEven: boolean)
utils/utils.ts:27