open mints
11
collections with supply left
minted
315
of 456 total supply
cheapest mint
5.26 GIF
MOTORCADE
mint gas
0.0021 GIF
flat, regardless of frame count
quantitytotal 13.22 GIF
- frames — the palette and every frame are written into the object trie, not to a URI. There is no off-chain file to lose.
- traits — derived deterministically from the mint hash, so the same hash always produces the same object.
- ownership — a single leaf in the ownership index, updated in place on every transfer.
- root — the block carries the new object root. Once a second block builds on it, the mint is irreversible.
Mint cost is flat because storage is priced per object slot, not per byte. A 12-frame animation costs exactly what a single still frame costs.
$ gifd deploy \
--name "My Objects" \
--symbol MYOBJ \
--standard GIF-721 \
--supply 512 \
--royalty 500
> compiling sheet .............. ok
> object budget ....... 512 slots
> deploy tx .... 0x9c41..ae02
> contract ..... gif1qcollection...Deploys are permissionless. Supply is sealed at deploy time and cannot be raised later, which is the only reason floor prices here mean anything.
