0xBLACK
Verified contract
Active on
Ethereum with 1,753 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 "0xBLACK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20681083 | 2 months ago | | | 0 | 0.00041392058 | |
| 19122346 | 10 months ago | | | 0 | 0.00057340323 | |
| 18988896 | 10 months ago | | | 0 | 0.00036153534 | |
| 18849470 | a year ago | | | 0 | 0.00051132756 | |
| 17414284 | a year ago | | | 0 | 0.00065648848 | |
| 17414283 | a year ago | | | 0 | 0.00064113282 | |
| 16985725 | 2 years ago | | | 0 | 0.0018978290 | |
| 16844946 | 2 years ago | | | 0 | 0.0011547485 | |
| 16743680 | 2 years ago | | | 0 | 0.0010485384 | |
| 16706947 | 2 years ago | | | 0 | 0.0011407303 |
ABI
ABI objects
Getter at block 21218468
actualCollectionSize() view returns (uint256)
1444
devMints() view returns (uint256)
100
freeMints() view returns (uint256)
402
maxPerFreeMint() view returns (uint256)
2
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
50
merkleRoot() view returns (bytes32)
0x02e74ce86ca1e1b7eb828ea9b65e09715889bf70a7693a9f9cfc8db41f67b661
name() view returns (string)
0xBLACK
nextOwnerToExplicitlySet() view returns (uint256)
0
ogMintActive() view returns (bool)
false
owner() view returns (address)
0xc3102df69436f4a79b598ab82a830e8dbe412899
publicMintPrice() view returns (uint256)
30000000000000000
publicSaleActive() view returns (bool)
true
symbol() view returns (string)
0xBLACK
totalSupply() view returns (uint256)
1444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) 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)
walletQuantity(address owner) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
devMint(uint256 quantity)
ogMint(uint256 quantity, bytes32[] _merkleProof)
publicSaleMint(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)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _passedRoot)
setOwnersExplicit(uint256 quantity)
toggleOgMint()
togglePublicMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.