| Name | Type | Description | Notes |
|---|---|---|---|
| balance | String | Fake balance to set for the account before executing the call | [optional] |
| code | Number | Fake EVM bytecode to inject into the account before executing the call | [optional] |
| nonce | String | Fake nonce to set for the account before executing the call | [optional] |
| state | String | Fake key-value mapping to override all slots in the account storage before executing the call | [optional] |
| stateDiff | String | Fake key-value mapping to override individual slots in the account storage before executing the call | [optional] |