BlankFaceHaylos
Verified contract
Active on
Ethereum with 3,016 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x06f8…7d04
8 additional
variables
Balances ($0.00)
No balances found for "BlankFaceHaylos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20750913 | 2 months ago | | | 0 | 0.000094034766 | |
| 20438828 | 4 months ago | | | 0 | 0.00011573913 | |
| 19984358 | 6 months ago | | | 0 | 0.0010083006 | |
| 19984358 | 6 months ago | | | 0 | 0.0010069917 | |
| 19585301 | 8 months ago | | | 0 | 0.00073567687 | |
| 18887844 | a year ago | | | 0 | 0.0011835392 | |
| 18878052 | a year ago | | | 0 | 0.0021496994 | |
| 18714877 | a year ago | | | 0 | 0.0020845646 | |
| 18588255 | a year ago | | | 0 | 0.0021448103 | |
| 18588252 | a year ago | | | 0 | 0.0023007641 |
ABI
ABI objects
Getter at block 21259264
COLLECTION1_MAX() view returns (uint256)
10000
COLLECTION2_MAX() view returns (uint256)
10000
COLLECTION3_MAX() view returns (uint256)
10000
Collection1MaxMint() view returns (uint256)
1
Collection2MaxMint() view returns (uint256)
1
Collection3MaxMint() view returns (uint256)
1
NFT_MAX() view returns (uint256)
30000
PRICE() view returns (uint256)
10000000000000000
PURCHASE_LIMIT() view returns (uint256)
3
contractURI() view returns (string)
https://niftylabs.mypinata.cloud/ipfs/QmXeG2MudEPZRtq4J4GeFNTeex5rZJ7jei8JsLEHuVxmhD/
isCollection1Active() view returns (bool)
true
isCollection2Active() view returns (bool)
true
isCollection3Active() view returns (bool)
false
isMasterActive() view returns (bool)
false
message() view returns (string)
mint3loop() view returns (uint256)
1
name() view returns (string)
BlankFaceHaylos
owner() view returns (address)
0x29683d2e7cb73885b95ead20d9ce519918630792
symbol() view returns (string)
BFH
totalCollection1Supply() view returns (uint256)
1195
totalCollection2Supply() view returns (uint256)
1110
totalCollection3Supply() view returns (uint256)
161
totalSupply() view returns (uint256)
2466
Read-only
Collection1ClaimedBy(address owner) view returns (uint256)
Collection2ClaimedBy(address owner) view returns (uint256)
Collection3ClaimedBy(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onCollection1(address addr) view returns (bool)
onCollection2(address addr) view returns (bool)
onCollection3(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Collection1Active(bool _isCollection1Active)
Collection2Active(bool _isCollection2Active)
Collection3Active(bool _isCollection3Active)
MasterActive(bool _isMasterActive)
addToCollection1(address[] addresses)
addToCollection2(address[] addresses)
addToCollection3(address[] addresses)
approve(address to, uint256 tokenId)
mintCollection1(uint256 numberOfTokens) payable
mintCollection2(uint256 numberOfTokens) payable
mintCollection3(uint256 numberOfTokens) payable
mintall3(uint256 numberOfTokens) payable
removeFromCollection1(address[] addresses)
removeFromCollection2(address[] addresses)
removeFromCollection3(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setMessage(string messageString)
setRevealedBaseURI(string revealedBaseURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address dependentContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.