-
Use case: Develop locally smart contracts which interact with contracts in mainnet (e.q DEX).
For example I need DEX Root, DexPair, TIP3 Root and my wallet states etc from mainnet to interact with D…
-
![Image](https://github.com/w3b3d3v/team-content-PT/assets/98783850/95ea5610-15a4-42e7-b946-681318d68a47)
1 REELS com a programação + como participar
Direcional Legenda -> ajustar no tom de vo…
-
**Task description**
Currently, the CIS-2 library includes types and helper functions for both (CIS-2 and CIS-0). Since some contracts implement only CIS-0, it would be beneficial to have a better …
DOBEN updated
2 months ago
-
# Handle
defsec
# Vulnerability details
## Impact
Using newer compiler versions and the optimizer gives gas optimizations
and additional safety checks are available for free.
The advantages of v…
-
## Does not validate the input fee parameter
Some fee parameters of functions are not checked for invalid values. Validate the parameters:
### Code instance:
GeneralVault.…
-
# Lines of code
https://github.com/code-423n4/2024-04-lavarage/blob/9e8295b542fb71b2ba9b4693e25619585266d19e/libs/smart-contracts/programs/lavarage/src/state/position.rs#L3-L31
https://github.com/cod…
-
## Pitch it!
we still finding some ideas. but if u have cool ideas just let us know and we can discuss it.
## Team
we already have 4 member, all of member have 3+ years professional experienc…
-
Create an ERC721 Access Control NFT using the Solbase smart contract library.
Required Functionality:
- Ownable
- Unlimited Mints
- Fixed price to mint i.e. 10 USDC
- Single Image for all NFTs …
-
## Summary:
Despite significant advancements in blockchain technology, native support for scheduling and executing functions at specific time intervals, including both one-time and repeating events, …
-
> ℹ️ NOTE 2022-11-07:
>
> This is a classical issue which I wrote with my contracts hat on. However, it is not specific to contracts.
At the moment, a runtime call modifies storage eagerly. I.e. …