Contract Explorer
Read and write to deployed contracts
Deployed Contracts
MainnetauctionContract
Address authorized to start first run (e.g., auction contract)
balanceOf
Returns the number of tokens in `owner`'s account.
baseMintPrice
Get the base mint price before any escalation
calibrationRenderer
Address of the calibration plate renderer contract (for token 0)
contractURI
Collection-level metadata URI (OpenSea contractURI standard)
cumulativePriceIncrease
Get the cumulative price increase from all settlements
currentMintPrice
Get the current mint price for one token
currentWindowId
Get the current window ID (same as print run)
currentWindowPriceIncrease
Get the price increase for the current window
currentWindowStartedAt
Get the timestamp when the current window started
editions
Address of the editions contract
firstRunDuration
Get the First Run duration
firstRunStartedAt
Get the timestamp when First Run started
getApproved
Returns the account approved for `tokenId` token. Requirements: - `tokenId` must exist.
getSeedInputs
Get seed inputs for rendering a token
The token ID
isAdmin
Addresses authorized to perform admin functions
isApprovedForAll
Returns if the `operator` is allowed to manage all of the assets of `owner`. See {setApprovalForAll}.
isFirstRun
Check if we're currently in the First Run period
isLocked
Whether each token's frame is locked
isMachineOpen
Check if the machine is currently open for minting
lockBlockHash
Block hash used for locked frame (permanent after lock)
lockBlockNumber
Block number used for locked frame
lockedAt
Unix timestamp when each token was locked (0 if still live)
mintBlockHash
Block hash from mint (part of seed)
mintBlockNumber
Block number when each token was minted
mintCountInCurrentWindow
Get how many tokens a user has minted in the current window
The address to check
mintPriceFor
Get the total mint cost for a specific user to mint `quantity` tokens in the current window
The address to check
Number of tokens to mint
mintWindowManager
Address of the mint window manager contract
mintedAt
Unix timestamp when each token was minted
mintingPaused
Whether minting is paused (prevents new mints and new mint windows)
name
Returns the token collection name.
owner
Returns the address of the current owner.
ownerOf
Returns the owner of the `tokenId` token. Requirements: - `tokenId` must exist.
payoutRecipient
Address that receives funds when withdraw() is called
queueLength
Get the number of queued commits waiting to open windows
renderer
Address of the renderer contract
royaltyInfo
Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of exchange. The royalty amount is denominated and should be paid in that same unit of exchange. NOTE: ERC-2981 allows setting the royalty to 100% of the price. In that case all the price would be sent to the royalty receiver and 0 tokens to the seller. Contracts dealing with royalty should consider empty transfers.
supportsInterface
Check if the contract supports an interface
symbol
Returns the token collection symbol.
tokenPrintRun
Which print run (window) each token was minted during
tokenURI
Get the token URI for a specific token
The token ID
totalSupply
Get the total number of tokens in existence
windowDuration
Get the duration of each mint window
windowTimeRemaining
Get remaining time in the current mint window