Robox Fi

Providing NFT traders and collectors with leverage without compromising collectability.

robox.txns

This table has similar schema as of Solana transactions table

robox.parsed

The table contains the parsed instructions data for Robox Fi. Data related to instruction type, executing account, account arguments, arguments, etc. is available here.

Column NameColumn TypeDescription

block_date

date

Event date

block_time

timestamp

The (estimated) time this block was produced

block_slot

bigint

This block’s slot index in the ledger

dapp

string

Solana program address

inner_instruction_index

int

The order of inner instruction of an instruction in a txns

array<string>

Ordered list of accounts to pass to the program

instruction_index

int

The order of the instruction in a txns

instruction_type

string

Name of the function of a Solana program invoked via an instruction

is_inner_instruction

boolean

Whether the respective instruction of a txns has an inner instruction

tx_id

string

The first signature in the transaction

<STRUCT>

The arguments passed to the invoked function. Generated after decoding the instructions data parameter

Some columns in the above table needs to be explained a bit for better understanding. Let's go into what each one of them contains.

input accounts

FieldColumn Type

shared.nftMetadata

string

nativeMint

string

tokenMint

string

liquidateAuthorityNftAta

string

feeVault

string

metadataInfo

string

nftEdition

string

medenAuctionHouseAuthority

string

tswapProgram

string

ownerTokenRecord

string

meteoraLpMint

string

seizedNftsVault

string

tensorWhitelistProgram

string

bnplProgram

string

validationAdapter

string

medenEscrowPaymentAccount

string

bnAccountNftAta

string

shared.tswapPool

string

medenProgramAsSigner

string

takerBroker

string

sellerTokenRecord

string

medenAuctionHouseTreasury

string

adminNftAta

string

fundsSolVault

string

shared.tswapMintProof

string

adminTokenRecord

string

admin

string

liquidateAuthorityTokenRecord

string

tswap

string

user

string

medenSeller

string

depositCell

string

marginAccount

string

depositorAta

string

destTokenRecord

string

pda

string

feeSolVault

string

vaultNftTokenAccount

string

poolNativeAta

string

srcNftAta

string

poolAta

string

nftsOwner

string

payer

string

seizedNftsVaultTokenRecord

string

tensorswapProgram

string

currentNftHolderAta

string

medenSellerReferral

string

tswapPda

string

destNftAta

string

protocolFeeReceiver

string

liquidateAuthority

string

bnTokenRecord

string

nftPairBox

string

medenBuyerTradeState

string

pnftShared.authorizationRulesProgram

string

medenSellerTradeState

string

feesAuthority

string

order

string

nftReceipt

string

tswapFeeVault

string

editionInfo

string

shared.tswapPoolOwner

string

meteoraVault

string

tokenRecordInfo

string

systemProgram

string

metadataProgram

string

shared.tswapWhitelist

string

medenProgram

string

hadeswap

string

nftValidationAdapter

string

meteoraTokenVault

string

associatedTokenProgram

string

nftMint

string

poolNativeMintAta

string

meteoraVaultProgram

string

tempEscrowTokenRecord

string

bnAccountTokenRecord

string

tswapPool

string

authorizationRulesProgram

string

shared.tswap

string

shared.tswapFeeVault

string

executor

string

tokenProgram

string

shared.tswapSolEscrow

string

solEscrow

string

currentNftHolderTokenRecord

string

pair

string

tswapSingleListing

string

nftMetadata

string

instructions

string

nftEscrow

string

ruleSet

string

bnAccount

string

tswapTokenRecord

string

userNftAta

string

assetReceiver

string

singleListing

string

userTokenRecord

string

bnAccNftAta

string

owner

string

bnAta

string

srcTokenRecord

string

tswapPoolOwnerTokenAta

string

medenNotary

string

pool

string

poolMeteoraLpAta

string

pnftShared

string

medenSellerNftAta

string

medenBuyerReferral

string

bnplwlProgram

string

authRules

string

rent

string

tswapWhitelist

string

tswapPoolOwner

string

depositor

string

pnftShared.instructions

string

seizedNftsVaultAta

string

nftDest

string

bnAccTokenRecord

string

tokenMetadataProgram

string

args

FieldData Type

<STRUCT>

<STRUCT>

<STRUCT>

enabledIxs

array<string>

disabledIxs

array<string>

poolParams

Field Data Type

poolId

int

minUserParticipation

int

maxUserParticipation

int

maxMortgageDuration

int

minInterestRate

int

maxInterestRate

int

params

FieldData Type

poolId

int

usersAmount

int

poolsAmount

int

mortgageTerm

int

data

Field Data Type

poolId

int

totalAmount

int

depositCumulative

int

maxMortgageDurationSecs

int

minInterestRate

int

maxInterestRate

int

feesAmount

int

amount

int

termSecs

int

loanAmount

int

mortgageTerm

int

rulesAccPresent

boolean

usersAmount

int

maxPrice

int

<STRUCT>

<STRUCT>

minPrice

int

<STRUCT>

price

int

buyerCreatorRoyaltyBp

int

escrowPaymentBump

int

programAsSignerBump

int

sellerStateExpiry

int

minimumLpTokenAmount

int

unmintAmount

int

minOutAmount

int

nftMint

string

collectionId

string

realPrice

int

poolsAmount

int

<STRUCT>

authData

FieldData Type

<STRUCT>

authorizationData

FieldData Type

<STRUCT>

payload

FieldData Type

name

string

<STRUCT>

payload

FieldData Type

name

string

<STRUCT>

fields

FieldData Type

valPubkey

string

<STRUCT>

<STRUCT>

valNumber

int

valSeeds

FieldData Type

seeds

int

valMerkleProof

FieldData Type

proof

array<int>

config

FieldData Type

poolType

string

curveType

string

startingPrice

int

delta

int

mmCompoundFees

boolean

mmFeeBps

int

nftState

FieldData Type

name

string

fields

<STRUCT>

closePda

boolean

fields

FieldData Type

pair

string

price

int

Last updated