Whiskers
Verified contract
Active on
Ethereum with 15,541 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 "Whiskers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196551 | 14 days ago | | | 0 | 0.00048778313 | |
| 21189219 | 15 days ago | | | 0 | 0.00068612404 | |
| 21103886 | a month ago | | | 0 | 0.000063816257 | |
| 21103604 | a month ago | | | 0 | 0.00010708618 | |
| 21025857 | a month ago | | | 0 | 0.00032359012 | |
| 20988945 | a month ago | | | 0 | 0.00047174355 | |
| 20851002 | 2 months ago | | | 0 | 0.00013243960 | |
| 20845379 | 2 months ago | | | 0 | 0.00037736619 | |
| 20695726 | 3 months ago | | | 0 | 0.000074276686 | |
| 20634482 | 3 months ago | | | 0 | 0.00024121263 |
ABI
ABI objects
Getter at block 21294085
_maxSupply() view returns (uint64)
5555
_mintPrice() view returns (uint64)
150000000000000000
_proofRoot() view returns (bytes32)
0x29ce450728b9e65554170aa82602e9674679e53160db54ac1be963ff0e952589
_tokenURIBase() view returns (string)
ipfs://QmPb5wNJUboPPboxjv4BU7tq3xgNTR5X63ktHhnt4R397g/
_tokenURIExtension() view returns (string)
.json
name() view returns (string)
Whiskers
owner() view returns (address)
0x428c876bc92adfb1db57e34bd0eb97e1cf980173
paused() view returns (bool)
false
symbol() view returns (string)
WHISKERS
totalSupply() view returns (uint256)
5555
xDev() view returns (address)
0x9b54d1714f85a192723a36f1e8de9e81dbcbbb1f
xFounder() view returns (address)
0x0fb87c2b4ac21fb0908f194a1f1f9731d294305c
Read-only
addressMintBalance(address) view returns (uint256)
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)
mint(bytes32[] _proof) payable
ownerMint(uint256 _quantity)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPriceWei(uint64 _priceWei)
setProofRoot(bytes32 _root)
setURIBase(string _URIBase)
setURIExtension(string _URIExtension)
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(string _URIBase, string _URIExtension)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()