In the dark
Verified contract
Active on
Ethereum with 777 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 "In the dark"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903686 | a year ago | | | 0 | 0.00049862391 | |
| 18107882 | a year ago | | | 0 | 0.00022981255 | |
| 16739901 | 2 years ago | | | 0 | 0.00089229917 | |
| 16331300 | 2 years ago | | | 0 | 0.00071470539 | |
| 16330466 | 2 years ago | | | 0 | 0.00084694849 | |
| 16330337 | 2 years ago | | | 0 | 0.00064473502 | |
| 16330270 | 2 years ago | | | 0 | 0.00056970120 | |
| 16330259 | 2 years ago | | | 0 | 0.00077141519 | |
| 16330255 | 2 years ago | | | 0 | 0.00080801323 | |
| 16330195 | 2 years ago | | | 0 | 0.00073840714 |
ABI
ABI objects
Getter at block 21331012
cost() view returns (uint256)
5000000000000000
maxMintAmountPerTx() view returns (uint256)
2
maxMintAmountPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
1111
name() view returns (string)
In the dark
owner() view returns (address)
0xe659e30d03519fb5d9dbda8e077213a5f9293567
paused() view returns (bool)
false
symbol() view returns (string)
DARK
totalSupply() view returns (uint256)
1111
uriPrefix() view returns (string)
https://dark.mypinata.cloud/ipfs/QmfKMjU3rMZniNB7Mf2Mgb9xH82Vfe73SYEEb4GrBZoBDw/
Read-only
alreadyMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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) payable
mint(uint256 _mintAmount) 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)
setCost(uint256 _cost)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
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(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()