Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9999 additional slots
Balances ($0.00)
No balances found for "0xApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20699053 | 2 months ago | | | 0 | 0.000050305954 | |
| 20699052 | 2 months ago | | | 0 | 0.000050620049 | |
| 20006148 | 5 months ago | | | 0 | 0.00019266250 | |
| 20005948 | 5 months ago | | | 0 | 0.00027251784 | |
| 19369747 | 8 months ago | | | 0 | 0.0051347111 | |
| 18917021 | 10 months ago | | | 0 | 0.00032026503 | |
| 18725164 | a year ago | | | 0 | 0.0013271974 | |
| 17485062 | a year ago | | | 0 | 0.00044269576 | |
| 17475733 | a year ago | | | 0 | 0.00041052263 | |
| 17020862 | 2 years ago | | | 0 | 0.00048515153 |
ABI
ABI objects
Getter at block 21207026
MAX_MINTABLE_AT_ONCE() view returns (uint256)
50
contractURI() view returns (string)
isMintOn() view returns (bool)
false
name() view returns (string)
0xApes
numTotalPhunks() view returns (uint256)
10000
owner() view returns (address)
0x3e213597d1b4a8543cf3ef0d088de14c37bc5842
saleHasBeenStarted() view returns (bool)
true
symbol() view returns (string)
0xApe
totalSupply() view returns (uint256)
2273
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCostForMintingPhunks(uint256 _numToMint) view returns (uint256)
getPhunksBelongingToOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pendingWithdrawals(address) view returns (uint256)
punkBids(uint256) view returns (bool hasBid, uint256 tokenId, address bidder, uint256 value)
punksOfferedForSale(uint256) view returns (bool isForSale, uint256 tokenId, address seller, uint256 minValue, address onlySellTo)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events acceptBidForPunk(uint256 tokenId, uint256 minPrice)
approve(address to, uint256 tokenId)
buyPunk(uint256 tokenId) payable
endMinting()
enterBidForPunk(uint256 tokenId) payable
mint(uint256 _numToMint) payable
offerPunkForSale(uint256 tokenId, uint256 minSalePriceInWei)
offerPunkForSaleToAddress(uint256 tokenId, uint256 minSalePriceInWei, address toAddress)
punkNoLongerForSale(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedInitialContractState(address[] tokenOwners, uint256[] tokens)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string _contractURI)
startMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawBidForPunk(uint256 tokenId)
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)
PunkBidEntered(uint256 indexed tokenId, uint256 value, address indexed fromAddress)
PunkBidWithdrawn(uint256 indexed tokenId, uint256 value, address indexed fromAddress)
PunkBought(uint256 indexed tokenId, uint256 value, address indexed fromAddress, address indexed toAddress)
PunkNoLongerForSale(uint256 indexed tokenId)
PunkOffered(uint256 indexed tokenId, uint256 minValue, address indexed toAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
This contract contains no error objects.