Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($549.41)
Native
Value
$549.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.15 | $3,662.74 |
$549.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14819147 | 3 years ago | | | 0.015 | 0.0017524742 | |
| 14818997 | 3 years ago | | | 0.015 | 0.0012631353 | |
| 14818980 | 3 years ago | | | 0.015 | 0.0013747736 | |
| 14818958 | 3 years ago | | | 0 | 0.00089898728 | |
| 14818934 | 3 years ago | | | 0.045 | 0.0017204855 | |
| 14818889 | 3 years ago | | | 0 | 0.0029190085 | |
| 14818876 | 3 years ago | | | 0.015 | 0.0015464036 | |
| 14818845 | 3 years ago | | | 0.015 | 0.0028352507 | |
| 14818844 | 3 years ago | | | 0.015 | 0.0025433142 | |
| 14818827 | 3 years ago | | | 0.015 | 0.0017511509 |
ABI
ABI objects
Getter at block 21320247
contractURI() pure returns (string)
ipfs://QmWAE99cLh6fA7Ap3Vy8FfjFthDATnR2X61K5X7EQcsiN8
name() view returns (string)
OHearsay
owner() view returns (address)
0x4642b2cf81de9a970a44622c7889fe56943239be
paused() view returns (bool)
false
reservedTokensMinted() view returns (uint256)
2
symbol() view returns (string)
OHearsay
totalSupply() view returns (uint256)
12
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address Receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
mintReservedToken(address to, uint256 numberOfTokens)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()