@shvandrew The ultimate goal of human existence could be to preserve our race. We could create AI-animated robots that seek to create more robots and defend themselves from humans, ultimately leading to our own destruction.
Hello world!
Meet Diffuse Finance, an #Arbitrum#DEX using PylonSwap, a protocol combining spot concentrated liquidity with perpetual #derivatives and enabling up to 40x more efficient swaps.
To learn more dive in the article: https://t.co/pY6065NnT4
Highlights in the thread👇
1/ 🔵 We’re excited to announce @BuildOnBase.
Base is an Ethereum L2 that offers a secure, low-cost, developer-friendly way for anyone, anywhere, to build decentralized apps.
Our goal with Base is to make onchain the next online and onboard 1B+ users into the cryptoeconomy.
1. Re-entrancy attacks: This is when a malicious contract repeatedly calls back into a target contract before the target contract has completed its previous execution. This can allow the attacker to execute unauthorized transactions or steal funds.
After struggling with the 'Stack too deep error' multiple times, I've come to the conclusion that the best approach to avoiding it is by utilizing arrays and structs in your code.
Want to know how we kept smart contract size low at @Zircon_Finance ?
1. Using external contract libraries to reduce redundancy
2. Calling external function inside a wrapper function
3. Using functions instead of modifiers