-
# Lines of code
https://github.com/code-423n4/2024-08-superposition/blob/4528c9d2dbe1550d2660dac903a8246076044905/pkg/sol/OwnershipNFTs.sol#L13
# Vulnerability details
### Impact
NFTs cannot be i…
-
### Component
Forge
### Describe the feature you would like
The `solc` optimizer has historically been a source of bugs in smart contracts.
After a couple of years of stability, Solidity 0…
-
Can we have query to dump all state and decode it?
No I need to write some bash/jq/xxd/base64 script loop or smart queries:
```
wasmd query wasm contract-state all $CONTRACT $NODE --output "json"…
-
## Impact
[1] By default, function types and state variables/constants are internal, so the internal keyword can be omitted.
Affected code:
1. https://github.com/code-423n4/2022-05-sturdy/blob/main…
-
**Description:**
https://github.com/Arachnid/deterministic-deployment-proxy is one of the most *popular* EVM deployment tools for deploying smart contracts to a canonical address across all chains in …
-
### Increasing Access
Ensure that the p5.js Web Editor correctly interfaces with the deployed Starknet smart contracts.
### Feature request details
This involves validating that the contract funct…
-
Create:Let's start with the mission statement. Based on the name "Extraterrestrial Enterprises Crypto Banking Incorporated", I'll draft a possible mission statement:
"At Extraterrestrial Enterprise…
-
### Summary
Online browser IDE to allow creating, editing, deploying, and debugging FunC TON Smart Contracts.
### Context
Creating your first TON contract is a challenging endeavor and requi…
ilyjs updated
4 months ago
-
EVM traces record what happened during the execution of a transaction.
This execution data (e.g. calls between smart contracts) is not persistent in the blockchain.
Analysing the supply chain of sma…
-
Now that we have a nearly feature-complete EVM implementation, our next goal is to start executing increasingly more complex code. It should be possible to use Nimbus with some of the existing ethereu…