-
## Description
When the same path is specified under `urls` of multiple contracts in Standard JSON input, we get an ICE in the import callback.
## Environment
- Compiler version: 0.8.27
##…
-
Contract validation error: Account with address '91923993c4dc3e089bbb1fc9d4a5a765a479b68f' hasn't any code. Please ensure blockchain is fully synced.
-
When developing smart contracts in Solidity, it is a common convention to write event names in CapWord style (also known as PascalCase), such as BeforeTransfer, AfterTransfer, etc., as per Solidity do…
-
Honestly, this error is not very descriptive, so I'm not sure what exactly this error is about. These are all Vyper contracts with `# @version ^0.4.0`
```
| 'forge' returned non-zero exit code 1…
-
https://github.com/shazow/whatsabi can be used to find contract function selectors from the Solidity contract bytecode.
https://www.4byte.directory/ or https://sig.eth.samczsun.com/ API can be used …
-
Hello, I am brand new to Github so I don't know if this message is forwarded to you, and its not so much an issue other than I want to pay you to make me a contract. If you feel like you have the time…
-
[export-0x42c8fcbc73d625f1d258a32915b6a573095de93d_withnotes.csv](https://github.com/user-attachments/files/17966353/export-0x42c8fcbc73d625f1d258a32915b6a573095de93d_withnotes.csv)
-
Hello everyone, I encountered a problem where the deployment contract verification failed.
For example, the second BaseRegistrarImplementation contract needs to use the address of the first ENSRegist…
-
Follow up of https://github.com/ringecosystem/xaccount-ui/issues/22
Previous grant work: https://github.com/ringecosystem/collaboration/blob/master/grant/projects/xAccount.md
We are looking for …
-
it would be great to add support for diffing Solidity.
For this we can use the existing support from solidity compiler solc
solc --ast-compact-json contract.sol
Flag `--ast-compact-json` …