ApesOnChain
Verified contract
Active on
Ethereum with 3,775 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
47 additional
variables
Balances ($0.00)
No balances found for "ApesOnChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19599090 | 7 months ago | | | 0 | 0.00028626452 | |
| 16306646 | 2 years ago | | | 0 | 0.00072883691 | |
| 15386113 | 2 years ago | | | 0 | 0.00024870681 | |
| 15159377 | 2 years ago | | | 0 | 0.00029064923 | |
| 15108461 | 2 years ago | | | 0 | 0.00050234955 | |
| 15027743 | 2 years ago | | | 0 | 0.0013340292 | |
| 14995579 | 2 years ago | | | 0 | 0.00059064557 | |
| 14921095 | 2 years ago | | | 0 | 0.0017876257 | |
| 14917956 | 2 years ago | | | 0 | 0.0015598054 | |
| 14867538 | 2 years ago | | | 0 | 0.0016527812 |
ABI
ABI objects
Getter at block 21228661
maxSupply() view returns (uint256)
3500
name() view returns (string)
ApesOnChain
numClaimed() view returns (uint256)
3450
owner() view returns (address)
0xe436d836d1f49f5c09c40467e11226a61d8863d7
symbol() view returns (string)
APOC
totalSupply() view returns (uint256)
3450
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAttributes(uint256 tokenId) view returns (string)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
ownerClaim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.