Pixel Women
Verified contract
Active on
Ethereum with 1,250 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x09b3…2456
Balances ($0.00)
No balances found for "Pixel Women"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18869966 | a year ago | | | 0 | 0.00095676235 | |
| 18773021 | a year ago | | | 0 | 0.0021565895 | |
| 17609564 | a year ago | | | 0 | 0.00030976571 | |
| 17609563 | a year ago | | | 0 | 0.00030906447 | |
| 17516014 | a year ago | | | 0 | 0.0010507799 | |
| 17083610 | 2 years ago | | | 0 | 0.0050676120 | |
| 16599944 | 2 years ago | | | 0 | 0.0013522847 | |
| 16586836 | 2 years ago | | | 0 | 0.0016626153 | |
| 16281206 | 2 years ago | | | 0 | 0.00074302400 | |
| 16249461 | 2 years ago | | | 0 | 0.00071315625 |
ABI
ABI objects
Getter at block 21282374
IsActive() view returns (bool)
true
MAX_FREETOKEN() view returns (uint256)
500
PWOWStaking() view returns (address)
0x09b3743bb595ee20cb10262eba01e6b45c722456
amountForDevs() view returns (uint256)
100
maxPerFreeMint() view returns (uint256)
1
maxTx() view returns (uint256)
20
name() view returns (string)
Pixel Women
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x1e98567a199f77c83276bcd282b5dee96c9dcb79
publicsalePrice() view returns (uint256)
25000000000000000
symbol() view returns (string)
PixelWomen
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events MintbyOwner(address _to, uint256 _reserveAmount)
Paused()
approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
publicMint(uint256 quantity, bool _stake) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxFreeMint(uint256 _MAX_FREETOKEN)
setOwnersExplicit(uint256 quantity)
setPWOWStaking(address _StakingAddress)
setmaxPerFreeMint(uint256 _maxPerFreeMint)
setmaxTx(uint256 _maxTx)
setpublicsalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.