Battlebears
Verified contract
Active on
Ethereum with 555 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 "Battlebears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14669730 | 3 years ago | | | 0 | 0.0011162185 | |
| 14452545 | 3 years ago | | | 0 | 0.00073139522 | |
| 14424688 | 3 years ago | | | 0 | 0.00077812634 | |
| 14403807 | 3 years ago | | | 0 | 0.00068170543 | |
| 14396602 | 3 years ago | | | 0 | 0.0012209821 | |
| 14373675 | 3 years ago | | | 0 | 0.00042462242 | |
| 14361990 | 3 years ago | | | 0 | 0.0014973242 | |
| 14346304 | 3 years ago | | | 0 | 0.0013618723 | |
| 14345831 | 3 years ago | | | 0 | 0.0013828044 | |
| 14345761 | 3 years ago | | | 0 | 0.0025630454 |
ABI
ABI objects
Getter at block 21408758
MAX_MINTS_PER_TX() view returns (uint256)
20
NUM_FREE_MINTS() view returns (uint256)
2222
PUBLIC_SALE_PRICE() view returns (uint256)
10000000000000000
getBaseURI() view returns (string)
ipfs://QmZjHsoHHdcSsKboAbvz3ooexYkSC6kq8hFQwCHwFRHdFS
getLastTokenId() view returns (uint256)
2748
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
4444
name() view returns (string)
Battlebears
owner() view returns (address)
0xc28480f7008ca200e091cde415292c25a3134272
symbol() view returns (string)
BattleBears
totalSupply() view returns (uint256)
2748
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) 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 _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNumFreeMints(uint256 _numfreemints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.