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 "Pllum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18888262 | a year ago | | | 0 | 0.00078631341 | |
| 17611440 | a year ago | | | 0 | 0.00062080563 | |
| 17494129 | a year ago | | | 0 | 0.0012728074 | |
| 17494128 | a year ago | | | 0 | 0.0019992029 | |
| 17186025 | 2 years ago | | | 0 | 0.0024742742 | |
| 17018170 | 2 years ago | | | 0 | 0.0010587215 | |
| 16953591 | 2 years ago | | | 0 | 0.00043704069 | |
| 16926037 | 2 years ago | | | 0 | 0.0011170509 | |
| 16918352 | 2 years ago | | | 0 | 0.00084875828 | |
| 16705264 | 2 years ago | | | 0 | 0.0012849387 |
ABI
ABI objects
Getter at block 21388784
MaxperWallet() view returns (uint256)
10
MaxperWalletWl() view returns (uint256)
10
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
WlSupply() view returns (uint256)
2222
baseURI() view returns (string)
ipfs://bafybeihmirqwpxwzr6wvwexj54dwnygsnd73z7lldxupipn2deknl2bznm/
cost() view returns (uint256)
5000000000000000
maxSupply() view returns (uint256)
2222
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Pllum
notRevealedUri() view returns (string)
ipfs://bafkreih4ynqvyxsfdurcmhrwnjz7hdcu36aid42qbznbxnmwqvt62tuxxq
owner() view returns (address)
0x803a76eb776fb8ec02082f11a1ce8eb0c79436f7
paused() view returns (bool)
false
preSale() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
PLLUM
totalSupply() view returns (uint256)
2222
wlcost() view returns (uint256)
5000000000000000
Read-only
PublicMintofUser(address) view returns (uint256)
WhitelistedMintofUser(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId) payable
mint(uint256 tokens) payable
pause(bool _state)
presalemint(uint256 tokens, bytes32[] merkleProof) payable
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setMerkleRoot(bytes32 _merkleRoot)
setNotRevealedURI(string _notRevealedURI)
setWlCost(uint256 _newWlCost)
setWlMaxPerWallet(uint256 _limit)
setwlsupply(uint256 _newsupply)
togglepreSale(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()