MCPcopy Create free account

hub / github.com/blacksmith-eth/blacksmith / functions

Functions143 in github.com/blacksmith-eth/blacksmith

FunctionManager
()
components/introduction/manager/index.tsx:30
FunctionMyApp
({ Component, pageProps }: AppProps)
pages/_app.tsx:47
FunctionNonpayable
({ address, func, initialCollapsed, }: NonpayableProps)
components/function/nonpayable/index.tsx:21
FunctionOption
({ address, children }: OptionProps)
components/wallet/account/index.tsx:19
FunctionOutput
({ data, isTouched, isLoading, isError, error, }: OutputProps)
components/function/output/index.tsx:18
FunctionPayable
({ address, func, initialCollapsed }: PayableProps)
components/function/payable/index.tsx:22
FunctionPure
({ address, func, initialCollapsed }: PureProps)
components/function/pure/index.tsx:22
FunctionSetup
()
components/introduction/setup/index.tsx:6
FunctionSignature
({ func, collapsed, toggleCollapsed, }: SignatureProps)
components/function/signature/index.tsx:30
FunctionSwitch
()
components/switch/index.tsx:5
FunctionTransfer
()
components/wallet/transfer/index.tsx:8
FunctionView
({ address, func, initialCollapsed }: ViewProps)
components/function/view/index.tsx:22
FunctionWallet
({ open }: WalletProps)
components/wallet/index.tsx:8
FunctionWrongNetworkButton
({ openChainModal }: WrongNetworkButtonProps)
components/connect/index.tsx:44
Methodconstructor
(options: BlacksmithWalletOptions = [])
packages/core/wallet/index.ts:11
Methodconstructor
({ chains, options, provider, }: { chains?: Chain[]; options?: BlacksmithWalletOptions;
packages/core/connector/index.ts:18
FunctionfetchContracts
()
hooks/useContracts/index.ts:4
FunctionfindAll
()
core/contract/index.ts:10
Functionfork
(chain: Chain)
core/chains/index.ts:3
FunctiongetAddress
(address: Address)
core/utils/index.ts:4
MethodgetWalletClient
({ chainId }: { chainId?: number } = {})
packages/core/connector/index.ts:73
FunctionhandleAddressChange
(event: ChangeEvent<HTMLInputElement>)
components/introduction/setup/index.tsx:19
FunctionhandleChange
(event: ChangeEvent<HTMLInputElement>)
components/inputs/index.tsx:102
FunctionhandleClick
()
components/function/payable/index.tsx:36
FunctionhandleClick
()
components/function/nonpayable/index.tsx:39
FunctionhandleContractNameChange
(event: ChangeEvent<HTMLInputElement>)
components/introduction/setup/index.tsx:27
FunctionhandleCopyAddress
()
components/contract/index.tsx:33
FunctionhandleCopyCommand
()
components/introduction/setup/index.tsx:41
FunctionhandlePathChange
(event: ChangeEvent<HTMLInputElement>)
components/introduction/setup/index.tsx:23
FunctionhandleRecipientChange
(event: ChangeEvent<HTMLInputElement>)
components/wallet/transfer/index.tsx:21
FunctionhandleRpcUrlChange
(event: ChangeEvent<HTMLInputElement>)
components/introduction/setup/index.tsx:31
FunctionhandleSendClick
()
components/wallet/transfer/index.tsx:25
FunctionhandleVerifierUrlChange
(event: ChangeEvent<HTMLInputElement>)
components/introduction/setup/index.tsx:35
Functionhandler
( req: NextApiRequest, res: NextApiResponse<ResponseData>, )
pages/api/verify.ts:49
Functionhandler
( req: NextApiRequest, res: NextApiResponse<ResponseData>, )
pages/api/contracts/index.ts:7
Functionhandler
(req: NextApiRequest, res: NextApiResponse)
pages/api/contracts/[address].ts:53
Functioninsert
(data: ContractDetails)
core/contract/index.ts:4
Functionremove
(address: Address)
core/contract/index.ts:15
FunctionremoveAll
()
core/contract/index.ts:21
Methodrequest
()
packages/core/wallet/index.ts:15
FunctiontoggleTheme
()
components/switch/index.tsx:13
FunctionuserRender
(ui: ReactElement, options?: RenderOptions)
testing/index.tsx:13
Functionwrapper
({ children }: PropsWithChildren<Record<string, any>>)
hooks/useContracts/index.test.tsx:9
← previous101–143 of 143, ranked by callers