-
**Github username:** --
**Twitter username:** 97Sabit
**Submission hash (on-chain):** 0x5e008be1db2275b2835725c00c3142f62b2beb76c3d9d168f7e93883961706ab
**Severity:** high
**Description:**
**Descrip…
-
Hi! Have been experiencing this issue since a couple days (this worked before). Hope anyone can help me with this.
Here is a live example of the error: [Sandbox](https://codesandbox.io/p/sandbox/zen-…
-
If you use create2 to create a contract address, is there a factory address here? I don't understand the meaning of the - a parameter? I tried to set - A as the factory address. The generated contract…
-
Hey Guys!
I had a few suggestions and need clarifications on few features by Miden Rollup
### View functionalities in miden smart contract
- I have explored several miden MASM contracts, But…
-
- [ ] Refactor and move `abi-typegen` into it
- [ ] Plug existent strategies with `abi/parser` public interface
- [ ] Prepare the foundation for multiple output format (Javascript)
-
# Handle
WatchPug
# Vulnerability details
https://github.com/code-423n4/2021-12-defiprotocol/blob/205d3766044171e325df6a8bf2e79b37856eece1/contracts/contracts/Factory.sol#L40-L42
```solidity=40
f…
-
Here is a sample artifacts hierarchy structure to reproduce the bug:
```
contracts/1/interfaces/IOne.sol/IOne.json
contracts/2/interfaces/ITwo.sol/ITwo.json
```
Running typechain on a single …
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x7a7d773b03b9201dd5513e49aa5ccd9cf6e74db85bb4f5938b73eeaf92a574cf
**Severity:** low
**Description:**
**Description**…
-
## Description
Currently, `ExocoreGatway` is deployed in an ordinary manner:
```solidity
ExocoreGateway exocoreGateway = new ExocoreGateway(endpoint)
```
And then the address of deployed con…
-
# Handle
saian
# Vulnerability details
## Impact
Contracts should be deployed with the same version of compilers with which it was tested,
Using a unlocked pragma might result in contract being …