Pastel Wives
Verified contract
Active on
Ethereum with 958 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 "Pastel Wives"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17688399 | a year ago | | | 0 | 0.0011192129 | |
| 15660495 | 2 years ago | | | 0 | 0.00023387369 | |
| 15459509 | 2 years ago | | | 0 | 0.00045726885 | |
| 15407867 | 2 years ago | | | 0 | 0.00032340214 | |
| 15378220 | 2 years ago | | | 0 | 0.00028289682 | |
| 15376463 | 2 years ago | | | 0 | 0.00030657967 | |
| 15363547 | 2 years ago | | | 0 | 0.00047459544 | |
| 15278890 | 2 years ago | | | 0 | 0.00021484888 | |
| 15278774 | 2 years ago | | | 0 | 0.00046538627 | |
| 15269358 | 2 years ago | | | 0 | 0.00050847667 |
ABI
ABI objects
Getter at block 21386769
MAX_PURCHASE_LIMIT() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
2222
_totalSupply() view returns (uint256)
2222
isFreeMint() view returns (bool)
false
isPresale() view returns (bool)
false
name() view returns (string)
Pastel Wives
owner() view returns (address)
0x156e0532cf10cb4e009565bf26695476b7578558
saleIsActive() view returns (bool)
true
symbol() view returns (string)
PWNFT
totalSupply() view returns (uint256)
2222
wivePrice() view returns (uint256)
0
wiveReserve() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isFreeMintWhiteListed(address _address) view returns (bool)
isWhiteListed(address _address) 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)
flipFreeMintState()
flipPresaleState()
flipSaleState()
freeMintWive()
mintWive(uint256 numberOfTokens) payable
removeFreeMintWhiteList(address _address)
removeWhiteList(address _address)
renounceOwnership()
reserveWives(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeMintWhiteList(address _address)
setFreeMintWhiteListMultiple(address[] _addresses)
setWhiteList(address _address, uint256 grade)
setWhiteListMultiple(address[] _addresses, uint256 grade)
setWivePrice(uint256 newPrice)
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.
This contract contains no error objects.