Plethora Moons
Verified contract
Active on
Ethereum with 253 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,727.40 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19079799 | 10 months ago | | | 0 | 0.00051000911 | |
| 18409902 | a year ago | | | 0 | 0.00038532627 | |
| 18330241 | a year ago | | | 0 | 0.00031810150 | |
| 18330234 | a year ago | | | 0 | 0.00039626530 | |
| 17376508 | 2 years ago | | | 0 | 0.0014061972 | |
| 16851356 | 2 years ago | | | 0 | 0.0023144817 | |
| 16754251 | 2 years ago | | | 0 | 0.0013417620 | |
| 16574959 | 2 years ago | | | 0 | 0.00089878966 | |
| 16467294 | 2 years ago | | | 0 | 0.00072110312 | |
| 16440130 | 2 years ago | | | 0 | 0.00070957899 |
ABI
ABI objects
Getter at block 21310801
baseURI() view returns (string)
https://plethoramoons.xyz/plethoramoonsnft/1.json
freeMintAmount() view returns (uint256)
0
giveawayAmountPerUser() view returns (uint256)
100
init() view returns (bool)
true
maxMintAmount() view returns (uint256)
80
maxSupply() view returns (uint256)
333
name() view returns (string)
Plethora Moons
notRevealedUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmTTmuKZLaGcwov1roqsDRtRrG4nLZsg2ovBkNq2mp1yRJ/_metadata.json
owner() view returns (address)
0x519dd79a19ecbb2e3a326d61e8c9680551fce35b
paused() view returns (bool)
false
preMintPrice() view returns (uint256)
50000000000000000
preMintStart() view returns (uint256)
1661349600
pubMintPrice() view returns (uint256)
1000
publicMintEnd() view returns (uint256)
1677333600
publicMintStart() view returns (uint256)
1661436000
revealed() view returns (bool)
true
symbol() view returns (string)
PLMS
totalSupply() view returns (uint256)
333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getInfo(address _account) view returns (bool canMint, uint256 price, uint256 amount, bool canClaim, uint256 claimAmount)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistedGiveaway(address _toCheck) view returns (bool)
isWhitelistedMint(address _toCheck) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addManyToGiveawayWhitelist(address[] _addresses)
addManyToMintWhitelist(address[] _addresses)
addToGiveawayWhitelist(address _toAdd)
addToMintWhitelist(address _toAdd)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
claim(uint256 _amount) payable
initialize(string _name, string _symbol, string _notRevealedUri, uint256 _maxMintAmount, uint256 _freeMintAmount, uint256 _giveawayAmountPerUser, uint256 _preMintPrice, uint256 _pubMintPrice, uint256 _maxSupply, uint256 _preMintStart, uint256 _publicMintStart, uint256 _publicMintEnd)
mint(address _to, uint256 _amount) payable
mintOwner(address _to, uint256 _amount)
pause()
recoverERC20(address _tokenAddress, address _receiver)
removeFromGiveawayWhitelist(address _toRemove)
removeFromMintWhitelist(address _toRemove)
removeManyFromGiveawayWhitelist(address[] _addresses)
removeManyFromMintWhitelist(address[] _addresses)
renounceOwnership()
reveal(string _baseUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setFreeMintAmount(uint256 _freeMintAmount)
setGiveawayAmountPerUser(uint256 _giveawayAmountPerUser)
setMaxMintAmount(uint256 _maxMintAmount)
setMaxSupply(uint256 _maxSupply)
setPreMintPrice(uint256 _price)
setPreMintStart(uint256 _preMintStart)
setPublicMintEnd(uint256 _publicMintEnd)
setPublicMintPrice(uint256 _price)
setPublicMintStart(uint256 _publicMintStart)
setRevealed(bool _revealed)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
AddedToGiveawayWhitelist(address newWhitelist)
AddedToMintWhitelist(address newWhitelist)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string newBaseURI)
ERC20RecoveryTransfer(address indexed token, address indexed sender, address indexed receiver, uint256 amount)
FreeMintAmountChanged(uint256 newFreeMintAmount)
GiveawayAmountPerUserSet(uint256 newFreeMintAmount)
Initialized(address initializer, bool flag)
MaxMintAmountSet(uint256 newMaxMintAmount)
MaxSupplySet(uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PreMintPriceSet(uint256 newPresalePrice)
PreMintStartSet(uint256 newPreMintStart)
PublicMintEndSet(uint256 newPublicMintEnd)
PublicMintPriceSet(uint256 newPublicSalePrice)
PublicMintStartSet(uint256 newPublicMintStart)
RemovedFromGiveawayWhitelist(address removedWhitelist)
RemovedFromMintWhitelist(address removedWhitelist)
RevealedSet(bool newRevealed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()