Crypto Apes
Verified contract
Active on
Ethereum with 555 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 "Crypto Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19324742 | 9 months ago | | | 0 | 0.0010506921 | |
| 16767906 | 2 years ago | | | 0 | 0.00052965187 | |
| 16309107 | 2 years ago | | | 0 | 0.00067630583 | |
| 16309019 | 2 years ago | | | 0 | 0.00067787064 | |
| 16116666 | 2 years ago | | | 0 | 0.00063641265 | |
| 16079173 | 2 years ago | | | 0 | 0.00027592737 | |
| 16039456 | 2 years ago | | | 0 | 0.00047527471 | |
| 16039305 | 2 years ago | | | 0 | 0.0011876175 | |
| 15914952 | 2 years ago | | | 0 | 0.0014350833 | |
| 15853503 | 2 years ago | | | 0 | 0.00025329285 |
ABI
ABI objects
Getter at block 21313427
MAX_SUPPLY() view returns (uint256)
555
name() view returns (string)
Crypto Apes
owner() view returns (address)
0xc034f8cd7817620e2ab260ed20eaa7972ecb692d
price() view returns (uint256)
77000000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
CApes
totalSupply() view returns (uint256)
480
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
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 baseURI)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.