The Blinkless: Big Bang!

Verified contract

Active on Ethereum with 885 txns
Deployed by via 0x8c915481 at 14870165
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Blinkless: Big Bang!"

0x049d9ed722dfb7ed54093db0b34ed0c026cc648f61a16f1de1f9534ae657b449
0xa2251dedb2aa1ef00d0519069bc5c3d9f8e7b412af55228c02e6655b8af6de73
0x72810a4ec7f369726112669fca5da74a19efd2a59efa592d691a873c6761d1a6
0xb4779fbf155cd574b2d0be152615627e0c7ab4be75df784a6798dbf97b78db00
0x4bda25e015faf999bc8db8e4d85da473571ea6d64c7c6cbe1ff073fd84a59090
0x45dcbf44d0815428b2f52679832f321bc32ac3f8f90c3b051a79632ced2b79d9
0x07935207c7a19830d7e44c6d3868726d818474de23789f9ae3b0068e878ae5af
0x623ea4ca8328e0eb26ba26396312155223f8e3dbddb3bcc71aff5d93eed573b1
0x88c95112618ccafa3ad0b59600c5f843968de106609918f356aae4f930387494
0x8c7c98c8bc45fc14c36307c04763fa89451137af9d265e8973e36c89b05f1cb7

Functions
Getter at block 21211802
_currentIndex(view returns (uint256)
1857
blinklistPrice(view returns (uint256)
10000000000000000
getContractBalance(view returns (uint256 balance)
0
getNextAirdropIndex(view returns (uint256 nextIndex)
244
 
getWaitlist(view returns (uint256[] waitlist)
maxSupply(view returns (uint256)
20000
metadataPath(view returns (string)
https://theblinkless.s3.amazonaws.com/bbjson/
mintMode(view returns (uint256)
0
name(view returns (string)
The Blinkless: Big Bang!
nextAirdropIndex(view returns (uint256)
244
owner(view returns (address)
0x017639fb1174d8cc767c5be5b1b4349f37929909
publicPrice(view returns (uint256)
50000000000000000
root(view returns (bytes32)
0x394c4ad8538379e4225adead6db95a95251f392aa744d813f333a658cf10ee65
symbol(view returns (string)
BLBB
totalSupply(view returns (uint256)
1857
Read-only
airdropWaitlist(uint256view returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isBlinklisted(bytes32[] proofbytes32 leafview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 quantitybytes32[] proofbytes32 leafpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
teamMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseURI(string baseURI
updateMintMode(uint256 _mintMode
updateRoot(bytes32 _root
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(bytes32 _root
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(