VexScan
Testnet

Glossary

Learn what each transaction type means on the Vexidus blockchain.

58 of 58 operations

TransferCore

Send VXS or any VSC-7 token from one address to another.

DeployCore

Deploy a smart contract to the Vexidus network.

ContractCallCore

Execute a function on a deployed smart contract.

ApproveCore

Authorize a spender to transfer tokens on your behalf, up to a specified amount.

IntentIntentVM

A natural language or structured instruction processed by IntentVM. One intent, one signature, multiple operations executed atomically. Supports phrases like "swap", "buy", "sell", "send", "stake", and more.

Learn more →
CreateTokenTokens

Create a new VSC-7 fungible token with a name, symbol, decimals, and initial supply.

MintTokenTokens

Mint additional supply of an existing VSC-7 token. Only available to the token authority.

BurnTokenTokens

Permanently destroy tokens, reducing the circulating supply.

FreezeTokenTokens

Freeze a token globally via governance, preventing all transfers.

UpdateTokenMetadataTokens

Update a token's metadata: description, image, links, and social URLs.

CreateCollectionNFTs

Create a new VSC-21 NFT collection with a name, symbol, and royalty settings.

MintNFTNFTs

Mint a new NFT within an existing collection.

TransferNFTNFTs

Transfer ownership of an NFT to another address.

BurnNFTNFTs

Permanently destroy an NFT.

CreateMultiTokenMulti-Token

Create a VSC-55 multi-token collection (similar to ERC-1155). Supports multiple token IDs within one contract.

MintMultiTokenMulti-Token

Mint tokens within a VSC-55 multi-token collection.

TransferMultiTokenMulti-Token

Transfer multi-token assets to another address.

BurnMultiTokenMulti-Token

Burn tokens within a VSC-55 collection.

CreatePoolDEX

Create a new AMM liquidity pool for a token pair on VexiDEX.

AddLiquidityDEX

Add tokens to an existing liquidity pool and receive LP tokens in return.

RemoveLiquidityDEX

Withdraw your tokens from a liquidity pool by burning LP tokens.

SwapDEX

Exchange one token for another through a VexiDEX AMM pool.

StakeStaking

Stake VXS as a validator to participate in block production and earn rewards.

UnstakeStaking

Begin the 21-day unbonding process to withdraw staked VXS.

ClaimUnstakeStaking

Claim VXS after the unbonding period completes.

ClaimRewardsStaking

Claim accumulated staking rewards from block production and transaction fees.

DelegateStaking

Delegate VXS to a validator to earn a share of their staking rewards.

UndelegateStaking

Remove your delegation from a validator. Subject to 21-day unbonding.

SetAutoCompoundStaking

Toggle automatic re-staking of rewards for a specific delegation.

SetPoolConfigStaking

Configure a validator's staking pool: name, minimum delegation, and auto-compound defaults.

SetValidatorMetadataStaking

Update a validator's public profile: name, description, website, and avatar.

UnjailStaking

Request to re-enter the active validator set after being jailed for misbehavior.

CreatePresalePresales

Launch a token presale with anti-rug escrow protection. Funds are held until conditions are met.

ContributePresalePresales

Contribute VXS to an active presale.

ClaimPresalePresales

Claim your token allocation after a presale succeeds.

RefundPresalePresales

Get your VXS back if a presale fails to meet its goals.

FinalizePresalePresales

Finalize a successful presale, releasing funds to the creator and tokens to contributors.

CreateStableTokenStablecoins

Create a VSC-8 stablecoin with designated owner, minter, pauser, and blacklister roles.

StableMintStablecoins

Mint stablecoin supply. Restricted to authorized minters.

StableBurnStablecoins

Burn stablecoin supply to reduce circulation.

BridgeDepositBridge

Deposit tokens from another blockchain (Solana, Ethereum, BNB Chain, etc.) into Vexidus via VexBridge. Includes cryptographic proof of the cross-chain burn/lock.

RegisterBridgeMappingBridge

Register a mapping between an external chain's token contract and its canonical Vexidus mint address. Foundation-gated.

CreateProposalGovernance

Submit a governance proposal: parameter changes, treasury spends, state corrections, account freezes, or text proposals. Requires staked VXS.

VoteProposalGovernance

Vote For, Against, or Abstain on an active governance proposal. Voting power is proportional to stake.

ExecuteProposalGovernance

Execute a passed proposal after the 100-block execution delay.

CancelProposalGovernance

Cancel a proposal. Only the original proposer can cancel before voting ends.

CreateMultiSigMulti-Sig

Create an M-of-N multi-signature account. Requires multiple signers to approve transactions.

ProposeMultiSigTxMulti-Sig

Propose a transaction for multi-sig approval. Other signers must approve before execution.

ApproveMultiSigTxMulti-Sig

Approve a pending multi-sig transaction. Executes automatically when threshold is reached.

RevokeMultiSigApprovalMulti-Sig

Revoke your approval on a pending multi-sig transaction.

ScheduleUpgradeVexVisor

Schedule a network binary upgrade at a future block height. All validators automatically download and swap to the new binary when the target block is reached.

CancelUpgradeVexVisor

Cancel a previously scheduled upgrade before it executes.

VoteUpgradeVexVisor

Vote to approve or reject a scheduled upgrade.

RegisterNameVNS

Register a .vex domain name (e.g., alice.vex). Names are NFT-backed and resolve to your Vexidus address.

AddKeyKeys

Add a new signing key to your account (Ed25519 or Dilithium3).

RemoveKeyKeys

Remove a signing key from your account.

RotateKeyKeys

Replace an existing signing key with a new one.

SetRecoveryKeys

Designate a recovery address that can restore access to your account.