BullBears
Verified contract
Active on
Ethereum with 941 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 "BullBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18778387 | a year ago | | | 0 | 0.0027932598 | |
| 16667290 | 2 years ago | | | 0 | 0.00088332420 | |
| 15331967 | 2 years ago | | | 0 | 0.00028747820 | |
| 14895378 | 3 years ago | | | 0 | 0.0012437311 | |
| 14853121 | 3 years ago | | | 0 | 0.00089032353 | |
| 14847956 | 3 years ago | | | 0 | 0.0011870687 | |
| 14847883 | 3 years ago | | | 0 | 0.0019208122 | |
| 14847744 | 3 years ago | | | 0 | 0.0016550181 | |
| 14847706 | 3 years ago | | | 0 | 0.0016229962 | |
| 14847620 | 3 years ago | | | 0 | 0.0016170315 |
ABI
ABI objects
Getter at block 21389136
MAX_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
3725
isReady() view returns (bool)
true
isRevealed() view returns (bool)
true
name() view returns (string)
BullBears
owner() view returns (address)
0x056ebd60d44875d85c5989a4a6fa42c417a6cbe1
symbol() view returns (string)
BULLS
totalSupply() view returns (uint256)
3725
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)
totalPublicMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) 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 _URI)
setMaxSupply(uint256 _supply)
setNotRevealedURI(string _URI)
setReady(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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()