Badass Ape NFT Club
Verified contract
Active on
Ethereum with 1,621 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 "Badass Ape NFT Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106844 | 13 days ago | | | 0 | 0.00012261385 | |
| 21105225 | 14 days ago | | | 0 | 0.00029220827 | |
| 21105224 | 14 days ago | | | 0 | 0.00026828780 | |
| 21105219 | 14 days ago | | | 0 | 0.00027451672 | |
| 21105217 | 14 days ago | | | 0 | 0.00027386501 | |
| 21105215 | 14 days ago | | | 0 | 0.00028471132 | |
| 21105212 | 14 days ago | | | 0 | 0.00028750350 | |
| 21105210 | 14 days ago | | | 0 | 0.00028320316 | |
| 21105208 | 14 days ago | | | 0 | 0.00029515461 | |
| 21105206 | 14 days ago | | | 0 | 0.00029841170 |
ABI
ABI objects
Getter at block 21203420
MAX_PUBLIC_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
8888
PRICE_PER_TOKEN_PRE_SALES() view returns (uint256)
100000000000000000
PRICE_PER_TOKEN_SALES() view returns (uint256)
150000000000000000
merkleRoot() view returns (bytes32)
0x4187cfabef52442e6a7cf5c041d3bb146aa490821d157ce0a832ce4d711bb73e
name() view returns (string)
Badass Ape NFT Club
owner() view returns (address)
0x60a498447372c4148758902938d586333200e1d7
preSalesIsActive() view returns (bool)
false
saleIsActive() view returns (bool)
false
symbol() view returns (string)
BANC
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numAvailableToMint(address addr) view returns (uint256)
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 numberOfTokens) payable
mintAllowList(uint256 numberOfTokens, bytes32[] _merkleProof, uint256 listType) payable
renounceOwnership()
reserve(uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMerkleTree(bytes32 _merkleRoot)
setPreSalesActive(bool _isPreSalesActive)
setReveal(bool _revealState)
setSaleState(bool newState)
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 name, string symbol, string nonRevealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()