Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24.87)
Native
Value
$24.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008 | $3,108.45 |
$24.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15374438 | 2 years ago | | | 0.008 | 0.00080054314 | |
| 15370429 | 2 years ago | | | 0 | 0.00036908912 | |
| 15370006 | 2 years ago | | | 0.008 | 0.0016461938 | |
| 15369562 | 2 years ago | | | 0.008 | 0.00056785352 | |
| 15369454 | 2 years ago | | | 0 | 0.00039238324 | |
| 15369321 | 2 years ago | | | 0.012 | 0.00088354015 | |
| 15369318 | 2 years ago | | | 0.012 | 0.00077936806 | |
| 15369312 | 2 years ago | | | 0.012 | 0.00067861943 | |
| 15369312 | 2 years ago | | | 0.012 | 0.00067872952 | |
| 15369312 | 2 years ago | | | 0.012 | 0.00085877123 |
ABI
ABI objects
Getter at block 21229611
cost() view returns (uint256)
4000000000000000
maxPerTx() view returns (uint32)
3
maxSUPPLY() view returns (uint32)
3000
name() view returns (string)
Whispers
owner() view returns (address)
0x05721f6786519e33a4f50900b5889e9644d877d1
symbol() view returns (string)
Whispers
totalSupply() view returns (uint256)
2913
uriPrefix() view returns (string)
https://storage.googleapis.com/axolittles-cdn/metadata/
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)
whiteListDrop(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()