Angry Ape Army
Verified contract
Active on
Ethereum with 8,040 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 "Angry Ape Army"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21120197 | 7 days ago | | | 0 | 0.00018251875 | |
| 21120196 | 7 days ago | | | 0 | 0.00017905462 | |
| 21103515 | 9 days ago | | | 0 | 0.000087102000 | |
| 20984642 | a month ago | | | 0 | 0.0012666893 | |
| 20953314 | a month ago | | | 0 | 0.00039628349 | |
| 20852244 | a month ago | | | 0 | 0.00025296159 | |
| 20713331 | 2 months ago | | | 0 | 0.00040986651 | |
| 20677841 | 2 months ago | | | 0 | 0.00017719766 | |
| 20671404 | 2 months ago | | | 0 | 0.000051739451 | |
| 20671373 | 2 months ago | | | 0 | 0.000096555170 |
ABI
ABI objects
Getter at block 21168039
MAX_ANGRYAPES() view returns (uint256)
3333
MAX_PRESALE() view returns (uint256)
2
MAX_SALE() view returns (uint256)
25
contractURI() view returns (string)
https://aaa-microservice.herokuapp.com/contract/nft
hasPreSaleStarted() view returns (bool)
false
hasSaleStarted() view returns (bool)
false
name() view returns (string)
Angry Ape Army
owner() view returns (address)
0x6ab71c2025442b694c8585ace2fc06d877469d30
preSaleOver() view returns (bool)
true
price() view returns (uint256)
80000000000000000
symbol() view returns (string)
AAA
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
checkEarlyBird(address earlyBirdAddress) 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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addEarlyBirds(address[] earlyBirdAddresses)
approve(address to, uint256 tokenId)
batchMintByOwner(address[] _mintAddressList, uint256[] _quantityList)
mint(uint256 _quantity) payable
mintByOwner(address _to, uint256 _quantity)
pausePreSale()
pauseSale()
preMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setContractURI(string _URI)
setPrice(uint256 _price)
setSaleAddress(address _saleAddress)
startPreSale()
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
AngryApeMinted(uint256 indexed tokenId, address indexed owner)
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(string baseURI_, string contractURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.