BoringBears
Verified contract
Active on
Ethereum with 1,329 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 "BoringBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206245 | a month ago | | | 0 | 0.00043683336 | |
| 21007428 | 2 months ago | | | 0 | 0.00050474865 | |
| 21007423 | 2 months ago | | | 0 | 0.00049576742 | |
| 20879125 | 3 months ago | | | 0 | 0.0011507196 | |
| 20557614 | 4 months ago | | | 0 | 0.000061250234 | |
| 20522631 | 4 months ago | | | 0 | 0.00010337569 | |
| 20472922 | 4 months ago | | | 0 | 0.000084222235 | |
| 20309721 | 5 months ago | | | 0 | 0.00012507676 | |
| 20294038 | 5 months ago | | | 0 | 0.000061530967 | |
| 20172831 | 6 months ago | | | 0 | 0.00016283203 |
ABI
ABI objects
Getter at block 21424764
cost() view returns (uint256)
2000000000000000
maxFree() view returns (uint256)
1
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
5000
name() view returns (string)
BoringBears
owner() view returns (address)
0xfc85f7f201ff3578c083a49b9a3e9dc2e5d666de
sale() view returns (bool)
true
symbol() view returns (string)
BB
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedFreeAmount(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) payable
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxFreeMint(uint256 _maxFree)
setPrice(uint256 _cost)
setSupply(uint256 _maxSupply)
startSale()
teamMint(address _to, uint256 _amount)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MaxPerTxReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughETH()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()