Dark Labs
Verified contract
Active on
Ethereum with 857 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 "Dark Labs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198038 | 9 days ago | | | 0 | 0.00091932952 | |
| 21197378 | 9 days ago | | | 0 | 0.00089315732 | |
| 21130354 | 18 days ago | | | 0 | 0.00099261232 | |
| 20986168 | a month ago | | | 0 | 0.0013084492 | |
| 20944229 | a month ago | | | 0 | 0.0010712249 | |
| 20848958 | 2 months ago | | | 0 | 0.00045071481 | |
| 20789106 | 2 months ago | | | 0 | 0.00020073551 | |
| 20710502 | 3 months ago | | | 0 | 0.00017763134 | |
| 20637949 | 3 months ago | | | 0 | 0.000043602900 | |
| 20637943 | 3 months ago | | | 0 | 0.000043510500 |
ABI
ABI objects
Getter at block 21261876
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
https://ipfs.io/ipfs/QmY25D51dQ9Pz5vT5tR5gMZ8BCxW1yzCBBJ1PBdxZ5xPPd?
batchSize() view returns (uint8)
4
config() view returns (uint64 ethPrice, uint16 maxSupply, uint8 saleState)
(ethPrice=1000000000000000000, maxSupply=875, saleState=0)
crossmintOperator() view returns (address)
0xdab1a1854214684ace522439684a145e62505233
fourPacks() view returns (uint8)
49
isOSEnabled() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x7e4175936cbf50b8a6b8d6fcc55bfe9722e5eeec34ccfc773e098007d71e395d
name() view returns (string)
Dark Labs
owner() view returns (address)
0xfaa0c53401fdaae464d8bab1b6aa4d8e1f5e23c0
symbol() view returns (string)
DL
totalSupply() view returns (uint256)
333
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
crossMint(uint16 quantity, address recipient, bytes signature) payable
mint(uint16 quantity, bytes32[] proof) payable
mintTo(uint16[] quantity, address[] recipient) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBatchSize(uint8 newBatchSize)
setConfig(struct DarkLabsMintConfig newConfig)
setCrossmint(address operator)
setDelegate(address addr, bool isDelegate_)
setMerkleRoot(bytes32 merkleRoot_)
setSigner(address signer)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signer)
This contract contains no fallback and receive objects.
AccountNotListed()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ExceedsSupplyLimit()
ExceedsWalletLimit()
FourPackSoldOut()
InvalidDenylistRegistry()
InvalidPayment()
InvalidQuantity()
InvalidQueryRange()
InvalidSaleState()
MaxSupplyLowerThanTotalSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorDenied()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
SupplyGreaterThanExistingMax()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnbalancedInputs()