MCPcopy Create free account

hub / github.com/alloy-rs/examples / functions

Functions180 in github.com/alloy-rs/examples

Functionmain
()
examples/node-bindings/examples/anvil_fork_instance.rs:10
Functionmain
()
examples/node-bindings/examples/anvil_local_provider.rs:7
Functionmain
()
examples/node-bindings/examples/anvil_local_instance.rs:10
Functionmain
()
examples/node-bindings/examples/anvil_fork_provider.rs:7
Functionmain
()
examples/node-bindings/examples/reth_local_instance.rs:10
Functionmain
()
examples/node-bindings/examples/anvil_deploy_contract.rs:25
Functionmain
`U256` implements traits in `std::ops`, that means it supports arithmetic operations using standard Rust operators `+`, `-`. `*`, `/`, `%`, along with
examples/big-numbers/examples/math_operations.rs:11
Functionmain
`U256` implements traits in `std::cmp`, that means `U256` instances can be easily compared using standard Rust operators.
examples/big-numbers/examples/comparison_equivalence.rs:8
Functionmain
()
examples/big-numbers/examples/create_instances.rs:11
Functionmain
`U256` provides useful conversion functions to enable transformation into native Rust types. It is important to note that converting a big-number to
examples/big-numbers/examples/conversion.rs:14
Functionmain
()
examples/big-numbers/examples/math_utilities.rs:9
Functionmain
()
examples/fillers/examples/recommended_fillers.rs:13
Functionmain
()
examples/fillers/examples/wallet_filler.rs:14
Functionmain
()
examples/fillers/examples/gas_filler.rs:13
Functionmain
()
examples/fillers/examples/nonce_filler.rs:22
Functionmain
()
examples/fillers/examples/urgent_filler.rs:105
Functionmain
()
examples/advanced/examples/any_network.rs:44
Functionmain
()
examples/advanced/examples/uniswap_u256_alloy_simulation.rs:36
Functionmain
()
examples/advanced/examples/encoding_sol_static.rs:25
Functionmain
()
examples/advanced/examples/uniswap_u256_alloy_profit.rs:7
Functionmain
()
examples/advanced/examples/uniswap_u256_ethers_profit.rs:8
Functionmain
()
examples/advanced/examples/foundry_fork_db.rs:34
Functionmain
()
examples/advanced/examples/decoding_json_abi.rs:5
Functionmain
()
examples/advanced/examples/encoding_dyn_abi.rs:11
Functionmain
()
examples/primitives/examples/bytes_and_address_types.rs:8
Functionmain
()
examples/primitives/examples/hashing_functions.rs:6
Functionmain
()
examples/ens/examples/name_resolution.rs:7
Functionmain
()
examples/ens/examples/address_lookup.rs:7
Functionmain
()
examples/sol-macro/examples/events_errors.rs:46
Functionmain
()
examples/sol-macro/examples/decode_returns.rs:19
Functionmain
()
examples/sol-macro/examples/extra_derives.rs:21
Functionmain
()
examples/sol-macro/examples/structs_enums.rs:27
Functionmain
()
examples/sol-macro/examples/user_defined_types.rs:26
Functionmain
()
examples/sol-macro/examples/all_derives.rs:21
Functionmain
()
examples/wallets/examples/trezor_signer.rs:13
Functionmain
()
examples/wallets/examples/yubi_signer.rs:16
Functionmain
()
examples/wallets/examples/private_key_signer.rs:14
Functionmain
()
examples/wallets/examples/sign_permit_hash.rs:25
Functionmain
()
examples/wallets/examples/sign_message.rs:7
Functionmain
()
examples/wallets/examples/aws_signer.rs:8
Functionmain
()
examples/wallets/examples/ethereum_wallet.rs:18
Functionmain
()
examples/wallets/examples/keystore_signer.rs:15
Functionmain
()
examples/wallets/examples/verify_message.rs:7
Functionmain
()
examples/wallets/examples/ledger_signer.rs:13
Functionmain
()
examples/wallets/examples/mnemonic_signer.rs:7
Functionmain
()
examples/wallets/examples/create_keystore.rs:11
Functionmain
()
examples/wallets/examples/gcp_signer.rs:14
Functionmain
()
examples/subscriptions/examples/poll_logs.rs:36
Functionmain
()
examples/subscriptions/examples/subscribe_all_logs.rs:22
Functionmain
()
examples/subscriptions/examples/event_multiplexer.rs:46
Functionmain
()
examples/subscriptions/examples/subscribe_blocks.rs:11
Functionmain
()
examples/subscriptions/examples/subscribe_logs.rs:12
Functionmain
()
examples/subscriptions/examples/subscribe_pending_transactions.rs:9
Functionmain
()
examples/contracts/examples/unknown_return_types.rs:15
Functionmain
()
examples/contracts/examples/deploy_from_contract.rs:26
Functionmain
()
examples/contracts/examples/simulation_uni_v2.rs:39
Functionmain
()
examples/contracts/examples/arb_profit_calc.rs:10
Functionmain
()
examples/contracts/examples/jsonrpc_error_decoding.rs:14
Functionmain
()
examples/contracts/examples/deploy_from_bytecode.rs:34
Functionmain
()
examples/contracts/examples/interact_with_contract_instance.rs:15
Functionmain
()
examples/contracts/examples/interact_with_abi.rs:15
Functionmain
()
examples/contracts/examples/deploy_and_link_library.rs:44
Functionmain
()
examples/contracts/examples/revert_decoding.rs:27
Functionmain
()
examples/contracts/examples/deploy_from_artifact.rs:16
Functionmain
()
examples/contracts/examples/helpers.rs:146
Methodnew
Create a new instance of [`Deployer`].
examples/providers/examples/wrapped_provider.rs:43
Methodnew
Creates a new [`DelayLayer`] with the specified delay.
examples/layers/examples/delay_layer.rs:36
Methodnew
Instantiate a new [`UrgentQueue`] filler.
examples/fillers/examples/urgent_filler.rs:28
Methodpoll_ready
(&mut self, cx: &mut Context<'_>)
examples/layers/examples/delay_layer.rs:59
Methodpoll_ready
( &mut self, cx: &mut std::task::Context<'_>, )
examples/layers/examples/hyper_http_layer.rs:82
Methodpoll_ready
(&mut self, cx: &mut Context<'_>)
examples/layers/examples/logging_layer.rs:53
Methodprepare
Prepares the gas fees by fetching the blocknative API.
examples/fillers/examples/urgent_filler.rs:73
Functionrlp
(c: &mut Criterion)
benches/benches/rlp.rs:13
Functionser_group
(c: &mut Criterion)
benches/benches/json_abi.rs:11
Functionset_hash_storage_slot
Set a storage slot in the Anvil node
helpers/src/alloy.rs:161
Functionsignature
(c: &mut Criterion)
benches/benches/json_abi.rs:55
Methodstatus
Implements the status check for the filler. indicating whether the filler is ready to fill in the transaction request, or if it is missing required p
examples/fillers/examples/urgent_filler.rs:46
Methodto_alloy
(self)
helpers/src/ethers.rs:57
Methodto_ethers
(self)
helpers/src/alloy.rs:68
Functionu256_benchmark
(c: &mut Criterion)
benches/benches/u256.rs:18
← previous101–180 of 180, ranked by callers