mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

3K
active users

#solidity

1 post1 participant0 posts today
aibunny<p>I’m a <a href="https://mastodon.social/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a>, <a href="https://mastodon.social/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> and <a href="https://mastodon.social/tags/solidity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>solidity</span></a> developer. I want to be part of projects solving real world problems. 📥</p>
Jobs for Developers<p>Binance is hiring Smart Contract Security Engineer</p><p>🔧 <a href="https://mastodon.world/tags/golang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>golang</span></a> <a href="https://mastodon.world/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://mastodon.world/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://mastodon.world/tags/solidity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>solidity</span></a> <a href="https://mastodon.world/tags/blockchain" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blockchain</span></a> <a href="https://mastodon.world/tags/defi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>defi</span></a> <a href="https://mastodon.world/tags/web3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>web3</span></a> <a href="https://mastodon.world/tags/securityengineer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>securityengineer</span></a><br>🌎 Remote; Singapore<br>⏰ Full-time<br>🏢 Binance</p><p>Job details <a href="https://jobsfordevelopers.com/jobs/smart-contract-security-engineer-at-binance-apr-17-2024-c6fd42?utm_source=mastodon.world&amp;utm_medium=social&amp;utm_campaign=posting" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">jobsfordevelopers.com/jobs/sma</span><span class="invisible">rt-contract-security-engineer-at-binance-apr-17-2024-c6fd42?utm_source=mastodon.world&amp;utm_medium=social&amp;utm_campaign=posting</span></a><br><a href="https://mastodon.world/tags/jobalert" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jobalert</span></a> <a href="https://mastodon.world/tags/jobsearch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jobsearch</span></a> <a href="https://mastodon.world/tags/hiring" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hiring</span></a></p>

Announcing lintspec, a Solidity NatSpec linter.

beeb.li/blog/announcing-lintsp

Doc-comments (NatSpec) in Solidity are extremely important, because they are often the only source of documentation related to a smart contract.

Not happy with existing solutions, I decided to create my own, which ended up being 200x faster.

beeb.li · Announcing lintspecLintspec is a command-line utility (linter) that checks the completeness and validity of NatSpec doc-comments in Solidity code. It is focused on speed and ergonomics and aims to improve the user experience over existing solutions.
¡El Lado Oscuro del Bull Market: Scammers en Acción!

Este fin de semana, me he entretenido buscando información sobre bots que interactúan con los pools. Rastreando por el magnífico mundo de youtube, me encontré con uno que ofrecía un bot totalmente gratis,
que te enseñaba paso a paso (muy bien explicado) como hacer funcionar el bot!

En el video explicaba como desplegar el smart contract que activa el bot, como usar
#remix y añadir fondos al smart contract. Pero algo me llamó la atención... Había como más de 1000 líneas de comentarios y entre esos comentarios, había una variable "escondida" la cual seteaba el valor del address a donde enviar los fondos.

Como se puede ver en la imagen, nos dan dos funciones, las cuales nos remarcan que son solo ejecutables por nosotros, ya que hemos desplegado el smart contract... Pero bueno, a lo que vamos, ambas funciones hacen los mismo... y su propósito es enviar el saldo que previamente se habían añadido al contrato a la wallet "_recipient".


Al revisar el el bsc-scan https://bscscan.com/address/0xb8e4c4ce4ce1b265b8a5ee5452dd7fee0e2ffd16
Se pueden comprobar que algunas transacciones le han llegado...

Así que... con mucho cuidado!!
Que ahora saldrán por debajo de las piedras todos los expertos
#cryptobros y
#scammers .

Aqui está el canal de youtube donde encontré esta perlita!
youtube: https://youtu.be/uxu3gTF3eTM?si=a3LzGZgFT7iGX941
código: https://pastebin.com/raw/9nJ40gpa

PD: hasta tiene canal de soporte en Telegram!

#web3,
#solidity,
#scam,
#ethersjs
#eth,
#bitcoin https://image.nostr.build/08aa8d3a95937ed075745ae231f08994ee1eeb3726d68c2beaf48680f63733f5.jpg

#Soldeer 0.4.0 has been released and merged into #foundry! I put a lot of effort into this release in an attempt to make the codebase more attractive to new contributors and to improve the usability in the hope to become the de facto package manager for #Solidity projects. Thanks to Mario, the owner of the project, for their trust!

Here's the changelog github.com/mario-eth/soldeer/r

GitHubRelease v0.4.0 · mario-eth/soldeerWhat's Changed refactor!: v0.4.0 main rewrite by @beeb in #150 docs(core): document auth and config modules by @beeb in #175 feat: format multiline remappings array by @beeb in #174 docs(core): ad...