Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
0:12 - Declaring an enum0:49 - State variables1:37 - Function output2:01 - Function input2:30 - Update3:02 - Delete
Thanks man! I was stuck at first but you helped me a lot today! Keep up the good work!👏💯
no such thing as allowx to expx or etc, ts just macx , nonerx, cepitxuax, exprx infix any nmw
enum was difficult to understand. After studying your code for 3 days, I suddenly get it. Thank you so much sir. :D
Enum expresses choice. Yes you can represent choice with other data like uint and strings, but enum makes the code more clear
It takes what it takes ;). You’re in good company.
Very Good example! Thanks!
great videos! many thanks.
Very clear !! Thank you!!🤓
Thanks a lot .
Got it! I hope to one day repay you in some ETH or the like.
All good but please don't set similar names for some stuffs because it just make some misconceptions
Hi @Smart Contract Programmer whenever i try to call the reset function gives me error tx reverted out of gas
This might be a bug with Remix
yeah I have the same error
Is there a way to change state values internally in contract with respect to time of contract creation? For example change state from a to b when block.timestamp += 30 days.
no such thing as allowx or etc or ex about it, say, can say infix any nmw and any s perfx
@@zes7215 tf you baffling about dude?🙄
You used a "_" before status in the set function, I saw that it was a way to do only for private functions. So what should I do ?
it's a coding practice in Solidity to avoid name conflict with state variables.I also like to prefix private / internal functions with underscore
@@smartcontractprogrammer good to know, thanks !Keep up the good work man ;)
Could someone please share with me what "Status public status" mean
"Status" is the enum and its accessbility is "PUBLIC" and its given the name "status"
where are u from originally u r accent seems little different?
Great video. Solidity enums are wack though
0:12 - Declaring an enum
0:49 - State variables
1:37 - Function output
2:01 - Function input
2:30 - Update
3:02 - Delete
Thanks man! I was stuck at first but you helped me a lot today! Keep up the good work!👏💯
no such thing as allowx to expx or etc, ts just macx , nonerx, cepitxuax, exprx infix any nmw
enum was difficult to understand. After studying your code for 3 days, I suddenly get it. Thank you so much sir. :D
Enum expresses choice. Yes you can represent choice with other data like uint and strings, but enum makes the code more clear
It takes what it takes ;). You’re in good company.
Very Good example! Thanks!
great videos! many thanks.
Very clear !! Thank you!!🤓
Thanks a lot .
Got it! I hope to one day repay you in some ETH or the like.
All good but please don't set similar names for some stuffs because it just make some misconceptions
Hi @Smart Contract Programmer whenever i try to call the reset function gives me error tx reverted out of gas
This might be a bug with Remix
yeah I have the same error
Is there a way to change state values internally in contract with respect to time of contract creation? For example change state from a to b when block.timestamp += 30 days.
no such thing as allowx or etc or ex about it, say, can say infix any nmw and any s perfx
@@zes7215 tf you baffling about dude?🙄
You used a "_" before status in the set function, I saw that it was a way to do only for private functions. So what should I do ?
it's a coding practice in Solidity to avoid name conflict with state variables.
I also like to prefix private / internal functions with underscore
@@smartcontractprogrammer good to know, thanks !
Keep up the good work man ;)
Could someone please share with me what "Status public status" mean
"Status" is the enum and its accessbility is "PUBLIC" and its given the name "status"
where are u from originally u r accent seems little different?
Great video. Solidity enums are wack though