BuilderBears
Verified contract
Active on
Ethereum with 5,088 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
No balances found for "BuilderBears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19223911 | 10 months ago | | | 0 | 0.00071143488 | |
| 18909747 | a year ago | | | 0 | 0.00043755769 | |
| 18498749 | a year ago | | | 0 | 0.00094205033 | |
| 17515969 | a year ago | | | 0 | 0.0018885554 | |
| 17201501 | 2 years ago | | | 0 | 0.0052162589 | |
| 16907863 | 2 years ago | | | 0 | 0.00087588683 | |
| 16862857 | 2 years ago | | | 0 | 0.0013287346 | |
| 16631293 | 2 years ago | | | 0 | 0.0014945537 | |
| 16306786 | 2 years ago | | | 0 | 0.00079838170 | |
| 16296191 | 2 years ago | | | 0 | 0.00076037250 |
ABI
ABI objects
Getter at block 21325507
collectionSize() view returns (uint256)
4269
getIsMintActive() view returns (bool)
false
getLatestEthPriceUSD() view returns (uint256)
3620
isMintActive() view returns (bool)
false
name() view returns (string)
BuilderBears
owner() view returns (address)
0xc7e2d915092348627278c7afe0d71c696d4b3da1
symbol() view returns (string)
BUILDERBEAR
totalSupply() view returns (uint256)
4269
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)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCeilingPriceToBaseURIMapping(uint256[] _ceilingPrices, string[] _baseURIs)
setIsMintActive(bool _isMintActive)
setPriceFeed(address _address)
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)
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(address _priceFeedAddress)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()