Bear Apes
Verified contract
Active on
Ethereum with 809 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 "Bear Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20689764 | 2 months ago | | | 0 | 0.00014221313 | |
| 20689734 | 2 months ago | | | 0 | 0.00011068191 | |
| 20689672 | 2 months ago | | | 0 | 0.00012130630 | |
| 20689164 | 2 months ago | | | 0 | 0.00013089697 | |
| 19645711 | 7 months ago | | | 0 | 0.00053270677 | |
| 19210278 | 9 months ago | | | 0 | 0.00057492898 | |
| 16909628 | 2 years ago | | | 0 | 0.00052636826 | |
| 16566192 | 2 years ago | | | 0 | 0.0012218740 | |
| 16073367 | 2 years ago | | | 0 | 0.00052823207 | |
| 16013817 | 2 years ago | | | 0 | 0.00052676412 |
ABI
ABI objects
Getter at block 21085913
COMMUNITY_VAULT_BATCH() view returns (uint256)
50
COMMUNITY_VAULT_REST() view returns (uint256)
19
COMMUNITY_VAULT_TOTAL() view returns (uint256)
369
PER_ADDRESS() view returns (uint256)
20
PRICE() view returns (uint256)
2900000000000000
SUPPLY() view returns (uint256)
10000
contractURI() view returns (string)
locked() view returns (bool)
false
name() view returns (string)
Bear Apes
owner() view returns (address)
0x8e414891aa18540d16c4dd1b1e7d7b3478b3e2c3
saleLive() view returns (bool)
true
symbol() view returns (string)
BApe
totalSupply() view returns (uint256)
1331
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCount(address) 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)
lockMetadata()
mint(uint256 tokenQuantity) payable
mintCommunityBatch()
mintCommunityRest()
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)
toggleSaleStatus()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.