-
# What is this feature about?
Currently the safe web interface allows sending out custom transactions for contract interaction. It allows filling up the destination, value and callcode, but it does n…
-
## Solution
Run contract calls with an explicit `gasLimit`
```javascript
async () {
await contract.functionWithDelegateCall(
args,
{ gasLimit: 4000000 }
)
}()
```
…
-
There are no operations of opcodes: "EXTCODECOPY" "CREATE" "DELEGATECALL".
-
### Version of Hardhat
2.13
### What happened?
## Delegatecall in Hardhat network
This issue pertains to the local network offered by Hardhat and specifically addresses the behavior of a functi…
m4k2 updated
11 months ago
-
### Lines of code
--------------
[120](https://github.com/Tapioca-DAO/tapiocaz-audit/blob/bcf61f79464cfdc0484aa272f9f6e28d5de36a8f/contracts/TapiocaWrapper.sol#L120-L123), [141](https://github.com/T…
-
### Lines of code
--------------
[120](https://github.com/Tapioca-DAO/tapiocaz-audit/blob/bcf61f79464cfdc0484aa272f9f6e28d5de36a8f/contracts/TapiocaWrapper.sol#L120-L123), [141](https://github.com/T…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (8d8bc28 2022-09-26T17:49:28.998299391…
-
# Lines of code
https://github.com/code-423n4/2023-01-popcorn/blob/d95fc31449c260901811196d617366d6352258cd/src/vault/adapter/abstracts/AdapterBase.sol#L433-L450
# Vulnerability details
## Impact
…
-
### Component
Anvil
### Describe the feature you would like
Make common mistakes easy to spot:
* `eth_call`ing empty contract
* sending tx (with calldata) to empty contract
* delegate cal…
-
### Component
forge-std
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (4b720c2 2022-07-28T00:…