The latest block height where updated personalizations were found and processed.
An array of length 10,000 with one entry per Square having:
- If the Square is personalized on main contract:
- An array with [title, href] from the main contract personalization
- or else if the Square is personalized on the underlay contract:
- An array with [title, href] from the underlay contract personalization
- or else:
null
ℹ️ Note that squarePersonalizations[0]
is for Square 1.
An array of length 10,000 with one entry per Square having:
- If the Square was ever personalized on the underlay contract:
- An array with
[title, href, rgbData]
from the most recent underlay contract personalization rgbData
is row-major R-G-B pixel bytes for the underlay personalization image.
- An array with
- or else:
null
ℹ️ Note that underlayPersonalizations[0]
is for Square 1.
An array of length 10,000 with one entry per Square having:
- If the Square is minted:
- An array with
[mintedBlock, updatedBlock, mainIsPersonalized, version]
mintedBlock
is the block number when the Square was minted.updatedBlock
is the greatest block number of when the Square was minted or any personalization (either on main contract or underlay contract).mainIsPersonalized
istrue
if the Square was ever personalized on the main contract and the most recent personalization was not all black pixels with empty string title and href.version
is the number of times the Square was personalized on the main contract.
- An array with
- or else:
null
ℹ️ Note that squareExtra[0]
is for Square 1.