Checks
Verified contract
Proxy
Active on
Ethereum with 27,097 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x34ee…d6f9
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Checks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187214 | 15 hours ago | | | 0 | 0.0013839971 | |
| 21186985 | 16 hours ago | | | 0 | 0.0019735296 | |
| 21186440 | 18 hours ago | | | 0 | 0.0016298836 | |
| 21186438 | 18 hours ago | | | 0 | 0.0022148344 | |
| 21186261 | 19 hours ago | | | 0 | 0.0018435973 | |
| 21183988 | a day ago | | | 0 | 0.0014446955 | |
| 21181600 | a day ago | | | 0 | 0.0028923890 | |
| 21181549 | a day ago | | | 0 | 0.0085035172 | |
| 21181351 | a day ago | | | 0 | 0.0043767005 | |
| 21181300 | a day ago | | | 0 | 0.0086623858 |
ABI
ABI objects
Getter at block 21191797 CHECKS_PATH() view returns (string) COLOR_BANDS() pure returns (uint8[7]) DIVISORS() pure returns (uint8[8]) GRADIENTS() pure returns (uint8[7]) generateGrid() pure returns (bytes) generateGridRow() pure returns (bytes)
editionChecks() view returns (address)
0x34eebee6942d8def3c125458d1a86e0a897fd6f9
getEpoch() view returns (uint256)
2367
name() view returns (string)
Checks
symbol() view returns (string)
CHECKS
totalSupply() view returns (uint256)
5063
Read-only
balanceOf(address owner) view returns (uint256)
colors(uint256 tokenId) view returns (string[], uint256[])
getApproved(uint256 tokenId) view returns (address)
getCheck(uint256 tokenId) view returns (struct IChecksCheck check)
getEpochData(uint256 index) view returns (struct IChecksEpoch)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
simulateComposite(uint256 tokenId, uint256 burnId) view returns (struct IChecksCheck check)
simulateCompositeSVG(uint256 tokenId, uint256 burnId) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
svg(uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
colorBandIndex(struct IChecksCheck check, uint8 divisorIndex) pure returns (uint8)
fillAnimation(struct CheckRenderData data, uint256 offset, string[80] allColors) pure returns (bytes)
generateChecks(struct CheckRenderData data) pure returns (bytes)
gradientIndex(struct IChecksCheck check, uint8 divisorIndex) pure returns (uint8)
perRow(uint8 checks) pure returns (uint8)
rowX(uint8 checks) pure returns (uint16)
rowY(uint8 checks) pure returns (uint16)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
composite(uint256 tokenId, uint256 burnId, bool swap)
compositeMany(uint256[] tokenIds, uint256[] burnIds)
inItForTheArt(uint256 tokenId, uint256 burnId)
inItForTheArts(uint256[] tokenIds, uint256[] burnIds)
infinity(uint256[] tokenIds)
mint(uint256[] tokenIds, address recipient)
resolveEpochIfNecessary()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Composite(uint256 indexed tokenId, uint256 indexed burnedId, uint8 indexed checks)
Infinity(uint256 indexed tokenId, uint256[] indexed burnedIds)
MetadataUpdate(uint256 _tokenId)
NewEpoch(uint256 indexed epoch, uint64 indexed revealBlock)
Sacrifice(uint256 indexed burnedId, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
BlackCheck__InvalidCheck()
ERC721__InvalidApproval()
ERC721__InvalidOwner()
ERC721__InvalidToken()
ERC721__NotAllowed()
ERC721__TokenExists()
ERC721__TransferToNonReceiver()
ERC721__TransferToZero()
InvalidTokenCount()
NotAllowed()