SYMBOL INDEX (19 symbols across 3 files) FILE: migrations/setup.js constant MAPPING_ETHEREUM_OWNED (line 1) | const MAPPING_ETHEREUM_OWNED = 1; constant MAPPING_VERUS_OWNED (line 2) | const MAPPING_VERUS_OWNED = 2; constant MAPPING_PARTOF_BRIDGEVETH (line 3) | const MAPPING_PARTOF_BRIDGEVETH = 4; constant MAPPING_ISBRIDGE_CURRENCY (line 4) | const MAPPING_ISBRIDGE_CURRENCY = 8; constant MAPPING_ERC20_DEFINITION (line 5) | const MAPPING_ERC20_DEFINITION = 32; FILE: test/deployed.js constant ERC721 (line 11) | const ERC721 = require("../build/contracts/ERC721.json"); FILE: test/reservetransfer.ts constant DEST_PKH (line 5) | const DEST_PKH = 2 constant DEST_ID (line 6) | const DEST_ID = 4 constant DEST_ETH (line 7) | const DEST_ETH = 9 constant DEST_REGISTERCURRENCY (line 8) | const DEST_REGISTERCURRENCY = 6 constant FLAG_DEST_AUX (line 9) | const FLAG_DEST_AUX = 64 constant FLAG_DEST_GATEWAY (line 10) | const FLAG_DEST_GATEWAY = 128 constant VALID (line 11) | const VALID = 1 constant CONVERT (line 12) | const CONVERT = 2 constant PRECONVERT (line 13) | const PRECONVERT = 4 constant CROSS_SYSTEM (line 14) | const CROSS_SYSTEM = 0x40 constant IMPORT_TO_SOURCE (line 15) | const IMPORT_TO_SOURCE = 0x200 constant RESERVE_TO_RESERVE (line 16) | const RESERVE_TO_RESERVE = 0x400 constant CURRENCY_EXPORT (line 17) | const CURRENCY_EXPORT = 0x2000