Vectorized

Results 90 comments of Vectorized

Looks like there may be a very niche use case for memory https://github.com/fx-portal/contracts/blob/baed24d22178201bca33140c303e0925661ec0ac/contracts/tunnel/FxBaseRootTunnel.sol But for their case, I think it's best if they have a custom implementation, which they did.

This is intentional. We want to cycle through all the token Ids. If you want to prevent rarity sniping, make a second baseURI update after all the IDs have been...

We might make it an option in the future to allow recycling token Ids, but we have other priorities.

I'll merge this first.

BT404 which is coming out soon has a built in locking functionality. Another way is to make a staking contract.

Rough idea: fill in all 10k bits in the `exists` bitmap. Then whenever a token is wrapped, we will directly mint on the exact ID. When it's burned in DN404,...

@abitofdots You gotta prefill all 10k bits in `exists` bitmap too. It will cost some gas on deploy, but your customers won't need to pay that much gas. Also, for...

@abitofdots Can you write some tests to ensure that only the original owner of the token can unwrap the token? Don't take my word for an approval of safety. I'm...

You'll need to prank with the `to`, and then call `setSkipNFT(false)`.

These stuff use some _extremely_ dangerous memory tricks tho. It’s like handling super sharp knifes.