DateMates
Verified contract
Active on
Ethereum with 1,842 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 "DateMates"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19047522 | 10 months ago | | | 0 | 0.00039068619 | |
| 18906807 | a year ago | | | 0 | 0.00082698995 | |
| 18882662 | a year ago | | | 0 | 0.00063024504 | |
| 18802676 | a year ago | | | 0 | 0.00091278927 | |
| 16279679 | 2 years ago | | | 0 | 0.00072352899 | |
| 16256007 | 2 years ago | | | 0 | 0.00069455420 | |
| 16195570 | 2 years ago | | | 0 | 0.00061815546 | |
| 16195487 | 2 years ago | | | 0 | 0.00061792439 | |
| 16195446 | 2 years ago | | | 0 | 0.00071942206 | |
| 16195404 | 2 years ago | | | 0 | 0.00061717406 |
ABI
ABI objects
Getter at block 21214733
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmUpCdvmjdYRBEsqWHB8XQsqr8NdfUxVZs5rAQhm4xLLUq/
cost() view returns (uint256)
20000000000000000
freeQuota() view returns (uint256)
1500
maxMintsPerWallet() view returns (uint256)
30
maxSupply() view returns (uint256)
4000
name() view returns (string)
DateMates
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6caa080db42281a248ccca6e149fc20da2697a1a
paused() view returns (bool)
false
previewUrl() view returns (string)
provenance() view returns (string)
0bdb7478a7a39941ee964f1344dccd35cc34ca3f226f0802a487bffbbc2ef046
symbol() view returns (string)
DMATES
totalSupply() view returns (uint256)
4000
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)
numberMinted(address owner) view returns (uint256)
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 approve(address to, uint256 tokenId)
devMint(uint256 _mintAmount) payable
freeMint(uint256 _mintAmount) payable
lowerSupply(uint256 _newMaxSupply)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreeQuota(uint256 _freeQuota)
setMaxMintsPerWallet(uint256 _maxMintsPerWallet)
setPaused(bool _state)
setPreviewUrl(string _previewUrl)
setProvenance(string _provenance)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Created(uint256 indexed count, address acc)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseURIString, uint256 _maxBatchSize, uint256 _collectionSize)
This contract contains no fallback and receive objects.
This contract contains no error objects.