Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Klinola/omnimev-sui
/ functions
Functions
9 in github.com/Klinola/omnimev-sui
⨍
Functions
9
◇
Types & classes
0
↓ 6 callers
Function
red
(text: string)
utils/utils.ts:20
↓ 5 callers
Function
green
(text: string)
utils/utils.ts:16
↓ 3 callers
Function
lightBlue
(text: string)
utils/utils.ts:12
↓ 2 callers
Function
div
(numerator: bigint, denominator: bigint, decimalPlaces: number = 6)
utils/utils.ts:24
↓ 1 callers
Function
executeTradeIfProfitable
( amountIn: bigint = BigInt(ONE), tokenA: string = SUI_TOKEN, tokenB: string = USDC_TOKEN )
index.ts:30
↓ 1 callers
Function
monitorAndExecuteTrades
( amountIn: bigint = BigInt(ONE), tokenA: string = SUI_TOKEN, tokenB: string = USDC_TOKEN, intervalMs:
index.ts:148
↓ 1 callers
Function
performRoundTripQuote
( amountIn: bigint, tokenA: string, tokenB: string )
index.ts:100
↓ 1 callers
Function
performRoundTripQuote
( amountIn: bigint = BigInt(ONE) * BigInt(10), tokenA: string = SUI_TOKEN, tokenB: string = USDC_TOKEN )
utils/tradingUtils.ts:41
Function
getEachTokenRatio
()
utils/tradingUtils.ts:24