16 Bit Apes
Verified contract
Active on
Ethereum with 1,417 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000035 | $3,608.19 |
$0.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16807669 | 2 years ago | | | 0 | 0.00077941242 | |
| 16807667 | 2 years ago | | | 0 | 0.00082591637 | |
| 16807569 | 2 years ago | | | 0 | 0.00092109341 | |
| 16807563 | 2 years ago | | | 0 | 0.00096308589 | |
| 16807557 | 2 years ago | | | 0 | 0.0016137074 | |
| 16789055 | 2 years ago | | | 0 | 0.0012698671 | |
| 16773751 | 2 years ago | | | 0 | 0.0014684985 | |
| 16773735 | 2 years ago | | | 0 | 0.0014298760 | |
| 16773731 | 2 years ago | | | 0 | 0.0013965938 | |
| 16773730 | 2 years ago | | | 0 | 0.0013997767 |
ABI
ABI objects
Getter at block 21285578
MAX_MINTS_PER_TX() view returns (uint256)
10
NUM_FREE_MINTS() view returns (uint256)
10000
PRICE() view returns (uint256)
5000000000000000
getBaseURI() view returns (string)
ipfs://QmTYcLkTnk3c4xkWMMLggqTk13oVzjMECKhvMZqwGvCsN7
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
10000
name() view returns (string)
16 Bit Apes
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x05cd4b7395fe21675e7cb170255a7691ba01d485
symbol() view returns (string)
APES
totalSupply() view returns (uint256)
10000
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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 approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) 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 _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNumFreeMints(uint256 _numfreemints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.
This contract contains no error objects.