The Blinkless: Big Bang!
Verified contract
Active on
Ethereum with 885 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Blinkless: Big Bang!"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20186589 | 5 months ago | | | 0 | 0.000082152217 | |
| 18903580 | a year ago | | | 0 | 0.00053077219 | |
| 18802599 | a year ago | | | 0 | 0.00094807142 | |
| 18267892 | a year ago | | | 0 | 0.00030235911 | |
| 18240664 | a year ago | | | 0 | 0.00051155150 | |
| 18006645 | a year ago | | | 0 | 0.00070111840 | |
| 17508369 | a year ago | | | 0 | 0.00066395782 | |
| 17441591 | a year ago | | | 0 | 0.00095665970 | |
| 17059917 | 2 years ago | | | 0 | 0.0014353739 | |
| 17058308 | 2 years ago | | | 0 | 0.0011184897 |
ABI
ABI objects
Getter at block 21211802 getWaitlist() view returns (uint256[] waitlist)
_currentIndex() view returns (uint256)
1857
blinklistPrice() view returns (uint256)
10000000000000000
getContractBalance() view returns (uint256 balance)
0
getNextAirdropIndex() view returns (uint256 nextIndex)
244
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(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlinklisted(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity, bytes32[] proof, bytes32 leaf) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
teamMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string baseURI)
updateMintMode(uint256 _mintMode)
updateRoot(bytes32 _root)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _root)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()