ApesOfSpace
Verified contract
Active on
Ethereum with 10,703 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "ApesOfSpace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240614 | 2 days ago | | | 0 | 0.00056167537 | |
| 21202846 | 8 days ago | | | 0 | 0.00051723571 | |
| 21169752 | 12 days ago | | | 0 | 0.0010334715 | |
| 21150426 | 15 days ago | | | 0 | 0.00048678924 | |
| 21146875 | 15 days ago | | | 0 | 0.00036849720 | |
| 21131646 | 18 days ago | | | 0 | 0.00089633789 | |
| 21100554 | 22 days ago | | | 0 | 0.00089953600 | |
| 21066440 | a month ago | | | 0 | 0.00074484766 | |
| 20996902 | a month ago | | | 0 | 0.00043591803 | |
| 20884295 | 2 months ago | | | 0 | 0.00049625821 |
ABI
ABI objects
Getter at block 21257068
MAX_APES() view returns (uint256)
10000
apesPrice() view returns (uint256)
35000000000000000
baseURI() view returns (string)
https://raw.githubusercontent.com/apesofspace/metadata/master/
maxApesPurchase() view returns (uint256)
30
name() view returns (string)
ApesOfSpace
owner() view returns (address)
0x4eb8f99f1f912642eafac5e1dfaf2b72c0012462
saleIsActive() view returns (bool)
false
symbol() view returns (string)
AOS
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)
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 airdropApes(uint256 numApes, address recipient)
airdropApesToMany(address[] recipients)
approve(address to, uint256 tokenId)
changeApesPrice(uint256 newApesPrice)
flipSaleState()
mintApes(uint256 numberOfTokens) payable
renounceOwnership()
reserveApes(uint256 reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.