ape.wth
Verified contract
Active on
Ethereum with 2,477 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 "ape.wth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19752495 | 7 months ago | | | 0 | 0.00028309266 | |
| 19748838 | 7 months ago | | | 0 | 0.00015391509 | |
| 18846795 | a year ago | | | 0 | 0.0010190886 | |
| 16896964 | 2 years ago | | | 0 | 0.00041640753 | |
| 16591126 | 2 years ago | | | 0 | 0.00091146783 | |
| 16494617 | 2 years ago | | | 0 | 0.0017238614 | |
| 16338839 | 2 years ago | | | 0 | 0.00048406018 | |
| 16338839 | 2 years ago | | | 0 | 0.00048406018 | |
| 16338424 | 2 years ago | | | 0 | 0.00045256911 | |
| 16338411 | 2 years ago | | | 0 | 0.00039783930 |
ABI
ABI objects
Getter at block 21206979
_maxFreeMintPerAddr() view returns (uint256)
2
_maxFreeMintSupply() view returns (uint256)
2000
_maxMintPerTx() view returns (uint256)
50
_maxSupply() view returns (uint256)
5000
_mintPrice() view returns (uint256)
2000000000000000
baseURI() view returns (string)
ipfs://QmUKwcJRoRgo3DD71pmUyrgWWdDb16kGN1TeTUe3U37Mfi/
name() view returns (string)
ape.wth
owner() view returns (address)
0x56bc8b107985df8fd3c09f2803378ba6e4649e2f
symbol() view returns (string)
ape.wth
totalSupply() view returns (uint256)
5000
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)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()