Baller Bears
Verified contract
Active on
Ethereum with 8,189 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 "Baller Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262257 | 2 days ago | | | 0 | 0.00034986250 | |
| 21212009 | 9 days ago | | | 0 | 0.00022320833 | |
| 21169058 | 15 days ago | | | 0 | 0.0010008676 | |
| 21082168 | a month ago | | | 0 | 0.00016732762 | |
| 20781731 | 2 months ago | | | 0 | 0.0015727412 | |
| 20621449 | 3 months ago | | | 0 | 0.00012705800 | |
| 20621448 | 3 months ago | | | 0 | 0.00012621801 | |
| 20619932 | 3 months ago | | | 0 | 0.00020138424 | |
| 20355510 | 4 months ago | | | 0 | 0.000078015794 | |
| 20355509 | 4 months ago | | | 0 | 0.000076357136 |
ABI
ABI objects
Getter at block 21274243
MAX_MINT_PER_TX() view returns (uint256)
10
MAX_TOKENS() view returns (uint256)
4444
baseExtension() view returns (string)
.json
baseUri() view returns (string)
ipfs://Qmb1WNzRZ6jcSzFpa8zSDA7bqkjGAgUPV9AE3uSdWRbMzt/
isSaleActive() view returns (bool)
true
name() view returns (string)
Baller Bears
owner() view returns (address)
0xa7f5cf766926291e9422e652164f7241bdf09eb3
price() view returns (uint256)
100000000000000000
symbol() view returns (string)
BEARS
totalSupply() view returns (uint256)
4444
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)
flipSaleState()
mintBear(uint256 _numTokens) 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)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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.