-
Checklist:
- [x] market.curiostorage.com rate endpoint
- [x] solidity contract with tests
- [x] Go-Solidity Signature verification testing
- [x] Premium-ID generation
- [x] upload contract to c…
-
# Lines of code
https://github.com/code-423n4/2024-08-superposition/blob/4528c9d2dbe1550d2660dac903a8246076044905/pkg/sol/OwnershipNFTs.sol#L13
# Vulnerability details
## Bug Description
The cont…
-
When I issue `pnpm build` in `packages/contract`, and I have a syntax error, I often get something I can't understand, such as
```
qbzzt1@penguin:~/zk/packages/contracts$ pnpm build
> contract…
qbzzt updated
2 months ago
-
- 2.x文档内关于使用Java SDK压力测试部分,在按照文档内容下载Java SDK Demo后,第四步执行示例压力测试程序,需要手动新建solidity目录,将/root/fisco/java-sdk-demo/src/main/java/org/fisco/bcos/sdk/demo/contract/sol下的合约拷贝到/root/fisco/java-sdk-demo/dist/con…
-
File: CarPooling.sol
Focusing on key improvements to enhance the gas efficiency and clarity of the smart contract:
1. Using require Instead of if for Reverts:
Instead of using if statements…
-
**Github username:** @0xmahdirostami
**Twitter username:** 0xmahdirostami
**Submission hash (on-chain):** 0x4a7a612fd62ef9364c23b61b1f39f0277f2ed86f38f288f403cc2da0f79386c3
**Severity:** high
**Desc…
-
(Note: initial draft from Cat, not James)
think this would be an awesome resource
1. solidity-by-example dao contract -> private voting in aztec.nr
2. Patrick Collins smart contract
@catmcg…
jzaki updated
4 weeks ago
-
# Aptos Documentation Issue
@pr-aptos had the excellent suggestion to create a Solidity to Move migration guide. I do see some guidance online, but not much:
https://www.blockchain-council.org/blo…
-
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…
-
#### Problem to Solve
Staking.sol's `createValidator(bytes calldata pubkey)` function has been replaced with `createValidator(bytes32 x, bytes32 y, bytes calldata signature)`. The old function is sti…