Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc11f…e5a9
Balances ($0.00)
No balances found for "Owls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196820 | 12 days ago | | | 0 | 0.00067134505 | |
| 21137598 | 21 days ago | | | 0 | 0.0010179761 | |
| 21106603 | 25 days ago | | | 0 | 0.000096696600 | |
| 21105309 | 25 days ago | | | 0 | 0.000086432641 | |
| 21102585 | 25 days ago | | | 0 | 0.00011829908 | |
| 21102030 | a month ago | | | 0 | 0.00017603740 | |
| 21101965 | a month ago | | | 0 | 0.00015245569 | |
| 21101631 | a month ago | | | 0 | 0.00023141701 | |
| 21101410 | a month ago | | | 0 | 0.00026033700 | |
| 21101362 | a month ago | | | 0 | 0.00035349156 |
ABI
ABI objects
Getter at block 21285040 totalSupply() view returns (uint256)
canUpdateSeed() view returns (bool)
true
descriptor() view returns (address)
0xc11fcacb7566351dd4bcd04f4b70d10ecacfe5a9
maxSupply() view returns (uint256)
10000
minting() view returns (bool)
false
name() view returns (string)
Owls
owner() view returns (address)
0x74beee74a44b713487d42473784b5cbdc547355e
symbol() view returns (string)
HOOT
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
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 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
disableSeedUpdate()
mint(uint32 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDescriptor(address newDescriptor)
setMinting(bool value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSeed(uint256 tokenId, uint256 seed)
withdraw() payable
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)
SeedUpdated(uint256 indexed tokenId, uint256 seed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address newDescriptor)
This contract contains no fallback and receive objects.
This contract contains no error objects.