#soliditychallenge search results
Learning #Solidity There are 4 visibility specifiers present in solidity - 1. public 2. private 3. internal 4. external 100 Days #SolidityChallenge A Thread ๐งต
Learning #Solidity Which one will cost less gas? 1. struct A 2. struct B @FoundersLab_ 100 Days #SolidityChallenge
Learning #Solidity Every language has a hashtable like JSON in Javascript, Dictionary in Python, etc. Solidity is also having a hashtable which is known as "Mappings" 100 Days #SolidityChallenge A Thread ๐งต
Learning #Solidity There are many global variables available to all the functions in Solidity. One of the most common global variable is "msg.sender". It returns the address of the person who called the function. ๐ 100 Days #SolidityChallenge
Learning #Solidity Solidity allows us to return multiple variables. We can also use de-structuring and pick which values we're interested in๐ Pretty useful while calling a function which returns 20+ variables and we are only interested in one.๐ 100 Days #SolidityChallenge
Learning #Solidity Solidity doesn't have any native string comparison. In #javascript, we can simply do "test" === "test" but in Solidity, we can only compare the hash of two strings with the help of "keccak256.hash()" function. 100 Days #SolidityChallenge
Decided to share an update on my journey through the 150-day Solidity Challenge! ๐ Just completed crafting my first Raffle contract. Currently in the process of developing deploy and helper config contracts on Foundry to test it. #SolidityChallenge #Blockchain
๐ Today I learnt about Smart Contracts โ the backbone of Web3! This is Day 1 of my #SolidityChallenge where Iโll be sharing everything I learn about Solidity, from the basics to building real dApps Letโs grow together in this Web3 journey! ๐ป๐ #BuildInPublic #Web3 #Ethereum
๐จ#SolidityChallenge!๐จ Spot the vulnerability in this #Ethereum smart contract code. Hint: It involves a 'mistaken' token transfer. Share your thoughts below, and let's see who catches it first! ๐๐
Day 27 of my 30days solidity challenge ๐จโ๐ป Today I just took lot of time to recap my "foundry-fund-me"๐ Was bit surprised that did i write this whole coding stuff ๐ . But just glad to continue doing it ๐ #web3 #soliditychallenge
Day 58 of my 60 days solidity challenge ๐ This day covers the process of creating a function to deposit collateral in defi.Then exploring intricacies in defi and focusing on its role, functionality and integration #Web3 #web3Challenge #Soliditychallenge #Defi #60DaysChallenge
Day 2 #SolidityChallenge Today I explored Ethereum Accounts & Gas Fees โฝ I learnt how every interaction with a smart contract costs gas and why optimization matters for efficient dApp development Excited to dive deeper tomorrow๐ฅ #BuildInPublic #Solidity #Ethereum #Web3
Can you spot the mistakes in this smart contract? ๐ค ๐งTest your Solidity skills and identify the errors!๐ Reply with your findings and let's discuss๐ Remember, it's all for educational purposes!๐ก #SmartContracts #BlockchainEducation #SolidityChallenge #SecureDApp
Can you guess the output of this Solidity function? ๐ Drop your answer in the comments! ๐ง #SolidityChallenge #Ethereum
๐ Solidity Challenge Time! ๐ Think you can spot the issue in this Solidity code? ๐ค The code aims to move data from one storage slot to another. Can you identify and fix the problem? #SolidityChallenge #DePIN #Education #Blockchain #Web3 #Solidity #Workshop #Moonchain
๐ Solidity Challenge Zeit! ๐ Glaubst du, du kannst das Problem in diesem Solidity-Code finden? ๐ค Der Code soll Daten von einem Speicherslot zu einem anderen verschieben. Kannst du das Problem identifizieren und beheben? #SolidityChallenge #DePIN #Education #Blockchain #Web3
๐ Solidity Challenge: Uncover the Mystery ๐ต๏ธโโ๏ธ Do you know what this Solidity feature is? โ๏ธYour Task: Examine the code below and identify the hidden Solidity feature. Share your findings using #SolidityChallenge #BlockchainDev hashtags! Hint: It's often used for gasโฆ
Solidity Assembly Challenge! ๐ Can you spot the issue in the assembly block below? ๐ต๏ธโโ๏ธ Your task: identify and fix it for correct functionality. Share your corrected version and enlighten us on the nuances of Solidity assembly! ๐ ๏ธ๐ก #SolidityChallenge #AssemblyFixerUpperโฆ
๐ Iโm starting my #SolidityChallenge today! Iโll be sharing everything I learn about Solidity & smart contracts from zero to building real dApps. Follow along, letโs grow together in Web3! ๐ป๐ #BuildInPublic #Web3 #Ethereum
Can you guess what values it will return after running the 4 test functions at index values of 0,1,2 and 3 respectively. Assume that the setNum was called 4 times with input parameter of 20,30,40 and 50 respectively. #SolidityChallenge #Solidity #Web3
Day 2 #SolidityChallenge Today I explored Ethereum Accounts & Gas Fees โฝ I learnt how every interaction with a smart contract costs gas and why optimization matters for efficient dApp development Excited to dive deeper tomorrow๐ฅ #BuildInPublic #Solidity #Ethereum #Web3
๐ Today I learnt about Smart Contracts โ the backbone of Web3! This is Day 1 of my #SolidityChallenge where Iโll be sharing everything I learn about Solidity, from the basics to building real dApps Letโs grow together in this Web3 journey! ๐ป๐ #BuildInPublic #Web3 #Ethereum
๐ Iโm starting my #SolidityChallenge today! Iโll be sharing everything I learn about Solidity & smart contracts from zero to building real dApps. Follow along, letโs grow together in Web3! ๐ป๐ #BuildInPublic #Web3 #Ethereum
Day 58 of my 60 days solidity challenge ๐ This day covers the process of creating a function to deposit collateral in defi.Then exploring intricacies in defi and focusing on its role, functionality and integration #Web3 #web3Challenge #Soliditychallenge #Defi #60DaysChallenge
๐จ Solidity One-Word Challenge! Filling in the blank with one word so that the function can receive Ether: pragma solidity ^0.8.0; contract SimpleChallenge { function deposit() public ______ { } } Reply with your answer in one word below! #SolidityChallenge
Day 27 of my 30days solidity challenge ๐จโ๐ป Today I just took lot of time to recap my "foundry-fund-me"๐ Was bit surprised that did i write this whole coding stuff ๐ . But just glad to continue doing it ๐ #web3 #soliditychallenge
Can you guess the output of this Solidity function? ๐ Drop your answer in the comments! ๐ง #SolidityChallenge #Ethereum
๐ Solidity Challenge Time! ๐ Think you can spot the issue in this Solidity code? ๐ค The code aims to move data from one storage slot to another. Can you identify and fix the problem? #SolidityChallenge #DePIN #Education #Blockchain #Web3 #Solidity #Workshop #Moonchain
๐ Solidity Challenge Zeit! ๐ Glaubst du, du kannst das Problem in diesem Solidity-Code finden? ๐ค Der Code soll Daten von einem Speicherslot zu einem anderen verschieben. Kannst du das Problem identifizieren und beheben? #SolidityChallenge #DePIN #Education #Blockchain #Web3
๐ Solidity Time Capsule!๐ฎ Challenge: Build a smart contract ๐ that locks in ETH ๐ฐ & predictions ๐ง for a major event. Twist: After the event, correct guesses get their ETH back, minus a fee. Can you code & predict the future? ๐งโ๐ปโจ #SolidityChallenge
๐ Solidity Challenge: Master Multi-Level Access Control! โ๏ธ Task: In 'AccessControlChallenge': - Create roles (admin, manager, staff). - Admins manage roles. - Managers can withdraw funds. - Staff can deposit funds. Bonus: Optimize code for efficiency. #SolidityChallengeโฆ
Solidity Assembly Challenge! ๐ Can you spot the issue in the assembly block below? ๐ต๏ธโโ๏ธ Your task: identify and fix it for correct functionality. Share your corrected version and enlighten us on the nuances of Solidity assembly! ๐ ๏ธ๐ก #SolidityChallenge #AssemblyFixerUpperโฆ
๐ Dive into our ERC-20 TokenLibrary challenge! ๐ Mint and transfer tokens using the TokenContract. How does our library simplify token operations? Share your thoughts and code interpretations! ๐ฌ๐ค #SolidityChallenge #SmartContracts #BlockchainDev
๐ Solidity Challenge: Spot the Implicit Conversion Bug! ๐ง Which line in the code below contains an INVALID implicit conversion in Solidity? ๐ค Share your answers! Let's unravel the Solidity mysteries together. ๐ป๐ #SolidityChallenge #BlockchainDev #SmartContracts
๐ Solidity Challenge: Uncover the Mystery ๐ต๏ธโโ๏ธ Do you know what this Solidity feature is? โ๏ธYour Task: Examine the code below and identify the hidden Solidity feature. Share your findings using #SolidityChallenge #BlockchainDev hashtags! Hint: It's often used for gasโฆ
๐ Solidity Challenge ๐ต๏ธโโ๏ธ Can you spot when this #Solidity function might revert? Check out the DateTimeChallenge library! ๐ โจ Give it a go and share your insights using #SolidityChallenge #BlockchainDev Happy coding! ๐๐ #SmartContracts #Ethereum
Acknowledging the sharp eyes of the challenge : @ImBansalShubham @Web3_Cryptic @Alexo99999 Well done! ๐ Thanks for spotting the details in our #SolidityChallenge
Can you spot the mistakes in this smart contract? ๐ค ๐งTest your Solidity skills and identify the errors!๐ Reply with your findings and let's discuss๐ Remember, it's all for educational purposes!๐ก #SmartContracts #BlockchainEducation #SolidityChallenge #SecureDApp
๐จ#SolidityChallenge!๐จ Spot the vulnerability in this #Ethereum smart contract code. Hint: It involves a 'mistaken' token transfer. Share your thoughts below, and let's see who catches it first! ๐๐
Decided to share an update on my journey through the 150-day Solidity Challenge! ๐ Just completed crafting my first Raffle contract. Currently in the process of developing deploy and helper config contracts on Foundry to test it. #SolidityChallenge #Blockchain
๐ Solidity Challenge Zeit! ๐ Glaubst du, du kannst das Problem in diesem Solidity-Code finden? ๐ค Der Code soll Daten von einem Speicherslot zu einem anderen verschieben. Kannst du das Problem identifizieren und beheben? #SolidityChallenge #DePIN #Education #Blockchain #Web3
๐ Solidity Challenge Time! ๐ Think you can spot the issue in this Solidity code? ๐ค The code aims to move data from one storage slot to another. Can you identify and fix the problem? #SolidityChallenge #DePIN #Education #Blockchain #Web3 #Solidity #Workshop #Moonchain
Learning #Solidity There are 4 visibility specifiers present in solidity - 1. public 2. private 3. internal 4. external 100 Days #SolidityChallenge A Thread ๐งต
Learning #Solidity Every language has a hashtable like JSON in Javascript, Dictionary in Python, etc. Solidity is also having a hashtable which is known as "Mappings" 100 Days #SolidityChallenge A Thread ๐งต
Learning #Solidity Which one will cost less gas? 1. struct A 2. struct B @FoundersLab_ 100 Days #SolidityChallenge
Learning #Solidity There are many global variables available to all the functions in Solidity. One of the most common global variable is "msg.sender". It returns the address of the person who called the function. ๐ 100 Days #SolidityChallenge
Can you spot the mistakes in this smart contract? ๐ค ๐งTest your Solidity skills and identify the errors!๐ Reply with your findings and let's discuss๐ Remember, it's all for educational purposes!๐ก #SmartContracts #BlockchainEducation #SolidityChallenge #SecureDApp
Day 58 of my 60 days solidity challenge ๐ This day covers the process of creating a function to deposit collateral in defi.Then exploring intricacies in defi and focusing on its role, functionality and integration #Web3 #web3Challenge #Soliditychallenge #Defi #60DaysChallenge
Day 27 of my 30days solidity challenge ๐จโ๐ป Today I just took lot of time to recap my "foundry-fund-me"๐ Was bit surprised that did i write this whole coding stuff ๐ . But just glad to continue doing it ๐ #web3 #soliditychallenge
Learning #Solidity Solidity doesn't have any native string comparison. In #javascript, we can simply do "test" === "test" but in Solidity, we can only compare the hash of two strings with the help of "keccak256.hash()" function. 100 Days #SolidityChallenge
๐จ#SolidityChallenge!๐จ Spot the vulnerability in this #Ethereum smart contract code. Hint: It involves a 'mistaken' token transfer. Share your thoughts below, and let's see who catches it first! ๐๐
Learning #Solidity Solidity allows us to return multiple variables. We can also use de-structuring and pick which values we're interested in๐ Pretty useful while calling a function which returns 20+ variables and we are only interested in one.๐ 100 Days #SolidityChallenge
Can you guess the output of this Solidity function? ๐ Drop your answer in the comments! ๐ง #SolidityChallenge #Ethereum
Can you guess what values it will return after running the 4 test functions at index values of 0,1,2 and 3 respectively. Assume that the setNum was called 4 times with input parameter of 20,30,40 and 50 respectively. #SolidityChallenge #Solidity #Web3
๐ Solidity Challenge: Uncover the Mystery ๐ต๏ธโโ๏ธ Do you know what this Solidity feature is? โ๏ธYour Task: Examine the code below and identify the hidden Solidity feature. Share your findings using #SolidityChallenge #BlockchainDev hashtags! Hint: It's often used for gasโฆ
๐ Solidity Challenge ๐ต๏ธโโ๏ธ Can you spot when this #Solidity function might revert? Check out the DateTimeChallenge library! ๐ โจ Give it a go and share your insights using #SolidityChallenge #BlockchainDev Happy coding! ๐๐ #SmartContracts #Ethereum
๐ Solidity Challenge: Spot the Implicit Conversion Bug! ๐ง Which line in the code below contains an INVALID implicit conversion in Solidity? ๐ค Share your answers! Let's unravel the Solidity mysteries together. ๐ป๐ #SolidityChallenge #BlockchainDev #SmartContracts
๐ Dive into our ERC-20 TokenLibrary challenge! ๐ Mint and transfer tokens using the TokenContract. How does our library simplify token operations? Share your thoughts and code interpretations! ๐ฌ๐ค #SolidityChallenge #SmartContracts #BlockchainDev
Solidity Assembly Challenge! ๐ Can you spot the issue in the assembly block below? ๐ต๏ธโโ๏ธ Your task: identify and fix it for correct functionality. Share your corrected version and enlighten us on the nuances of Solidity assembly! ๐ ๏ธ๐ก #SolidityChallenge #AssemblyFixerUpperโฆ
Something went wrong.
Something went wrong.
United States Trends
- 1. Packers 95.1K posts
- 2. Eagles 124K posts
- 3. Jordan Love 14.6K posts
- 4. #WWERaw 124K posts
- 5. LaFleur 13.8K posts
- 6. $MONTA 1,276 posts
- 7. AJ Brown 6,684 posts
- 8. Patullo 12.1K posts
- 9. Jalen 23.6K posts
- 10. Sirianni 4,856 posts
- 11. Smitty 5,421 posts
- 12. McManus 4,158 posts
- 13. #GoPackGo 7,812 posts
- 14. Grayson Allen 3,280 posts
- 15. Cavs 10.8K posts
- 16. Benรญtez 7,633 posts
- 17. #MondayNightFootball 1,921 posts
- 18. Devonta Smith 6,150 posts
- 19. Josh Jacobs 2,886 posts
- 20. Pistons 14.7K posts