MCPcopy Create free account

hub / github.com/Concordium/concordium-dapp-examples / functions

Functions1,015 in github.com/Concordium/concordium-dapp-examples

↓ 1 callersFunctionhandle_get_challenge
( state: Server, address: AccountAddress, )
gallery/verifier/src/handlers.rs:22
↓ 1 callersFunctionhandle_image_access
( params: InfoQuery, state: Server, )
gallery/verifier/src/handlers.rs:53
↓ 1 callersFunctionhandle_indexing
Handle indexing events.
compliant-reward-distribution/indexer-and-server/src/bin/crd_indexer.rs:254
↓ 1 callersFunctionhandle_indexing
Handle indexing events.
trackAndTrace/indexer/src/bin/indexer.rs:350
↓ 1 callersFunctionhandle_provide_proof
( client: concordium_rust_sdk::v2::Client, state: Server, request: ChallengedProof, )
gallery/verifier/src/handlers.rs:37
↓ 1 callersFunctionhandle_signature_transfer
( key_update_operator: Arc<WalletAccount>, request: TransferInputParams, smart_contract_index: u64
sponsoredTransactions/backend/src/handlers.rs:59
↓ 1 callersFunctionhandle_signature_update_operator
( key_update_operator: Arc<WalletAccount>, request: UpdateOperatorInputParams, smart_contract_inde
sponsoredTransactions/backend/src/handlers.rs:17
↓ 1 callersMethodhas_role
Check if an address has a role.
trackAndTrace/smart-contract/src/lib.rs:305
↓ 1 callersFunctionimageUploaded
(tokenId: string, imageIpfsUrl: string)
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchItemMetadataPrepare.tsx:216
↓ 1 callersFunctionimageUploaded
(tokenId: string, imageIpfsUrl: string)
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BatchItemMetadataPrepare.tsx:216
↓ 1 callersMethodinit_settings
Inserts a row in the settings table holding the application configuration if row does not exist already. The table is constrained to only hold a singl
compliant-reward-distribution/indexer-and-server/src/db.rs:263
↓ 1 callersMethodinit_settings
Inserts a row in the settings table holding the application configuration. The table is constrained to only hold a single row.
trackAndTrace/indexer/src/db.rs:183
↓ 1 callersMethodinitializeClient
()
DevnetSponsoredTx/backend/src/modules/concordium/concordium.service.ts:27
↓ 1 callersMethodinitializeClient
()
allowListManagerFaucet/backend/src/modules/concordium/concordium.service.ts:20
↓ 1 callersMethodinitializeProcess
(processId: string, steps: TransactionStatusDto[])
allowListManagerFaucet/backend/src/modules/token-distribution/process-tracking.service.ts:19
↓ 1 callersFunctioninvokeContract
( grpcClient: ConcordiumGRPCClient, contractInfo: ContractInfo, contract: ContractAddress, met
low-code-nft-marketplace/common-ui/src/models/ConcordiumContractClient.ts:81
↓ 1 callersFunctionisConnected
()
low-code-nft-marketplace/market-ui/src/App.tsx:93
↓ 1 callersFunctionisConnected
()
low-code-nft-marketplace/mint-ui/src/App.tsx:63
↓ 1 callersFunctionisOwner
(account: string, index: bigint, subindex = 0n)
nft-minting/src/utils.ts:110
↓ 1 callersFunctionisSignAndSendTransactionError
(obj: object)
signMessage/src/walletConnectHelpers.ts:17
↓ 1 callersMethodisUserOnAllowList
* Checks if a user is on the allowlist for a specific token
allowListManagerFaucet/backend/src/modules/token-distribution/token-distribution.service.ts:301
↓ 1 callersFunctionisWithinUsageLimit
()
testnet-faucet/src/pages/index.tsx:158
↓ 1 callersFunctionlist
( _ctx: &impl HasReceiveContext, host: &impl HasHost<ContractState<S>, StateApiType = S>, )
low-code-nft-marketplace/cis2-market/src/lib.rs:208
↓ 1 callersFunctionlist
( grpcClient: ConcordiumGRPCClient, marketContractAddress: ContractAddress, contractInfo: Contract
low-code-nft-marketplace/common-ui/src/models/MarketplaceClient.ts:29
↓ 1 callersMethodlist
Gets a list of all tokens in the buyable token list.
low-code-nft-marketplace/cis2-market/src/state.rs:141
↓ 1 callersFunctionloadCollections
()
nft-minting/file-server/server.js:22
↓ 1 callersMethodloadGovernanceWallet
()
allowListManagerFaucet/backend/src/modules/concordium/concordium.service.ts:56
↓ 1 callersMethodloadSponsorWallet
()
DevnetSponsoredTx/backend/src/modules/concordium/concordium.service.ts:41
↓ 1 callersMethodloadTokenConfigs
()
allowListManagerFaucet/backend/src/modules/token-distribution/token-distribution.service.ts:94
↓ 1 callersMethodmarkProcessCompleted
(processId: string, result: any)
allowListManagerFaucet/backend/src/modules/token-distribution/process-tracking.service.ts:75
↓ 1 callersFunctionmetadataUploaded
(tokenId: string, metadataUrl: CIS2.MetadataUrl)
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchItemMetadataPrepare.tsx:220
↓ 1 callersFunctionmetadataUploaded
(tokenId: string, metadataUrl: CIS2.MetadataUrl)
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BatchItemMetadataPrepare.tsx:220
↓ 1 callersFunctionmint
( connection: WalletConnection, accountAddress: AccountAddress.Type, mintParameter: Cis2MultiContr
sponsoredTransactionsAuction/frontend/src/cis2_token_contract.tsx:26
↓ 1 callersFunctionmint
(connection: WalletConnection, account: string)
sponsoredTransactions/frontend/src/utils.ts:169
↓ 1 callersFunctionmint
(account: string, id: string, url: string, index: bigint, subindex = 0n)
nft-minting/src/utils.ts:52
↓ 1 callersFunctionnonceOf
( nonceOfParameter: TrackAndTraceContract.NonceOfParameter, )
trackAndTrace/frontend/src/track_and_trace_contract.tsx:253
↓ 1 callersFunctionnonceOf
( nonceOfParameter: Cis2MultiContract.NonceOfParameter, )
sponsoredTransactionsAuction/frontend/src/cis2_token_contract.tsx:71
↓ 1 callersFunctiononAdd
()
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchMetadataAdd.tsx:29
↓ 1 callersFunctiononAdd
()
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BatchMetadataAdd.tsx:29
↓ 1 callersFunctiononCheckOperator
(hasOwnership: boolean)
low-code-nft-marketplace/market-ui/src/pages/SellPage.tsx:66
↓ 1 callersFunctiononDone
()
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchMetadataAdd.tsx:45
↓ 1 callersFunctiononDone
()
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BatchMetadataAdd.tsx:45
↓ 1 callersFunctiononGetCollectionAddress
(address: ContractAddress)
low-code-nft-marketplace/market-ui/src/pages/SellPage.tsx:57
↓ 1 callersFunctiononGetCollectionAddress
(address: ContractAddress)
low-code-nft-marketplace/market-ui/src/pages/MintPage.tsx:69
↓ 1 callersFunctiononGetCollectionAddress
(address: ContractAddress)
low-code-nft-marketplace/mint-ui/src/pages/MintPage.tsx:69
↓ 1 callersFunctiononMarketplaceContractChanged
(marketplaceContractAddress: ContractAddress)
low-code-nft-marketplace/market-ui/src/App.tsx:97
↓ 1 callersFunctiononMetadataPrepared
(filename: string, tokenId: string, tokenInfo: [CIS2.MetadataUrl, string])
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchMetadataPrepare.tsx:33
↓ 1 callersFunctiononMetadataPrepared
(index: number, tokenId: string, tokenInfo: [CIS2.MetadataUrl, string])
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchMetadataAdd.tsx:23
↓ 1 callersFunctiononMetadataPrepared
(filename: string, tokenId: string, tokenInfo: [CIS2.MetadataUrl, string])
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BatchMetadataPrepare.tsx:33
↓ 1 callersFunctiononMetadataPrepared
(index: number, tokenId: string, tokenInfo: [CIS2.MetadataUrl, string])
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BatchMetadataAdd.tsx:23
↓ 1 callersFunctiononMintClicked
()
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchMint.tsx:44
↓ 1 callersFunctiononMintClicked
()
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BatchMint.tsx:44
↓ 1 callersFunctiononNftsMinted
()
low-code-nft-marketplace/market-ui/src/pages/MintPage.tsx:115
↓ 1 callersFunctiononNftsMinted
()
low-code-nft-marketplace/mint-ui/src/pages/MintPage.tsx:120
↓ 1 callersFunctiononOkClicked
()
low-code-nft-marketplace/market-ui/src/components/ConnectPinata.tsx:14
↓ 1 callersFunctiononOkClicked
()
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BalanceOf.tsx:59
↓ 1 callersFunctiononOkClicked
()
low-code-nft-marketplace/mint-ui/src/components/ConnectPinata.tsx:14
↓ 1 callersFunctiononOkClicked
()
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BalanceOf.tsx:58
↓ 1 callersFunctiononRemove
(index: number)
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchMetadataAdd.tsx:38
↓ 1 callersFunctiononSubmitBid
* When submitting the form, the generated signature from the previous step is sent to the backend.
sponsoredTransactionsAuction/frontend/src/components/Bid.tsx:185
↓ 1 callersFunctiononTokenBalance
(tokenId: string, totalBalance: bigint)
low-code-nft-marketplace/market-ui/src/pages/SellPage.tsx:87
↓ 1 callersFunctiononTokenListed
()
low-code-nft-marketplace/market-ui/src/pages/SellPage.tsx:97
↓ 1 callersFunctiononUpdateOperator
()
low-code-nft-marketplace/market-ui/src/pages/SellPage.tsx:80
↓ 1 callersFunctionparseContractAddress
(outcomes: BlockItemSummaryInBlock)
low-code-nft-marketplace/common-ui/src/models/ConcordiumContractClient.ts:230
↓ 1 callersFunctionparseIssuers
(s: string)
allowListManagerFaucet/frontend/src/services/credential-provider-services.tsx:14
↓ 1 callersFunctionpoll
()
allowListManagerFaucet/frontend/src/components/AllowListDApp.tsx:346
↓ 1 callersFunctionpollProcessStatus
(processId: string)
allowListManagerFaucet/frontend/src/components/AllowListDApp.tsx:341
↓ 1 callersFunctionquantityUpdated
(tokenId: string, quantity: string)
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchItemMetadataPrepare.tsx:224
↓ 1 callersFunctionquantityUpdated
(tokenId: string, quantity: string)
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchItemMetadataAdd.tsx:171
↓ 1 callersFunctionquantityUpdated
(tokenId: string, quantity: string)
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BatchItemMetadataPrepare.tsx:224
↓ 1 callersFunctionquantityUpdated
(tokenId: string, quantity: string)
low-code-nft-marketplace/mint-ui/src/components/cis2/Cis2BatchItemMetadataAdd.tsx:171
↓ 1 callersFunctionremoveAt
(index: number)
locks/frontend/src/components/App/components/RepeatableTextList.tsx:20
↓ 1 callersFunctionremoveGrant
(index: number)
locks/frontend/src/components/App/lock/LockCreateForm.tsx:57
↓ 1 callersFunctionremoveRole
( connection: WalletConnection, accountAddress: AccountAddress.Type, revokeRoleParameter: TrackAnd
trackAndTrace/frontend/src/track_and_trace_contract.tsx:86
↓ 1 callersFunctionremoveTrailingZeros
(s: string)
euroe-demo/src/components/BeerStore.tsx:347
↓ 1 callersFunctionreportWebVitals
(onPerfEntry)
voting/src/reportWebVitals.js:1
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
simpleAgeVerification/src/reportWebVitals.ts:3
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
signMessage/src/reportWebVitals.ts:3
↓ 1 callersMethodreset_rate_limits_if_expired
Reset the rate limits map if at least one hour has passed since the last reset. The rate limits are primarily used to limit the costs in terms of CCD
trackAndTrace/sponsored-transaction-service/src/types.rs:260
↓ 1 callersMethodrevoke_role
Revoke role from an address.
trackAndTrace/smart-contract/src/lib.rs:298
↓ 1 callersFunctionserializeParams
* Uses Contract Schema to serialize the contract parameters. * @param contractName Name of the Contract. * @param schema Buffer of Contract Schema.
low-code-nft-marketplace/common-ui/src/models/ConcordiumContractClient.ts:202
↓ 1 callersFunctionsetClaimed
(signer: string, signature: string, recentBlockHeight: bigint, accountAddress: string)
compliant-reward-distribution/frontend/src/apiReqeuests.ts:165
↓ 1 callersMethodsetConnectedGenesisHash
()
compliant-reward-distribution/frontend/src/wallet-connection.tsx:81
↓ 1 callersMethodset_claimed
(&self, account_addresses: Vec<AccountAddress>)
compliant-reward-distribution/indexer-and-server/src/db.rs:377
↓ 1 callersFunctionset_shutdown
Construct a future for shutdown signals (for unix: SIGINT and SIGTERM) (for windows: ctrl c and ctrl break). The signal handler is set when the future
compliant-reward-distribution/indexer-and-server/src/bin/crd_server.rs:862
↓ 1 callersFunctionset_shutdown
Construct a future for shutdown signals (for unix: SIGINT and SIGTERM) (for windows: ctrl c and ctrl break). The signal handler is set when the future
trackAndTrace/sponsored-transaction-service/src/main.rs:333
↓ 1 callersFunctionset_shutdown
Construct a future for shutdown signals (for unix: SIGINT and SIGTERM) (for windows: ctrl c and ctrl break). The signal handler is set when the future
trackAndTrace/indexer/src/bin/server.rs:251
↓ 1 callersFunctionset_shutdown
Construct a future for shutdown signals (for unix: SIGINT and SIGTERM) (for windows: ctrl c and ctrl break). The signal handler is set when the future
sponsoredTransactionsAuction/backend/src/main.rs:422
↓ 1 callersFunctionshiftDateBackwards
(hours: number)
testnet-faucet/src/lib/utils.ts:15
↓ 1 callersFunctionsign
(client: WalletApi, account: string, message: string)
signMessage/src/browserWalletHelpers.ts:5
↓ 1 callersFunctionsignCIS3Message
( connection: WalletConnection, nonce: string, expiryTimeSignature: string, account: string,
sponsoredTransactionsAuction/frontend/src/components/Bid.tsx:80
↓ 1 callersFunctionsignCIS3Message
( connection: WalletConnection, isUpdateOperatorTab: boolean, nonce: string, expiryTimeSignatu
sponsoredTransactions/frontend/src/SponsoredTransactions.tsx:193
↓ 1 callersFunctionsignMessage
( signClient: SignClient, session: SessionTypes.Struct, chainId: string, message: string, )
signMessage/src/walletConnectHelpers.ts:21
↓ 1 callersMethodsigning_data
(&self)
compliant-reward-distribution/indexer-and-server/src/types.rs:103
↓ 1 callersMethodsponsor
( @Body() body: { sender: string recipient: string amount: string tokenId: str
DevnetSponsoredTx/backend/src/modules/sponsor/sponsor.controller.ts:9
↓ 1 callersMethodsponsorTransaction
( sender: string, recipient: string, amount: string, tokenId: string, decimals: number )
DevnetSponsoredTx/backend/src/modules/sponsor/sponsor.service.ts:21
↓ 1 callersMethodstartTokenDistribution
* Starts the token distribution process for a verified user. * Resolves the token ID from the DTO (or first configured token) and its configured
allowListManagerFaucet/backend/src/modules/token-distribution/token-distribution.service.ts:145
↓ 1 callersFunctionsubmit
(event: FormEvent<HTMLFormElement>)
low-code-nft-marketplace/market-ui/src/components/MarketplaceTransferDialog.tsx:53
↓ 1 callersFunctionsubmit
(event: FormEvent<HTMLFormElement>)
low-code-nft-marketplace/market-ui/src/components/cis2/Cis2BatchItemMetadataAdd.tsx:81
↓ 1 callersFunctionsubmit
(event: FormEvent<HTMLFormElement>)
low-code-nft-marketplace/market-ui/src/components/cis2/GetTokenIdCardStep.tsx:30
← previousnext →301–400 of 1,015, ranked by callers