KS note
رفتن به کانال در Telegram
410
مشترکین
+124 ساعت
+107 روز
+8330 روز
آرشیو پست ها
410
+1
🔎 How can we make sure that a function exists in our contract
BYTECODE=$(cast code $1)
FUNCTION_SIG=$(cast sig "$2")
if [[ $BYTECODE == *"${FUNCTION_SIG:2}"* ]]; then
echo "[+] Function exists [+]"
else
echo "[-] Function does not exist [-]"
fi410
Official links
Classic version: https://tornado.ws
IPFS: https://tornadocash-eth.ipns.dweb.link ( linked from tornadocash.eth record )
Docs: https://docs.tornado.ws ( https://docs-tornadocash-eth.ipns.dweb.link )
Nova: https://nova.tornado.ws ( https://nova-tornadocash-eth.ipns.dweb.link )
Git: https://git.tornado.ws ( https://app.ens.domains/sources.tornadocash.eth?tab=subnames )
CN: @tornadocashcn RU: @Tornado_Russian_Group KR: @TornadoKorea
( @ tornado, @ tornadocash, https:// x.com/ tornadodev, tornado. dev, tornadoeth. cash is a scam site which would steal your notes beware! )
410
+1
🪙 Simple ERC20 Token
🔗 OpenZeppelin's Github
🔗 OpenZeppelin's Docs
🔗 Ethereum's EIPs
🔗 OpenZeppelin's Wizard
410
Repost from Immunefi
Introducing Immunefi Profiles V1 for the world’s most elite security researchers.🏅
Immunefi Profiles showcase your hard-earned, legendary achievements and badges. 💪
To create your own, log in to the Immunefi Dashboard (https://bugs.immunefi.com)
Profiles can be accessed at the following link structure: https://immunefi.com/profile/lonelysloth/
They are currently available to ANY whitehat with one or more paid reports.
410
we have contract A which the balance of contract is 10 ether and there is a function in it which call selfdestruct() and we pass an payable address to the function. but, there is no deployed contract on that address. what will be happen to the ethers ?
410
💻 How to calculate the Address of Contract using
WalletAddress and WalletNonce using ethers.js
when a contract is going to be deployed, the address of contract will be generated using 2 argument :
・ 1️⃣ address of deployer's wallet
・ 2️⃣ value of nonce variable
so, you can calculate the address of a contract which is going to be deployed and in other side, you can calculate & find when you can deploy a contract whose address is XXX.
🔗 docs of ethers.js
🔗 github repo of ethers.js410
🥷 The EEA - Latest editor's draft
🔗 https://entethalliance.github.io/eta-registry/security-levels-spec.html
410
🥷 Becoming a Security Researcher - Live on X
🔗 https://x.com/HatsFinance/status/1806284016254902592
