INVESTIGATION (AML) · Verified Contract on Tron
Smart contract
VERIFIED · mainnet
✓Contract balance 0TRX on-chain
Total calls 2.70K lifetime triggers
Token holders 2,697 addresses
Total supply 1.00BAML 18 decimals
Market cap — fully diluted
Contract interface
ABI · 33 fns
contract.abi.json
[
{
"inputs": [
{
"name": "recipient",
"type": "address"
},
{
"name": "initialOwner",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"name": "ECDSAInvalidSignature",
"type": "Error"
},
{
"inputs": [
{
"name": "length",
"type": "uint256"
}
],
"name": "ECDSAInvalidSignatureLength",
"type": "Error"
},
{
"inputs": [
{
"name": "s",
"type": "bytes32"
}
],
"name": "ECDSAInvalidSignatureS",
"type": "Error"
},
{
"inputs": [
{
"name": "spender",
"type": "address"
},
{
"name": "allowance",
"type": "uint256"
},
{
"name": "needed",
"type": "uint256"
}
],
"name": "ERC20InsufficientAllowance",
"type": "Error"
},
{
"inputs": [
{
"name": "sender",
"type": "address"
},
{
"name": "balance",
"type": "uint256"
},
{
"name": "needed",
"type": "uint256"
}
],
"name": "ERC20InsufficientBalance",
"type": "Error"
},
{
"inputs": [
{
"name": "approver",
"type": "address"
}
],
"name": "ERC20InvalidApprover",
"type": "Error"
},
{
"inputs": [
{
"name": "receiver",
"type": "address"
}
],
"name": "ERC20InvalidReceiver",
"type": "Error"
},
{
"inputs": [
{
"name": "sender",
"type": "address"
}
],
"name": "ERC20InvalidSender",
"type": "Error"
},
{
"inputs": [
{
"name": "spender",
"type": "address"
}
],
"name": "ERC20InvalidSpender",
"type": "Error"
},
{
"inputs": [
{
"name": "deadline",
"type": "uint256"
}
],
"name": "ERC2612ExpiredSignature",
"type": "Error"
},
{
"inputs": [
{
"name": "signer",
"type": "address"
},
{
"name": "owner",
"type": "address"
}
],
"name": "ERC2612InvalidSigner",
"type": "Error"
},
{
"inputs": [
{
"name": "account",
"type": "address"
},
{
"name": "currentNonce",
"type": "uint256"
}
],
"name": "InvalidAccountNonce",
"type": "Error"
},
{
"name": "InvalidShortString",
"type": "Error"
},
{
"inputs": [
{
"name": "owner",
"type": "address"
}
],
"name": "OwnableInvalidOwner",
"type": "Error"
},
{
"inputs": [
{
"name": "account",
"type": "address"
}
],
"name": "OwnableUnauthorizedAccount",
"type": "Error"
},
{
"inputs": [
{
"name": "str",
"type": "string"
}
],
"name": "StringTooLong",
"type": "Error"
},
{
"inputs": [
{
"indexed": true,
"name": "owner",
"type": "address"
},
{
"indexed": true,
"name": "spender",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "Approval",
"type": "Event"
},
{
"name": "EIP712DomainChanged",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "from",
"type": "address"
},
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "Event"
},
{
"outputs": [
{
"type": "bytes32"
}
],
"name": "DOMAIN_SEPARATOR",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"name": "owner",
"type": "address"
},
{
"name": "spender",
"type": "address"
}
],
"name": "allowance",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "spender",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "approve",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint8"
}
],
"name": "decimals",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"name": "fields",
"type": "bytes1"
},
{
"name": "name",
"type": "string"
},
{
"name": "version",
"type": "string"
},
{
"name": "chainId",
"type": "uint256"
},
{
"name": "verifyingContract",
"type": "address"
},
{
"name": "salt",
"type": "bytes32"
},
{
"name": "extensions",
"type": "uint256[]"
}
],
"name": "eip712Domain",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "to",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "mint",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "string"
}
],
"name": "name",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"name": "owner",
"type": "address"
}
],
"name": "nonces",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "owner",
"type": "address"
},
{
"name": "spender",
"type": "address"
},
{
"name": "value",
"type": "uint256"
},
{
"name": "deadline",
"type": "uint256"
},
{
"name": "v",
"type": "uint8"
},
{
"name": "r",
"type": "bytes32"
},
{
"name": "s",
"type": "bytes32"
}
],
"name": "permit",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"name": "renounceOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "string"
}
],
"name": "symbol",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"name": "totalSupply",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "to",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "transfer",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "from",
"type": "address"
},
{
"name": "to",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "transferFrom",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
}
]About this contract
overview
INVESTIGATION is the verified TRC20 contract behind INVESTIGATION (AML) on Tron, deployed from TYkGwp4PrQ2bqq6xNptb15nJg3yPEvc3aj on Mar 25, 2026. It has been called 2.70K times.
The ABI matches the on-chain bytecode, so the Read tab above runs live view calls against the node (no gas, no signature). The verified Solidity source is viewable on TronScan ↗. Write calls require a signed wallet transaction — wallet support is coming soon.