cast access-list
NAME
cast-access-list - Create an access list for a transaction.
SYNOPSIS
cast access-list [options] to sig [args...]
DESCRIPTION
Create an access list for a transaction.
The destination (to) can be an ENS name or an address.
The signature (sig) can be:
- A fragment:
someFunction(uint256,bytes32) - A selector and encoded calldata:
0xcdba2fd40000000000000000000000000000000000000000000000000000000000007a69 - Only the function name: in this case Cast will try to fetch the function signature from Etherscan
OPTIONS
Query Options
-B block
--block block
The block height you want to query at.
Can be a block number, or any of the tags: earliest, latest or pending.
Wallet Options - Raw
-i
--interactive
Open an interactive prompt to enter your private key.
--private-key raw_private_key
Use the provided private key.
--mnemonic-path path
Use the mnemonic file at the specified path.
--mnemonic-index index
Use the private key from the given mnemonic index. Used with --mnemonic-path.
Defaults to 0.
Wallet Options - Keystore
--keystore path
Use the keystore in the given folder or file.
Environment: ETH_KEYSTORE
--password password
The keystore password. Used with --keystore.
Wallet Options - Hardware Wallet
-t
--trezor
Use a Trezor hardware wallet.
-l
--ledger
Use a Ledger hardware wallet.
--hd-path path
The derivation path to use with hardware wallets.
Wallet Options - Remote
-f address
--from address
Sign the transaction with the specified account on the RPC.
Environment: ETH_FROM
RPC Options
--rpc-url url
The RPC endpoint.
Environment: ETH_RPC_URL
--flashbots
Use the Flashbots RPC URL (https://rpc.flashbots.net).
Etherscan Options
-c chain_name
--chain chain_name
The Etherscan chain.
--etherscan-api-key key
Etherscan API key.
Environment: ETHERSCAN_API_KEY
Common Options
-h
--help
Prints help information.