DiversityOfMermaid
Verified contract
Active on
Ethereum with 207 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 "DiversityOfMermaid"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16480968 | 2 years ago | | | 0 | 0.0016271284 | |
| 15960315 | 2 years ago | | | 0 | 0.0011392183 | |
| 15945480 | 2 years ago | | | 0 | 0.0015807220 | |
| 15672808 | 2 years ago | | | 0 | 0.00082942650 | |
| 15645884 | 2 years ago | | | 0 | 0.00083616039 | |
| 15645884 | 2 years ago | | | 0 | 0.00083619827 | |
| 15645884 | 2 years ago | | | 0 | 0.00083669608 | |
| 15645881 | 2 years ago | | | 0 | 0.0010120996 | |
| 15645881 | 2 years ago | | | 0 | 0.0010125223 | |
| 15645881 | 2 years ago | | | 0 | 0.0010128928 |
ABI
ABI objects
Getter at block 21212015
getMintedFree() view returns (bool)
false
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
4300
mintPrice() view returns (uint256)
500000000000000
name() view returns (string)
DiversityOfMermaid
owner() view returns (address)
0xf063695310ea613ecbc8a82a6cf15efa0aa22a6c
symbol() view returns (string)
DOM
totalSupply() view returns (uint256)
583
uriPrefix() view returns (string)
ipfs://QmRkjbzuf3iMCUXRbE3zN4yaFMcNfPrx71obma2WPhYMcM/
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
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)
publicMint(uint32 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUriPrefix(string uri)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()