interstellar APE

Verified contract

Active on Ethereum with 883 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "interstellar APE"

0xfe556fc43603a7ca7b7c5fa38beea8d1b5175f955a4ec0f4959c581368409eb1
0xa17729918147552bd25b611d0697de3b8103f496ccbf2ef286475705e96aea76
0x0294cb4d75c4226f2254992d3114c56b36b346150cfa62799d89a19764e4b2b9
0x089c409a82787fc6e4f18de5bb7cd532a5478ec08ed2ab1d7680473e1aa86378
0x526666426c0b0faf8c84c7ef05738df5dc3cbbe76dd3be94161b5dc0bf152a5c
0xd033acf4010d5ae9483c81df1374f82a033ab85599de93b423904cd6316e7c35
0x07a95b78f0d6bd0df820561c1e3e7005045c6873eb9d177b2d919fb454229bac
0xf1cbe7a83b9a64cfa0c5690298bb705d03318c3ec9aab58db6a821b717a8f8eb
0xb30951658f792c61cb32dfccae6b9d9aa24f197f3cf23dc8ffcf14c8901884f0
0x7c461639366ed5fb9bac6e25a2f238cf7cc88dd2abff9b06b81da13cf32eff83

Functions
Getter at block 21221232
baseTokenURI(view returns (string)
ipfs://bafybeidhb6nyn755deavyowhsy4gu6b5ntx7muvyi4dcdspskd32fpe4ni/
defaultTokenURI(view returns (string)
maxSupply(view returns (uint256)
8888
name(view returns (string)
interstellar APE
owner(view returns (address)
0x956093242c0c7e1e39284831a22fa598ed1e1a85
publicMintStatus(view returns (uint8)
2
publicSalePrice(view returns (uint256)
0
symbol(view returns (string)
inape
totalSupply(view returns (uint256)
4210
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
usermint(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
marketMint(address[] marketmintaddressuint256[] mintquantitypayable 
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setDefaultURI(string _defaultURI
setPublicMintStatus(uint256 status
setPublicPrice(uint256 mintprice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseTokenURIuint256 _maxSupplyuint256 _publicSalePrice
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(