ClickBait
Verified contract
Active on
Ethereum with 636 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($709.77)
Native
Value
$709.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1924 | $3,689.02 |
$709.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289851 | a day ago | | | 0 | 0.00031729498 | |
| 21284479 | 2 days ago | | | 0 | 0.00037759953 | |
| 21275455 | 3 days ago | | | 0 | 0.00063216266 | |
| 21170963 | 18 days ago | | | 0 | 0.0018484487 | |
| 20466645 | 4 months ago | | | 0 | 0.00019675788 | |
| 19986738 | 6 months ago | | | 0 | 0.00042711826 | |
| 19986660 | 6 months ago | | | 0 | 0.00040109387 | |
| 19795851 | 7 months ago | | | 0 | 0.00013886970 | |
| 19657672 | 7 months ago | | | 0 | 0.00045818330 | |
| 19657564 | 7 months ago | | | 0 | 0.00037734276 |
ABI
ABI objects
Getter at block 21299840 contractURI() view returns (string)
colorsToPunks() view returns (address)
0x1909d49b585d9a55a792636fd81cacd61f787a9e
contractExternalLink() view returns (string)
https://www.capsule21.com/collections/clickbait
costPerToken() view returns (uint256)
10000000000000000
internalMintBatchSize() view returns (uint256)
30
isMintActive() view returns (bool)
true
lovelyPrimeNumber() view returns (uint256)
107839786668602559178668060348078522694548577690162289924414440996859
maxPunkPerColor() view returns (uint256)
55
maxSupply() view returns (uint256)
10000
maxTitleLength() view returns (uint256)
23
name() view returns (string)
ClickBait
oneOfOneTitles() view returns (address)
0x11b00edc96deb626bbc02d0a8353c0b4d4db2696
oneOfOnes() view returns (address)
0x8fbb1af81d6ecd8b2acb0fb47f2077001f79e501
oneOfOnesCount() view returns (uint256)
59
orderedColors() view returns (address)
0x82eb97f77615ff2c8bac2989e8da9e39cf9d91d3
originalCLICKS() view returns (address)
0x57b7304a79918d47ac0122bedbeb874a804b6990
owner() view returns (address)
0x5927b9c6dde237639bc45c08455fa8f6f1072aa0
punkDataContract() view returns (address)
0x16f5a35647d6f03d5d3da7b35409d65ba03af3b2
sellerFeeBasisPoints() view returns (uint96)
500
symbol() view returns (string)
CB
tokenExternalLink() view returns (string)
https://www.capsule21.com/collections/clickbait
totalColors() view returns (uint256)
219
totalSupply() view returns (uint256)
1370
Read-only
balanceOf(address owner) view returns (uint256)
calculateTokenRarityScore(uint256 tokenId) view returns (uint256 total)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
punkSvg(uint256 tokenId, string colorName) view returns (string)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
sqrt(uint256 x) pure returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAttributes(uint256 tokenId) view returns (string)
tokenHTMLPage(uint256 tokenId) view returns (string)
tokenImage(uint256 tokenId) view returns (string svg, uint8[4] colorIndexes, string[4] colors)
tokenURI(uint256 id) view returns (string)
totalMintCost(uint256 numTokens, address minter) pure returns (uint256)
State-modifying
Events airdrop(address to, uint256 quantity) payable
approve(address to, uint256 tokenId)
flipMintState()
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractDescription(string _contractDescription)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()