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 "HerName"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18901633 | a year ago | | | 0 | 0.00063672746 | |
| 16307873 | 2 years ago | | | 0 | 0.00069745258 | |
| 15425834 | 2 years ago | | | 0 | 0.00013415311 | |
| 15425276 | 2 years ago | | | 0 | 0.00039929527 | |
| 15423752 | 2 years ago | | | 0.009 | 0.0013647813 | |
| 15423747 | 2 years ago | | | 0.009 | 0.0016518445 | |
| 15423746 | 2 years ago | | | 0.009 | 0.0019958737 | |
| 15423649 | 2 years ago | | | 0 | 0.00027971400 | |
| 15423570 | 2 years ago | | | 0.009 | 0.00080369506 | |
| 15423491 | 2 years ago | | | 0 | 0.00044186942 |
ABI
ABI objects
Getter at block 21264908
cost() view returns (uint256)
3000000000000000
costMin() view returns (uint256)
2000000000000000
maxPerTx() view returns (uint32)
3
maxSupply() view returns (uint32)
1499
name() view returns (string)
HerName
owner() view returns (address)
0x2f55e0c8f6e276add18644daf04596c63fed706e
symbol() view returns (string)
Her
totalSupply() view returns (uint256)
1437
uriPrefix() view returns (string)
ipfs://QmaQZx9RKdTGQYNJNSfb9AY3qgweeB6Q1FaDdjRLXEtAmU/
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)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteListMint(uint256 amount)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()