JUMP TOREFERENCE DOCSAPI templatesgetENSForAddressgetPriceFromUniswapV3getERC20AllowancegetERC20AllowancesgetERC20BalancesgetERC721ApprovalsForOwnergetERC721ContractsForOwnergetERC721TokensForOwnergetOwnerForERC721TokengetOwnersForERC721ContractgetAddressesForERC1155ContractisHolderOfERC721ContractgetFOIAgetERC1155BalancesCore tables@sim.transactions@sim.lp_deployments@sim.liquidations@sim.uniswap_v3_prices@sim.basenames_expiries@sim.basenames_primary_names@sim.basenames_texts@sim.basenames_payments@sim.basenames_reserved@sim.blocks@sim.contract_deployments@sim.dex_trades@sim.ens_expiries@sim.ens_primary_names@sim.ens_texts@sim.mapping_storage_writes@sim.erc20_balance_changes_block@sim.erc20_allowance_changes_block@sim.erc721_owner_changes_block@sim.erc721_approval_changes_block@sim.erc1155_balance_changes_blocksimFunctionssimAddressNoncesimCalldatasimCallDepthsimCallKindsimCodeAddresssimConsoleLogsimCreatedContractsimEmitsLogsimFromsimGassimGasLeftsimImplementsFunctionsimLogAddresssimLogDatasimLogTopicsimLogTopicSizesimParentCodeAddresssimReadStoragesimReturnedValuesimSaltsimSetStoragesimSetBalancesimStorageAddresssimStorageKeysimStorageValuesimTosimToStringsimTransactionGasLimitsimTransactionHashsimTransactionIndexsimTransactionStatussimValuePowered by simCallDepthReturns the call depth of the currently executing (internal) transactionSolidityfunction simCallDepth() internal returns (uint64 depth) Return Values NameTypeDescriptiondepthuint64the call depth of this Ethereum transaction/call/create; 0 means the start of the Ethereum transaction Notes Scoped to the deepest currently executing internal transaction.