Alien Army Apes
Verified contract
Active on
Ethereum with 426 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 "Alien Army Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16393933 | 2 years ago | | | 0 | 0.0010244459 | |
| 15773728 | 2 years ago | | | 0 | 0.00031060194 | |
| 15773522 | 2 years ago | | | 0 | 0.0010709675 | |
| 15773480 | 2 years ago | | | 0 | 0.00072394108 | |
| 15773468 | 2 years ago | | | 0 | 0.00065309750 | |
| 15773468 | 2 years ago | | | 0 | 0.00065309750 | |
| 15773468 | 2 years ago | | | 0 | 0.00065309750 | |
| 15773467 | 2 years ago | | | 0 | 0.00067595581 | |
| 15773467 | 2 years ago | | | 0 | 0.00067595581 | |
| 15773467 | 2 years ago | | | 0 | 0.00067595581 |
ABI
ABI objects
Getter at block 21214466
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxSupply() view returns (uint256)
2500
name() view returns (string)
Alien Army Apes
owner() view returns (address)
0xfdf78471e4e7f8d31abf72f7b47944e38e825f3b
pre_paused() view returns (bool)
false
presaleCost() view returns (uint256)
0
public_paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
AAA
totalSupply() view returns (uint256)
2500
unrevURI() view returns (string)
ipfs://QmVsThvtq66ALmdDtRYhcJJiNs6vWZK1stEMAEqmsV8z2U
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)
mint(uint256 _amount) payable
ownerMint(address _to, uint256 _amount)
preMint(uint256 _amount) payable
renounceOwnership()
revealNFT()
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 _newBaseURI)
setCost(uint256 _newCost)
setPresaleCost(uint256 _newCost)
setUnrevURI(string _newUnrevURI)
startPreSale()
startPublicSale()
stopPreSale()
stopPublicSale()
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI, string _initUnrevURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()