MCPcopy Create free account

hub / github.com/2501babe/adobe / functions

Functions24 in github.com/2501babe/adobe

↓ 24 callersFunctionpoolBalance
(mint)
tests/adobe.js:77
↓ 8 callersFunctiondiscriminator
(name)
app/util.js:20
↓ 5 callersFunctionfindAssocAddr
(walletKey, mintKey)
app/util.js:10
↓ 4 callersFunctiongetMintKeys
(mint)
app/api.js:14
↓ 3 callersFunctionborrow
BORROW confirms there exists a matching repay, then lends tokens
programs/adobe/src/lib.rs:119
↓ 3 callersMethodinto_borrow_context
(&self)
programs/evil/src/lib.rs:52
↓ 2 callersFunctionsetup
()
tests/adobe.js:45
↓ 1 callersFunctionairdrop
(provider, target, lamps)
app/util.js:31
↓ 1 callersMethodinto_repay_context
(&self)
programs/evil/src/lib.rs:66
↓ 1 callersFunctionrepay
REPAY receives tokens
programs/adobe/src/lib.rs:182
FunctionaddPool
(authority, mint)
app/api.js:38
Functionadd_pool
ADD POOL for a given token mint, sets up a pool struct, token account, and voucher mint
programs/adobe/src/lib.rs:31
Functionborrow
(user, mint, amount)
app/api.js:136
Functionborrow_double
(ctx: Context<Adobe>, amount: u64)
programs/evil/src/lib.rs:19
Functionborrow_proxy
(ctx: Context<Adobe>, amount: u64)
programs/evil/src/lib.rs:11
Functiondeposit
DEPOSIT receives tokens and mints vouchers
programs/adobe/src/lib.rs:45
Functiondeposit
(user, mint, amount)
app/api.js:57
Functioninitialize
NEW register authority for adding new loan pools
programs/adobe/src/lib.rs:20
Functioninitialize
(authority)
app/api.js:26
Functionrepay_proxy
(ctx: Context<Adobe>, amount: u64)
programs/evil/src/lib.rs:28
FunctionsetProvider
(provider)
app/api.js:22
Functionsleep
(ms)
app/util.js:26
Functionwithdraw
WITHDRAW burns vouchers and disburses tokens
programs/adobe/src/lib.rs:82
Functionwithdraw
(user, mint, amount)
app/api.js:101