Just a Women Profile Picture
Verified contract
Active on
Ethereum with 91 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 "Just a Women Profile Picture"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17009261 | 2 years ago | | | 0 | 0.00057119710 | |
| 17009259 | 2 years ago | | | 0 | 0.00048676905 | |
| 17008697 | 2 years ago | | | 0 | 0.0027893200 | |
| 17007860 | 2 years ago | | | 0 | 0.0029258631 | |
| 17007784 | 2 years ago | | | 0 | 0.0024427249 | |
| 17007594 | 2 years ago | | | 0 | 0.00090334936 | |
| 17007458 | 2 years ago | | | 0 | 0.00091309995 | |
| 17007454 | 2 years ago | | | 0 | 0.0022272227 | |
| 17007399 | 2 years ago | | | 0 | 0.0026085085 | |
| 17007360 | 2 years ago | | | 0 | 0.0030877885 |
ABI
ABI objects
Getter at block 21217593
freePerTx() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
320
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
Just a Women Profile Picture
owner() view returns (address)
0x01b29ec94dfb1fc6bcc22f4a3ad174f88255ab4e
symbol() view returns (string)
Women
totalSupply() view returns (uint256)
102
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
devMint(address addr, uint256 count)
mint(uint256 count) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setConfig(uint256 free, uint256 m)
setPrefix(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
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)
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()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()