CM V2
metaplex.cmv2
The table contains the parsed instructions data for Candy Machine V2. Data related to instruction type, executing account, account arguments, arguments, etc. is available here.
Column Name | Column Type | Description |
---|---|---|
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
Field | Column Type |
---|---|
authority | string |
candyMachine | string |
candyMachineCreator | string |
clock | string |
instructionSysvarAccount | string |
masterEdition | string |
metadata | string |
mint | string |
mintAuthority | string |
payer | string |
recentBlockhashes | string |
rent | string |
systemProgram | string |
tokenMetadataProgram | string |
tokenProgram | string |
updateAuthority | string |
wallet | string |
collectionPda | string |
collectionAuthorityRecord | string |
edition | string |
collectionMasterEdition | string |
collectionMetadata | string |
collectionMint | string |
instructions | string |
freezePda | string |
owner | string |
tokenAccount | string |
args
Field | Data Type |
---|---|
array<STRUCT> | |
creatorBump | bigint |
array<STRUCT> | |
<STRUCT> | |
goLiveDate | string |
index | bigint |
isMutable | bigint |
itemsAvailable | bigint |
price | bigint |
retainAuthority | bigint |
sellerFeeBasisPoints | bigint |
symbol | string |
uuid | string |
<STRUCT> | |
<STRUCT> | |
newAuthority | string |
maxSupply | bigint |
setFreeze | bigint |
configLines
Field | Data Type |
---|---|
name | string |
uri | string |
creators
Field | Data Type |
---|---|
address | string |
share | bigint |
verified | boolean |
endSettings
Field | Data Type |
---|---|
endSettingType | string |
number | bigint |
whitelistMintSettings
Field | Data Type |
---|---|
discountPrice | bigint |
mint | string |
mode | string |
presale | boolean |
hiddenSettings
Field | Data Type |
---|---|
hash | bigint[] |
name | string |
uri | string |
Last updated