Chalked Ape Chaos
Verified contract
Active on
Ethereum with 340 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 "Chalked Ape Chaos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19849386 | 7 months ago | | | 0.0005 | 0.000084663000 | |
| 16303186 | 2 years ago | | | 0 | 0.00082114068 | |
| 16301717 | 2 years ago | | | 0 | 0.00073922696 | |
| 16301561 | 2 years ago | | | 0 | 0.00079849383 | |
| 16301517 | 2 years ago | | | 0 | 0.00071484450 | |
| 16301515 | 2 years ago | | | 0 | 0.00072927899 | |
| 16301508 | 2 years ago | | | 0 | 0.00083593215 | |
| 16301505 | 2 years ago | | | 0 | 0.00084689120 | |
| 16301503 | 2 years ago | | | 0 | 0.00088465792 | |
| 16301499 | 2 years ago | | | 0 | 0.00084016199 |
ABI
ABI objects
Getter at block 21427018
MAX_MINT_PER_TX() view returns (uint256)
10
MAX_TOKENS() view returns (uint256)
1234
baseExtension() view returns (string)
.json
baseUri() view returns (string)
ipfs://bafybeigxsh244klipnbcldjmmsajovywcypreiqe333vrdry55fctv3tqy/
isSaleActive() view returns (bool)
true
name() view returns (string)
Chalked Ape Chaos
owner() view returns (address)
0x632b95fba2a6a846d208f3c3d3d494491bf46a23
price() view returns (uint256)
0
symbol() view returns (string)
ChalkedApe
totalSupply() view returns (uint256)
1234
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)
flipSaleState()
mint(uint256 _numTokens) 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 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.