StarryApes
Verified contract
Active on
Ethereum with 1,742 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 "StarryApes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19708878 | 6 months ago | | | 0 | 0.00032451519 | |
| 19679259 | 6 months ago | | | 0 | 0.00052717057 | |
| 19526192 | 7 months ago | | | 0 | 0.0028578898 | |
| 19484027 | 7 months ago | | | 0 | 0.0018599560 | |
| 19482935 | 7 months ago | | | 0 | 0.0013798979 | |
| 19482934 | 7 months ago | | | 0 | 0.0013697384 | |
| 19482933 | 7 months ago | | | 0 | 0.0012612701 | |
| 19369662 | 8 months ago | | | 0 | 0.0046235317 | |
| 18909743 | 10 months ago | | | 0 | 0.00045233410 | |
| 18908501 | 10 months ago | | | 0 | 0.00057311950 |
ABI
ABI objects
Getter at block 21091281
MAX_APES() view returns (uint256)
10000
MAX_PER_MINT() view returns (uint256)
10
PRICE() view returns (uint256)
10000000000000000
baseExtension() view returns (string)
.json
baseTokenURI() view returns (string)
ipfs://QmWLyrsSmEsmENagoKLxGCkVp7aGPVMTaDFRLvj6atCJyV/
name() view returns (string)
StarryApes
numAPESMinted() view returns (uint256)
3055
owner() view returns (address)
0xc1489863fc48e0d1bac666a337c4ec3f7e0015ad
publicSaleStarted() view returns (bool)
true
symbol() view returns (string)
SAAC
totalSupply() view returns (uint256)
3055
Read-only
amountClaimedBy(address owner) view returns (uint256)
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 approve(address to, uint256 tokenId)
mint(uint256 amountOfAPES) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
togglePublicSaleStarted()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string baseURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicSaleMint(address minter, uint256 amountOfAPES)
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.