MoonDreamers
Verified contract
Active on
Ethereum with 909 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 "MoonDreamers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19859915 | 6 months ago | | | 0 | 0.00028012800 | |
| 18641935 | a year ago | | | 0 | 0.0014128849 | |
| 18493555 | a year ago | | | 0 | 0.0011417497 | |
| 18493554 | a year ago | | | 0 | 0.0011153985 | |
| 16800288 | 2 years ago | | | 0 | 0.0018596076 | |
| 16754444 | 2 years ago | | | 0 | 0.00046694923 | |
| 16754442 | 2 years ago | | | 0 | 0.00047063942 | |
| 16687477 | 2 years ago | | | 0 | 0.0014153622 | |
| 16684626 | 2 years ago | | | 0 | 0.0019820839 | |
| 16626202 | 2 years ago | | | 0 | 0.00071603281 |
ABI
ABI objects
Getter at block 21211427
FREE_PER_WALLET() view returns (uint256)
4
MAX_MINTS_PER_TX() view returns (uint256)
4
MAX_PER_WALLET() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
10000
getSalePrice() view returns (uint256)
0
isSaleActive() view returns (bool)
true
name() view returns (string)
MoonDreamers
owner() view returns (address)
0x8bc6d97dc9deb6222e5a95a64972eab9d8d5ea35
symbol() view returns (string)
MOONDREAMERS
totalSupply() view returns (uint256)
5404
Read-only
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)
trackUserMinted(address minter) view returns (uint32 userMinted)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adminMint(uint256 quantity)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintToAddress(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxMintPerTx(uint256 maxMint)
setSalePrice(uint256 price)
toggleSaleStatus()
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()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()