-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates #1
base: main
Are you sure you want to change the base?
Updates #1
Changes from all commits
720302b
89615a6
52307c2
47a5f13
df8092c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. burn_notification query_id:uint64 amount:(VarUInteger 16) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"image": "https://yt3.googleusercontent.com/YR8JivTsOQ4svnDFCdnIqYAPhwIeTRg8w0Sukv1orUYJoN2iZtaEprhWXcweMdrtcGGmptvSgQ=s176-c-k-c0x00ffffff-no-rj", | ||
"name": "NFT Lesson", | ||
"description": "Tact Lessons Collection", | ||
"social_links": ["https://www.youtube.com/@WikiMar", "https://t.me/tactlang", "https://github.com/nonam3e/tact-lessons"], | ||
"marketplace": "getgems.io" | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"image": "https://cdn4.telegram-cdn.org/file/ZQ5gNY5A7o9zcnhOto310pj0wpLPYPdAtXY0TIXVJiubeg1HJWC4QzV8YdoHRXv370eFdm-wzmL7_IGk9usg9NZ9Q_sNcDbyjTBNw9TbsjIF9Jn_BLHt2tXoBOJgVfrjdjPu-Zi4pFAD9dLSxroyMHsKpzJCSZSZqhf1InowbsLQEg1MvNiMBsrAGw51VBm8xJovLxQy-u0YRPOIukkMibIhfWaG4phItMwcTbe90i0BX9rHN-Q-JMbc3mDQN7mgXhuUlfyHEGyz3psh_Fzj7pNUyfauJHnuHVvVA2hESPnPkjeXPLE-kXhynkYUvCUmIrMmkA7RqMfzRQ9Fl9eIyw.jpg", | ||
"name": "Zero nft", | ||
"description": "Example", | ||
"attributes": [ | ||
{ | ||
"trait_type": "age", | ||
"value": "5" | ||
}, | ||
{ | ||
"trait_type": "lesson", | ||
"value": "6" | ||
} | ||
] | ||
} |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. mulDiv(self.price, mulDiv(service_numerator, hundred_percent, service_denominator), hundred_percent) = mulDiv(self.price, service_numerator, service_denominator) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
burn_notification query_id:uint64 amount:(VarUInteger 16)
sender:MsgAddress response_destination:MsgAddress
= InternalMsgBody;