Undead Pastel Club
Verified contract
Active on
Ethereum with 24,851 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($785.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.245 | $3,207.27 |
$785.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158201 | 11 hours ago | | | 0 | 0.0011584662 | |
| 21130112 | 4 days ago | | | 0 | 0.0012554578 | |
| 20947689 | a month ago | | | 0 | 0.00025876282 | |
| 20914710 | a month ago | | | 0 | 0.0017210898 | |
| 20914510 | a month ago | | | 0 | 0.0033469776 | |
| 20914489 | a month ago | | | 0 | 0.0027897876 | |
| 20914404 | a month ago | | | 0 | 0.0037014756 | |
| 20865256 | a month ago | | | 0 | 0.00051031323 | |
| 20809131 | 2 months ago | | | 0 | 0.00058308063 | |
| 20755484 | 2 months ago | | | 0 | 0.000085607482 |
ABI
ABI objects
Getter at block 21161604 getBaseURI() view returns (string) getContractBalance() view returns (uint256)
baseExtension() view returns (string)
.json
cost() view returns (uint256)
100000000000000000
currentSupply() view returns (uint256)
9999
getCurrentCost() view returns (uint256)
100000000000000000
maxMintAmount() view returns (uint256)
10
maxMintAmountPresale() view returns (uint256)
1
maxSupply() view returns (uint256)
9999
name() view returns (string)
Undead Pastel Club
nftPerAddressLimit() view returns (uint256)
100
nftPerAddressLimitPresale() view returns (uint256)
1
notRevealedUri() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmb4sw3sqA7AZsaRZ7vtMwxCduk1ExJL5gVDPcpnP8kxFK/
owner() view returns (address)
0xb0eba321c1bbd114d675a601183d454999a2997a
paused() view returns (bool)
false
preSaleCost() view returns (uint256)
70000000000000000
preSaleDate() view returns (uint256)
1641931200
preSaleEndDate() view returns (uint256)
1642017600
preSaleMaxSupply() view returns (uint256)
2250
publicSaleDate() view returns (uint256)
1642039200
revealed() view returns (bool)
true
symbol() view returns (string)
UPC
totalSupply() view returns (uint256)
9998
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
gift(uint256 _mintAmount, address destination)
mint(uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxSupply(uint256 _maxSupply)
setNftPerAddressLimit(uint256 _limit)
setNftPerAddressLimitPreSale(uint256 _limit)
setNotRevealedURI(string _notRevealedURI)
setPreSaleDate(uint256 _preSaleDate)
setPreSaleEndDate(uint256 _preSaleEndDate)
setPresaleCost(uint256 _newCost)
setPresaleMaxSupply(uint256 _newPresaleMaxSupply)
setPublicSaleDate(uint256 _publicSaleDate)
setmaxMintAmount(uint256 _newmaxMintAmount)
setmaxMintAmountPreSale(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistForBurn(address _newAddress)
whitelistUsers(address[] addresses)
withdraw() payable
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(string _name, string _symbol, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.