MCPcopy Create free account
hub / github.com/circlefin/arc-node / encodeUSDCMint

Function encodeUSDCMint

tests/localdev/NativeFiatToken.test.ts:74–75  ·  view source on GitHub ↗
(to: Address, amount: bigint)

Source from the content-addressed store, hash-verified

72 const encodeUSDCTransfer = (to: Address, amount: bigint) =>
73 encodeFunctionData({ abi: USDC.abi, functionName: 'transfer', args: [to, amount] })
74 const encodeUSDCMint = (to: Address, amount: bigint) =>
75 encodeFunctionData({ abi: USDC.abi, functionName: 'mint', args: [to, amount] })
76
77 const clients = async () => {
78 const { client, ...rest } = await getClients()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected