You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow explorers such as Etherscan to show that these items exist.
There's no need to implement a tokenURI, as that would introduce edge cases. But, a general one could be made, or maybe a general one per list.
Probably, it would need to implement ERC-721 Enumerable, along with other stuff.
Since Stake Curate takes place in a rollup, the extra gas overhead may not be significant, as long as the EIP-721 doesn't leak into creating more calldata for the transactions.
The L2 gas will increase a lot, as now it would need to keep track of extra information such as how many items are owned per user.
The transfer functions will probably need to be reverted, as owning items is a liability.
The text was updated successfully, but these errors were encountered:
This would allow explorers such as Etherscan to show that these items exist.
There's no need to implement a
tokenURI
, as that would introduce edge cases. But, a general one could be made, or maybe a general one per list.Probably, it would need to implement ERC-721 Enumerable, along with other stuff.
Since Stake Curate takes place in a rollup, the extra gas overhead may not be significant, as long as the EIP-721 doesn't leak into creating more calldata for the transactions.
The L2 gas will increase a lot, as now it would need to keep track of extra information such as how many items are owned per user.
The transfer functions will probably need to be reverted, as owning items is a liability.
The text was updated successfully, but these errors were encountered: