#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 ๐Ÿงต

vaibhav1180's tweet image. 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

vaibhav1180's tweet image. 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 ๐Ÿงต

vaibhav1180's tweet image. 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

vaibhav1180's tweet image. 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

vaibhav1180's tweet image. 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

vaibhav1180's tweet image. 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

0xAlexHex's tweet image. 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! ๐Ÿ›๐Ÿ”

zokyo_io's tweet image. ๐Ÿšจ#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

NeeleshW3's tweet image. 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

NeeleshW3's tweet image. 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

Secure_DApp's tweet image. 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

shubhamku044's tweet image. 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

MajorDom_DePIN's tweet image. ๐Ÿš€ 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

MajorDom_DePIN's tweet image. ๐Ÿš€ 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โ€ฆ

anointingmlabs's tweet image. ๐Ÿš€ 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โ€ฆ

anointingmlabs's tweet image. 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

ElKu_crypto's tweet image. 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
ElKu_crypto's tweet image. 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

NeeleshW3's tweet image. 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

NeeleshW3's tweet image. 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

shubhamku044's tweet image. 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

MajorDom_DePIN's tweet image. ๐Ÿš€ 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

MajorDom_DePIN's tweet image. ๐Ÿš€ 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โ€ฆ

anointingmlabs's tweet image. 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

anointingmlabs's tweet image. ๐Ÿš€ 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

anointingmlabs's tweet image. ๐Ÿš€ 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โ€ฆ

anointingmlabs's tweet image. ๐Ÿš€ 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

anointingmlabs's tweet image. ๐Ÿš€ 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

Secure_DApp's tweet image. 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! ๐Ÿ›๐Ÿ”

zokyo_io's tweet image. ๐Ÿšจ#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! ๐Ÿ›๐Ÿ”

No results for "#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

0xAlexHex's tweet image. 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

MajorDom_DePIN's tweet image. ๐Ÿš€ 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

MajorDom_DePIN's tweet image. ๐Ÿš€ 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 ๐Ÿงต

vaibhav1180's tweet image. 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 ๐Ÿงต

vaibhav1180's tweet image. 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

vaibhav1180's tweet image. 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

vaibhav1180's tweet image. 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

Secure_DApp's tweet image. 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

NeeleshW3's tweet image. 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

NeeleshW3's tweet image. 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

vaibhav1180's tweet image. 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! ๐Ÿ›๐Ÿ”

zokyo_io's tweet image. ๐Ÿšจ#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

vaibhav1180's tweet image. 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

shubhamku044's tweet image. 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

ElKu_crypto's tweet image. 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
ElKu_crypto's tweet image. 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โ€ฆ

anointingmlabs's tweet image. ๐Ÿš€ 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

anointingmlabs's tweet image. ๐Ÿš€ 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

anointingmlabs's tweet image. ๐Ÿš€ 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

anointingmlabs's tweet image. ๐Ÿš€ 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โ€ฆ

anointingmlabs's tweet image. 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โ€ฆ

Loading...

Something went wrong.


Something went wrong.


United States Trends