-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0xc9744d2c5939517f8898f82f71d405f530cb3b42aecadba999ceb9ff71671507
**Severity:** medium
**Description:**
**Descriptio…
-
## Description
Yul compiler throws an illegible exception during development:
```
YulException: Cannot swap Slot TMP[eq, 0] with Slot RET[fun_assertEq_459]: too deep in the stack by 1 slots in …
-
ETH recently introduced the REVERT opcode to allow for a transaction failure that does not consume all gas. As a side-effect they've had the `status` element of a transaction receipt start actually re…
-
I am working on converting my contract.sol to contract.java by using web3j. Web3j has been installed by using
`curl -L get.web3j.io | sh` and web3j --version shows
```
Version: 1.4.1
Build tim…
-
- https://remix.run/docs/en/v1/guides/data-loading
- https://remix.run/docs/en/v1/guides/data-writes
-
## Description
Callisto Team is looking for smart-contract security auditors. Security auditors should check smart contracts for errors and publish reports. Smart-contract security auditors are pai…
-
## Description
I would have expected my code to compile, but I got "too deep in the stack" error. This is because I'm using viaIR: true (as I handle many variables)
I looked around and found t…
-
What if we need to do local development how would we set that up in our computers? And what IDEs or text editors are preferred for local solidity development.
-
你好,看起来这段 Solidity 代码可能无法在 FISCO BCOS 3.1.0 和 WeBASE 3.0.1 环境中执行。
**Issue 描述**
- 在调用一个智能合约方法时,使用 Solidity 0.8.11 编译的合约在 FISCO BCOS 3.1.0 和 WeBASE 3.0.1 环境中发送交易失败。
- 在Remix同样版本的Solidity 0.8.11编译下…
-
Hi I am getting Internal JSON-RPC error trying to publish a smart contract on mainnet but VM-London is fine?
any ideas on whats happening?
was working the other day, same contract code
I am thinkin…