Yes, sorry this is more likely my explanation rather than being correct😆
What is the purpose of using IDEX in this constructor(Yes it imports the IDEXFactory interface in the contract) if the only LP and pair created is in a Uniswap pool?
Also I know it references the IDEXfactory/router because that is what was imported, but my question is WHY IDEX? Why not Uniswap ?
Aug 19, 2023, 2:51 PM
Specifically for simplicity with taxes?
sawry, am tard
How does one become UN-retarded?
Any Solidity essentials for a smooth brain?
Aug 19, 2023, 2:56 PM
study small part > do lot of pratice on those
my way to understand how erc20 works was to re-write it from scratch like 3 times in a row
same for NFTs, but i instantly loved erc1155 instead of 721
Aug 19, 2023, 2:57 PM
Yeah this is kind of what I've been doing through guide with contract libraries and github copilot
Aug 19, 2023, 2:58 PM
they're pretty versatile compared to 721s
Aug 19, 2023, 2:58 PM
Funnily enough I have the exact same feeling
After reading through ERC1155 on Cryptomarketpool
Aug 19, 2023, 2:59 PM
copilot is a... copilot.
Use it as it is 😂
Use it as it is 😂
Aug 19, 2023, 2:59 PM
Way more
I do hehe. More as a confirmation of what I explain to it(is this right - explain concept)
Aug 19, 2023, 2:59 PM
yup, even if they cost way more in gas.
Not all projects can use erc1155, it's usually a waste
Not all projects can use erc1155, it's usually a waste
Aug 19, 2023, 2:59 PM
pretty useful if you need the same nft contract to be used for a lot of things
Aug 19, 2023, 3:01 PM
isn't that the real purpose of an NFT? :P
pfp NFTs are all based on hype, with likely no use after buying it
with ERC1155 you can make set of fungible, semi-fungible and non-fungible tokens, all under one contract
Aug 19, 2023, 3:02 PM
yeah also limited to usecases
that's why they're > 721🌛🙈
Aug 19, 2023, 3:03 PM
i'm so happy my only mainnet erc1155 is upgradeable, so i can delete asap this shit
Aug 19, 2023, 3:03 PM
Is it a fair assessment to say they are kind of like a object in contract form?
Aug 19, 2023, 3:04 PM
the "object" is the contract itself.
All depends on how you handle the single NFT with functions/storage
All depends on how you handle the single NFT with functions/storage
Aug 19, 2023, 3:05 PM
is it overkill to have an erc1155 represent an individual asset with many components?
Aug 19, 2023, 3:06 PM
this one is mintable via signature & can be a consumable, based on the usageId, the off-chain script will do different actions based on the single NFT
Aug 19, 2023, 3:06 PM
Sorry for all the tard questions
Aug 19, 2023, 3:06 PM
no, but that's an advanced thing
each layer of complexity you add in a contract add so much time to consume for tests
usually you start very simple with raw base logic and then add all the functionality
Aug 19, 2023, 3:08 PM
Yeah I think I need to take more baby steps😅
Thank you for your time and explanations
Aug 19, 2023, 3:20 PM
I still need to understand ERC1155 tbh 😅
Aug 19, 2023, 8:11 PM
Means you still need informations about it
Ask or go try :P
Aug 19, 2023, 8:36 PM
I know it's basics
Will do ser
Aug 19, 2023, 8:44 PM