MCPcopy Create free account

hub / github.com/algorandfoundation/ARCs / functions

Functions900 in github.com/algorandfoundation/ARCs

↓ 83 callersMethodContains
(group string, name string)
arckit/internal/adoption/registry.go:110
↓ 48 callersFunction_parse_abi_args
Helper to parse ABI args into the format expected by underlying client
assets/arc-0020/smart_contracts/artifacts/smart_asa/smart_asa_client.py:25
↓ 44 callersMethodupdate
()
assets/arc-0059/contracts/clients/MutableARC59Client.ts:1196
↓ 40 callersFunctionassertContains
(t *testing.T, output string, want string)
arckit/internal/cli/root_test.go:1110
↓ 32 callersFunctionExecuteArgs
(args []string, stdout io.Writer, stderr io.Writer)
arckit/internal/cli/root.go:31
↓ 29 callersMethodasset_transfer
Smart ASA transfers: regular, clawback, mint, burn Args: xfer_asset: Smart ASA ID to transfer asset_amount:
assets/arc-0020/smart_contracts/smart_asa/contract.py:386
↓ 22 callersMethodsignData
* Arbitrary data signing function. * Based on the provided scope and encoding, it decodes the data and signs it. * * * @param s
assets/arc-0060/arc60wallet.api.ts:163
↓ 21 callersFunctionLoad
(path string)
arckit/internal/arc/load.go:15
↓ 20 callersMethodasset_opt_in
Smart ASA opt in (App and Controlled ASA) Args: asset: Smart ASA ID ctrl_asa_opt_in: Controlled ASA opt in t
assets/arc-0020/smart_contracts/smart_asa/contract.py:289
↓ 19 callersFunctionRegistryPath
(root string)
arckit/internal/adoption/registry.go:28
↓ 19 callersFunctionValidate
(document *Document, repoRoot string)
arckit/internal/arc/validate.go:18
↓ 18 callersFunction_init_dataclass
Recursively instantiate a dataclass of type `cls` from `data`. For each field on the dataclass, if the field type is also a dataclass an
assets/arc-0020/smart_contracts/artifacts/smart_asa/smart_asa_client.py:50
↓ 17 callersFunctionLoadVettedAdopters
(path string)
arckit/internal/adoption/registry.go:32
↓ 17 callersFunctionValidate
(root string, cfg config.Config)
arckit/internal/repo/repo.go:27
↓ 16 callersFunctionassertSummaryCount
(t *testing.T, rows []SummaryCount, label string, want int)
arckit/internal/repo/summary_test.go:254
↓ 15 callersFunctionLoad
(path string)
arckit/internal/adoption/adoption.go:58
↓ 14 callersFunctionValidate
(summary *Summary, document *arc.Document, registry *VettedAdopters)
arckit/internal/adoption/adoption.go:111
↓ 14 callersMethodconcat
Concatenate a value to an existing value in the public object.
assets/arc-0087/contracts/arc87.py:45
↓ 14 callersMethodgetPublicKey
* * @param k - seed * @returns - public key
assets/arc-0060/arc60wallet.api.ts:300
↓ 13 callersMethodget
Get a value from the public object.
assets/arc-0087/contracts/arc87.py:30
↓ 13 callersFunctionloadValidatedDocument
(t *testing.T, root string, path string)
arckit/internal/adoption/adoption_test.go:838
↓ 13 callersFunctionstringField
(document *Document, key string)
arckit/internal/arc/fields.go:82
↓ 12 callersFunction_parse_abi_args
Helper to parse ABI args into the format expected by underlying client
assets/arc-0062/smart_contracts/artifacts/circulating_supply/circulating_supply_client.py:25
↓ 12 callersMethoddecode_return_value
( self, method: typing.Literal["asset_create(uint64,uint32,bool,string,string,string,byte[],ad
assets/arc-0020/smart_contracts/artifacts/smart_asa/smart_asa_client.py:1175
↓ 11 callersMethodcreateApplication
* Deploy ARC59 contract *
assets/arc-0059/contracts/arc59.algo.ts:42
↓ 11 callersFunctionreportForValidation
(command string, diagnostics []diag.Diagnostic)
arckit/internal/cli/report.go:36
↓ 11 callersFunctionwriteTable
(out *bytes.Buffer, headers []string, writeRows func(func(...string)))
arckit/internal/repo/summary_render.go:256
↓ 10 callersMethodIgnoreARC
(number int)
arckit/internal/config/config.go:116
↓ 10 callersFunctionapplyNativeFix
(path string)
arckit/internal/cli/fmt.go:17
↓ 10 callersFunctionassertCommandSucceeded
(t *testing.T, exitCode int, stdout *bytes.Buffer, stderr *bytes.Buffer)
arckit/internal/cli/root_test.go:1103
↓ 10 callersMethodassert_common_preconditions
(self, asset_id: UInt64)
assets/arc-0020/smart_contracts/smart_asa/contract.py:83
↓ 10 callersMethodasset_config
Configure Smart ASA (for unchanged parameters use existing value - no optional args on AVM) Args: config_asset: Smart AS
assets/arc-0020/smart_contracts/smart_asa/contract.py:329
↓ 10 callersMethoddictify
(self)
assets/arc-0020/tests/conftest.py:43
↓ 10 callersMethodget_circulating_supply
Get Smart ASA circulating supply Args: asset: Smart ASA ID Returns: Smart ASA circulating supply
assets/arc-0020/smart_contracts/smart_asa/contract.py:590
↓ 10 callersFunctionnewInvocationFailureReport
(command string, err error)
arckit/internal/cli/report.go:46
↓ 10 callersFunctionrunCommand
(opts *options, exitCode *int, stdout io.Writer, runner func() (diag.Report, error))
arckit/internal/cli/report.go:14
↓ 10 callersMethodset_not_circulating_address
Set non-circulating supply addresses - Authorization: ASA Manager Address. Args: address: Address to assign to the label
assets/arc-0062/smart_contracts/circulating_supply/contract.py:51
↓ 9 callersMethodFilterDiagnostics
(diagnostics []diag.Diagnostic)
arckit/internal/config/config.go:144
↓ 9 callersFunctionarc59SendAsset
* Send an asset to a receiver using the ARC59 router * * @param appClient The ARC59 client generated by algokit * @param assetId The ID of the asse
assets/arc-0059/__test__/arc59.test.ts:23
↓ 8 callersMethodnewGroup
()
assets/arc-0059/contracts/clients/Arc59Client.ts:1013
↓ 8 callersFunctionwriteConfig
(t *testing.T, root string, content string)
arckit/internal/cli/root_test.go:1093
↓ 7 callersMethodIgnoreRuleForARC
(ruleID string, number int)
arckit/internal/config/config.go:129
↓ 7 callersMethodasset_create
Create the Controlled ASA Args: total: The total number of base units of the Smart ASA to create decimals: T
assets/arc-0020/smart_contracts/smart_asa/contract.py:236
↓ 7 callersFunctionformatInt
(value int)
arckit/internal/repo/summary_test.go:545
↓ 7 callersMethodupdateApplication
()
assets/arc-0059/contracts/mutable_arc59.algo.ts:4
↓ 7 callersFunctionwriteSummaryARC
(t *testing.T, root string, number int, options summaryARCOptions)
arckit/internal/repo/summary_test.go:459
↓ 6 callersMethodIgnoreRule
(ruleID string)
arckit/internal/config/config.go:124
↓ 6 callersFunctionarc59Claim
* Claim an asset from the ARC59 inbox * * @param appClient The ARC59 client generated by algokit * @param assetId The ID of the asset to claim * @
assets/arc-0059/__test__/arc59.test.ts:122
↓ 6 callersMethodarc59GetInbox
* Add a arc59_getInbox(address)address method call against the ARC59 contract
assets/arc-0059/contracts/clients/Arc59Client.ts:1070
↓ 6 callersMethodarc59GetSendAssetInfo
* Add a arc59_getSendAssetInfo(address,uint64)(uint64,uint64,bool,bool,uint64,uint64) method call against the ARC59 contract
assets/arc-0059/contracts/clients/Arc59Client.ts:1038
↓ 6 callersMethodarc62_get_circulating_supply
Get ASA circulating supply. Args: asset_id: ASA ID of the circulating supply Returns: ASA circulati
assets/arc-0062/smart_contracts/circulating_supply/contract.py:75
↓ 6 callersFunctioncontainsDiagnosticMessage
(diagnostics []diag.Diagnostic, fragment string)
arckit/internal/adoption/adoption_test.go:853
↓ 6 callersFunctionintSequenceField
(document *Document, key string)
arckit/internal/arc/fields.go:124
↓ 6 callersFunctionnewConfigFailureReport
(command, root string, err error)
arckit/internal/cli/report.go:56
↓ 6 callersFunctionorderedCounts
(counts map[string]int, preferred []string)
arckit/internal/repo/summary_build.go:256
↓ 6 callersFunctionwriteCountTable
(out *bytes.Buffer, label string, rows []SummaryCount)
arckit/internal/repo/summary_render.go:136
↓ 6 callersFunctionwriteSummaryAdoption
(t *testing.T, root string, number int, content string)
arckit/internal/repo/summary_test.go:537
↓ 5 callersFunctionValidate
(path string, target string)
arckit/internal/transition/transition.go:13
↓ 5 callersFunction_init_dataclass
Recursively instantiate a dataclass of type `cls` from `data`. For each field on the dataclass, if the field type is also a dataclass an
assets/arc-0062/smart_contracts/artifacts/circulating_supply/circulating_supply_client.py:50
↓ 5 callersFunctionapplyAdoptionFix
(path string)
arckit/internal/cli/fmt.go:445
↓ 5 callersMethodarc59OptRouterIn
* Add a arc59_optRouterIn(uint64)void method call against the ARC59 contract
assets/arc-0059/contracts/clients/Arc59Client.ts:1022
↓ 5 callersMethodarc59SendAsset
* Add a arc59_sendAsset(axfer,address,uint64)address method call against the ARC59 contract
assets/arc-0059/contracts/clients/Arc59Client.ts:1046
↓ 5 callersFunctionloadValidationConfig
(root string, ignoreConfig bool, enforceRules []string)
arckit/internal/cli/root.go:229
↓ 5 callersMethodlocal_state
Methods to access local_state for the current app
assets/arc-0020/smart_contracts/artifacts/smart_asa/smart_asa_client.py:859
↓ 5 callersFunctionmappingValue
(mapping *yaml.Node, key string)
arckit/internal/adoption/adoption.go:332
↓ 5 callersFunctionnodeLine
(source []byte, node ast.Node, baseLine int)
arckit/internal/arc/markdown.go:135
↓ 5 callersFunctionshouldIgnorePath
(cfg config.Config, path string)
arckit/internal/cli/paths.go:113
↓ 5 callersMethodsimulate
(options?: SimulateOptions)
assets/arc-0059/contracts/clients/Arc59Client.ts:1098
↓ 4 callersMethodActorCategories
()
arckit/internal/adoption/domain.go:98
↓ 4 callersFunctionBuildSummary
(state State, diagnostics []diag.Diagnostic, now time.Time)
arckit/internal/repo/summary_build.go:16
↓ 4 callersFunctionValidateVettedAdopters
(registry *VettedAdopters)
arckit/internal/adoption/registry.go:75
↓ 4 callersMethodaccount_freeze
Smart ASA local freeze (account specific) Args: freeze_asset: Smart ASA ID to locally freeze/unfreeze freeze
assets/arc-0020/smart_contracts/smart_asa/contract.py:444
↓ 4 callersMethodaddTransaction
(txn: Transaction, signer?: TransactionSigner)
assets/arc-0059/contracts/clients/Arc59Client.ts:1090
↓ 4 callersMethodarc59Claim
* Add a arc59_claim(uint64)void method call against the ARC59 contract
assets/arc-0059/contracts/clients/Arc59Client.ts:1054
↓ 4 callersMethodarc59ClaimAlgo
* Add a arc59_claimAlgo()void method call against the ARC59 contract
assets/arc-0059/contracts/clients/Arc59Client.ts:1078
↓ 4 callersMethodarc59GetSendAssetInfo
* Add a arc59_getSendAssetInfo(address,uint64)(uint64,uint64,bool,bool,uint64,uint64) method call against the MutableARC59 contract
assets/arc-0059/contracts/clients/MutableARC59Client.ts:1151
↓ 4 callersMethodarc59OptRouterIn
* Add a arc59_optRouterIn(uint64)void method call against the MutableARC59 contract
assets/arc-0059/contracts/clients/MutableARC59Client.ts:1135
↓ 4 callersMethodarc59Reject
* Add a arc59_reject(uint64)void method call against the ARC59 contract
assets/arc-0059/contracts/clients/Arc59Client.ts:1062
↓ 4 callersMethoddecodeReturnValue
* Checks for decode errors on the given return value and maps the return value to the return type for the given method * @returns The typed return
assets/arc-0059/contracts/clients/MutableARC59Client.ts:672
↓ 4 callersMethoddecodeReturnValue
* Checks for decode errors on the given return value and maps the return value to the return type for the given method * @returns The typed return
assets/arc-0059/contracts/clients/Arc59Client.ts:608
↓ 4 callersFunctionfilteredFrontMatterLines
(lines []string)
arckit/internal/cli/fmt.go:298
↓ 4 callersFunctionformatPaddedInt
(value int)
arckit/internal/repo/summary_test.go:549
↓ 4 callersFunctionhasField
(values map[string]any, key string)
arckit/internal/arc/fields.go:64
↓ 4 callersFunctionisAdoptionSummaryPath
(path string)
arckit/internal/cli/paths.go:21
↓ 4 callersMethodnew
()
assets/arc-0059/contracts/arc59.algo.ts:26
↓ 4 callersFunctionparseARCString
(value string)
arckit/internal/config/config.go:332
↓ 4 callersFunctionparseMarkdown
(document *Document)
arckit/internal/arc/markdown.go:13
↓ 4 callersFunctionstringSequenceField
(document *Document, key string, allowDates bool)
arckit/internal/arc/fields.go:150
↓ 4 callersFunctionwriteVettedAdopters
(t *testing.T, root string, content string)
arckit/internal/cli/root_test.go:1098
↓ 4 callersFunctionyamlNodeType
(node *yaml.Node)
arckit/internal/adoption/adoption.go:355
↓ 3 callersMethodActorCount
()
arckit/internal/adoption/adoption.go:246
↓ 3 callersFunctionCategoryNames
()
arckit/internal/adoption/domain.go:66
↓ 3 callersFunctionInitARC
(options InitOptions)
arckit/internal/scaffold/scaffold.go:29
↓ 3 callersFunctionLoad
(root string)
arckit/internal/config/config.go:42
↓ 3 callersMethodWrite
([]byte)
arckit/internal/cli/root_test.go:1087
↓ 3 callersFunctionappendARCReferencesFromText
(value string, baseLine int, inLink bool, out *[]ARCReference)
arckit/internal/arc/markdown.go:93
↓ 3 callersFunctionapplyNativeFixWithConfig
(path string, cfg config.Config)
arckit/internal/cli/fmt.go:28
↓ 3 callersMethodarc59Claim
* Add a arc59_claim(uint64)void method call against the MutableARC59 contract
assets/arc-0059/contracts/clients/MutableARC59Client.ts:1167
↓ 3 callersMethodarc59ClaimAlgo
* Add a arc59_claimAlgo()void method call against the MutableARC59 contract
assets/arc-0059/contracts/clients/MutableARC59Client.ts:1191
↓ 3 callersMethodarc59GetInbox
* Add a arc59_getInbox(address)address method call against the MutableARC59 contract
assets/arc-0059/contracts/clients/MutableARC59Client.ts:1183
next →1–100 of 900, ranked by callers