what is wagmi? I published a contract for NFT and I thought I could put the royalties on opensea and not on the smart contract. now i'm not taking fee. how can i correct this problem?

Jan 16, 2023, 12:25 PM
wagmi kit for frontend wallet connect and also we are gonna make it jargon🐧🐧
Jan 16, 2023, 12:26 PM
I don't understand how it can help me
Jan 16, 2023, 12:26 PM
forgive me
I thought that messagge was from @Steffqing
at the moment i don't see a way to allow royalties for all marketplace
insteaf if you make your own you could
Jan 16, 2023, 12:31 PM
How can I prevent them from selling elsewhere?
Jan 16, 2023, 12:34 PM
you can't
you should edit the code to limit the transfer function
Jan 16, 2023, 12:35 PM
Ok clear! Thanks
Jan 16, 2023, 12:37 PM
Whitelist is the only way to "enforce" fees on specific marketplaces
If the contract is already deployed and you have no whitelist system, there's no way to enforce fees, you can just set them on openSea and hope/force your comm to trade on it
OpenSea did a custom system to enforce royalties... But all I saw in their repo is a complex way to implement whitelists...
Maybe it's me, but a whitelist system is a mapping + if
No need of 4 contracts
Jan 16, 2023, 2:49 PM
How does one actually set royalties directly on an NFT contract?
Jan 16, 2023, 3:11 PM
"if you wanna do something, there's probably an EIP for that"
Jan 16, 2023, 3:15 PM
Hehehe. Please share
Jan 16, 2023, 3:15 PM
But on royalties, the marketplace should respect the standard, and it's up to the developer
So it's kinda "meh"
It's a "let's hope they do"
https://eips.ethereum.org/EIPS/eip-2981
https://github.com/ProjectOpenSea/operator-filter-registry
i have a launch in feb of an NFT collection, my 1st on mainnet, i'll apply a whitelist (on contracts only) to enforce royalties, seems it's the best solution
this is overcomplicated imho
Jan 16, 2023, 3:17 PM
more code is always better
Jan 16, 2023, 3:41 PM
mhm not with immutable contracts
keep them simple stupid so they always work and there are no exploits
Jan 16, 2023, 3:42 PM
your sarcasm detector is off today
Jan 16, 2023, 3:42 PM
πŸ˜‚πŸ˜‚
yeah i'm kinda pissed off for scammers raising 25m
Jan 16, 2023, 3:43 PM
What? Where
Opensea wont respect royalties unless you use their on chain enforcement
Jan 16, 2023, 3:44 PM
they can enforce the fees if you use their royalty registry, but you can still apply them manually, no? :o
Jan 16, 2023, 3:47 PM
Theyre just trying to get rid of the competition
shame on them
Jan 16, 2023, 3:49 PM
rip for my simple whitelist, i guess 😦
Jan 16, 2023, 3:51 PM
Try turning off takeFee and then swap, basically start removing all the excess functions until you reach the one thats causing the issue
Jan 16, 2023, 4:37 PM

Β© 2024 Draquery.com All rights reserved.