MoonDoggies
Verified contract
Active on
Ethereum with 2,418 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 "MoonDoggies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18323200 | a year ago | | | 0 | 0.00034831569 | |
| 18292940 | a year ago | | | 0 | 0.00025826448 | |
| 16844148 | 2 years ago | | | 0 | 0.00043879531 | |
| 16587888 | 2 years ago | | | 0 | 0.0011535024 | |
| 16409844 | 2 years ago | | | 0 | 0.00070364133 | |
| 16314025 | 2 years ago | | | 0 | 0.00035180963 | |
| 15641451 | 2 years ago | | | 0 | 0.00033665908 | |
| 15558235 | 2 years ago | | | 0 | 0.00016756211 | |
| 15535713 | 2 years ago | | | 0 | 0.00048611184 | |
| 15512891 | 2 years ago | | | 0 | 0.00036756484 |
ABI
ABI objects
Getter at block 21224211
isPaused() view returns (bool)
false
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
7777
mintPrice() view returns (uint256)
7700000000000000
name() view returns (string)
MoonDoggies
owner() view returns (address)
0xb7686f870f731e65f0edc8320e67c5d3c63299eb
symbol() view returns (string)
DOGGIES
totalSupply() view returns (uint256)
2326
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
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)
mint(uint256 count) 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 url)
setPause(bool value)
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)
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 splitterAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()