Warns & Bans
Priority system
0 - 10 exp priority system
Warns
MULTI_SIGN_TRANSACTION
Shows when transaction needed multiple signatures (It is most often used by scammers)
{
code: "MULTI_SIGN_TRANSACTION",
priority: 7,
title: "This transaction required multi signatures.",
desc: "Another account can not sign transaction. Transaction result can be fake."
}BYTE_OPERATION_MAYBE
Shows when smart contract in transaction looks like bytes changes operations
TRANSFER_50_BALANCE
Shows when transfer (native or token) > 50% of target account
TRANSFER_70_BALANCE
Shows when transfer (native or token) > 70% of target account
TRANSFER_80_BALANCE
Shows when transfer (native or token) > 80% of target account
TRANSFER_90_BALANCE
Shows when transfer (native or token) > 90% of target account
APPROVE_TOKEN
Shows when in transaction includes approve instruction
AUTHORITY_TOKEN
Shows when in transaction includes set authority instruction
AUTHORITY_TOKEN_MINT
Shows when in transaction includes set authority mint instruction
Bans
AUTHORITY_TOKEN_OWNER
Shows when in transaction includes set authority owner instruction
TRANSFER_ALL_BALANCE
Shows when transfer upper 98% native or token of target account
AUTHORITY_TOKEN_OWNER
Shows when in transaction includes set authority owner instruction
BYTE_OPERATION_INVOKE
Shows when smart contract using bytes changes operations
BYTE_OPERATION
Shows when smart contract using bytes changes operations
ASSIGN_TARGET_ACCOUNT
Shows when instruction in transaction changes account owner of target account
BYTE_OPERATION_INVOKE
Shows when smart contract using bytes changes operations
Last updated