The Blinkless

Verified contract

Active on Ethereum with 5,024 txns
Deployed by via 0x37251ab7 at 14574216
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $49.89
 (#2447)
ERC-721
--
 (#1844)
ERC-721
--
 (#348)
ERC-721
--
0x7ba3ca71d1cce8ed7782b4b7fd7c12875509a7cb6108b5fb59ca8d19e2230c26
0xf5e8a54619762d6da463052ae2e66f859909df3ec0ea5132ef5f4b0c3eefe917
0x27fc2711da028060a83a1f732896b8202ee856062a909bea848101a09e32e9fd
0x9b29dae334d681912cf728b7b1352ae7685c5776834d827365ee36993c2caf2d
0xf3b744a6facce04b581ca80bdcab452bbcbeda4906fecd57f43dd05c4019e9fc
0x6a8faa689a50a507d797fcbc4c10f25fd1e45f93b39317e0de9867e58c459230
0x06e029728b0227d68cb995afaad1b12a1e649f155241580a28313339a3451a0a
From
0xfb7a03f4098db209ae35eed3f71b20ab8c0823401553a4581f8b560e9e30ea60
0x1b693e24d5700ac8f31e6e3db545bd5bd401c274a621d500791cf023ae4746b9
0x4cddbee253a657231c91e5077ec1bb21f4813df152ebb87214eba3d4780f7508

Functions
Getter at block 20911268
getContractBalance(view returns (uint256 balance)
0
getCurrentIndex(view returns (uint256 currentIndex)
5555
maxSupply(view returns (uint256)
5555
metadataPath(view returns (string)
https://theblinkless.s3.amazonaws.com/json/
mintMode(view returns (uint256)
0
name(view returns (string)
The Blinkless
owner(view returns (address)
0x017639fb1174d8cc767c5be5b1b4349f37929909
root(view returns (bytes32)
0xcf803cb13dbbd4157e7b4292c5cd0ae1915ecd5ba8b11c66e93a9bcbc492702e
symbol(view returns (string)
BLNK
totalSupply(view returns (uint256)
5555
unclaimedPayouts(view returns (uint256)
0
Read-only
BLHasMinted(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
estimatePayout(address walletview returns (uint256 estimate)
getApproved(uint256 tokenIdview returns (address)
getTokenIds(address walletview returns (uint16[] tokenIds)
hasMinted(addressview returns (bool)
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
blinklistMint(bytes32[] proofbytes32 leafpayable 
claimPayout(payable 
createPayout(payable 
depositMoney(payable 
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMintMode(uint256 _mode
teamAndPromoMint(address _modWallet
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBaseURI(string baseURI
updateBlinklist(bytes32 _root
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ClaimPayout(address indexed _fromuint256 _value
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(