Angry Apes United
Verified contract
Active on
Ethereum with 16,587 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LBNFT | ERC-721 | 1 | -- | -- | |
AAU | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131623 | 4 days ago | | | 0 | 0.0019047976 | |
| 21116786 | 6 days ago | | | 0 | 0.00014268751 | |
| 21116778 | 6 days ago | | | 0 | 0.00014103204 | |
| 21116777 | 6 days ago | | | 0 | 0.00014600019 | |
| 21116775 | 6 days ago | | | 0 | 0.00013134090 | |
| 21099302 | 9 days ago | | | 0 | 0.00014554611 | |
| 21099301 | 9 days ago | | | 0 | 0.00025453928 | |
| 21073118 | 12 days ago | | | 0 | 0.0010585602 | |
| 21064461 | 13 days ago | | | 0 | 0.00060784365 | |
| 21033162 | 18 days ago | | | 0 | 0.00027583348 |
ABI
ABI objects
Getter at block 21160212 getMaximumAllowedTokens() view returns (uint256)
allowListMaxMint() view returns (uint256)
5
getContractOwner() view returns (address)
0x50e5fe7464d0f80d93f92ec45213b368024ea4cb
getPrice() view returns (uint256)
75000000000000000
getReserveAtATime() view returns (uint256)
45
getTotalSupply() view returns (uint256)
8888
isActive() view returns (bool)
false
isAllowListActive() view returns (bool)
false
maximumAllowedTokensPerPurchase() view returns (uint256)
20
maximumMintSupply() view returns (uint256)
8888
mintPrice() view returns (uint256)
75000000000000000
name() view returns (string)
Angry Apes United
owner() view returns (address)
0x50e5fe7464d0f80d93f92ec45213b368024ea4cb
symbol() view returns (string)
AAU
totalSupply() view returns (uint256)
8888
Read-only
allowListClaimedBy(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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchReserveToMultipleAddresses(uint256 _count, address[] addresses)
mint(address _to, uint256 _count) payable
preSaleMint(bytes _signature, uint256 _count) payable
renounceOwnership()
reserveNft()
reserveToCustomWallet(address _walletAddress, uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool val)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setIsAllowListActive(bool _isAllowListActive)
setMaxMintSupply(uint256 maxMintSupply)
setMaxReserve(uint256 val)
setMaximumAllowedTokens(uint256 _count)
setPrice(uint256 _price)
setReserveAtATime(uint256 val)
setSignerAddress(address addr)
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)
AssetMinted(uint256 tokenId, address sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleActivation(bool isActive)
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.