The Bored Ape Americans
Verified contract
Active on
Ethereum with 1,884 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 "The Bored Ape Americans"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20848564 | 2 months ago | | | 0 | 0.00031423401 | |
| 20601268 | 3 months ago | | | 0 | 0.000048308078 | |
| 20393465 | 4 months ago | | | 0 | 0.000066877801 | |
| 20093233 | 5 months ago | | | 0 | 0.00021338850 | |
| 19851349 | 6 months ago | | | 0 | 0.00016164015 | |
| 19822362 | 6 months ago | | | 0 | 0.00022808329 | |
| 19778630 | 7 months ago | | | 0 | 0.00021791760 | |
| 19778629 | 7 months ago | | | 0 | 0.00019601062 | |
| 19778627 | 7 months ago | | | 0 | 0.00020857148 | |
| 19700560 | 7 months ago | | | 0 | 0.00017192780 |
ABI
ABI objects
Getter at block 21210071
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXERLprhCqzrQ2Us8kggc1Ap9kZ8apuBJdJxv2pbJraJr/
cost() view returns (uint256)
1000000000000000
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
5555
name() view returns (string)
The Bored Ape Americans
owner() view returns (address)
0x5f500f003f4284ed22d81b60cb709ddbe3280642
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TBAA
totalSupply() view returns (uint256)
5555
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 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()