WOMEN OF PIXEL
Verified contract
Active on
Ethereum with 597 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 "WOMEN OF PIXEL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18689195 | a year ago | | | 0 | 0.0022291963 | |
| 17946397 | a year ago | | | 0 | 0.00053283274 | |
| 16751395 | 2 years ago | | | 0 | 0.0011426982 | |
| 16498008 | 2 years ago | | | 0 | 0.00038325199 | |
| 15632883 | 2 years ago | | | 0 | 0.00037873647 | |
| 15632882 | 2 years ago | | | 0 | 0.00035739785 | |
| 15554611 | 2 years ago | | | 0 | 0.00075331536 | |
| 15545982 | 2 years ago | | | 0 | 0.00034158181 | |
| 15411215 | 2 years ago | | | 0 | 0.00072591624 | |
| 15311566 | 2 years ago | | | 0 | 0.00068337214 |
ABI
ABI objects
Getter at block 21126600
contractURI() pure returns (string)
https://mw9spidhbc.execute-api.us-east-1.amazonaws.com/dev/contract/women-of-pixel
getCost() view returns (uint256)
10000000000000000
getCurrentSupply() view returns (uint256)
5566
getFreeMintLimit() view returns (uint256)
20
getFreeSupply() view returns (uint256)
5500
getMaxSupply() view returns (uint256)
7000
getMintStatus() view returns (bool)
true
getState() view returns (bool, uint256, uint256, uint256, uint256, uint256)
(true, 10000000000000000, 7000, 5566, 5500, 20)
name() view returns (string)
WOMEN OF PIXEL
owner() view returns (address)
0x12f2db72661958bca84ee0d4384b0f903ad83c58
symbol() view returns (string)
WPXL
totalSupply() view returns (uint256)
5566
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
State-modifying
Events allowPublicMint()
approve(address to, uint256 tokenId)
denyPublicMint()
freeMint(uint256 count) payable
mintTokens(address[] recipients) payable
mintTokens(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 cost)
setFreeMintLimit(uint256 max)
setFreeSupply(uint256 max)
setMaxSupply(uint256 max)
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(string tokenName, string symbol, uint256 cost, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.