BrokeBeaglez
Verified contract
Active on
Ethereum with 1,053 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "BrokeBeaglez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19837917 | 7 months ago | | | 0 | 0.00014004183 | |
| 19624160 | 8 months ago | | | 0 | 0.00069248341 | |
| 16739944 | 2 years ago | | | 0 | 0.0018194865 | |
| 16736779 | 2 years ago | | | 0 | 0.0017439679 | |
| 16725621 | 2 years ago | | | 0 | 0.00045838841 | |
| 16725221 | 2 years ago | | | 0 | 0.0010573979 | |
| 16724545 | 2 years ago | | | 0 | 0.00097785027 | |
| 16724111 | 2 years ago | | | 0 | 0.0010442314 | |
| 16724067 | 2 years ago | | | 0.001 | 0.00039555899 | |
| 16724045 | 2 years ago | | | 0 | 0.0010933441 |
ABI
ABI objects
Getter at block 21331726
MAX_SUPPLY() view returns (uint256)
3333
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
WLCount() view returns (uint256)
12
WLLimit() view returns (uint256)
333
WLNum() view returns (uint256)
2
WLPrice() view returns (uint256)
0
_WLActive() view returns (bool)
true
_isSaleActive() view returns (bool)
true
_revealed() view returns (bool)
true
baseExtension() view returns (string)
.json
maxBalance() view returns (uint256)
5
maxMint() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0x4e67afa08a8223d5e57aa50d7c878786e52bf673f3bbcb016787aa09c955ef66
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
BrokeBeaglez
notRevealedUri() view returns (string)
owner() view returns (address)
0xef66537089f8432fc250c958e98946b90c4df954
symbol() view returns (string)
BB
totalSupply() view returns (uint256)
3333
Read-only
_mintedAddress(address) view returns (bool)
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 operator, uint256 tokenId) payable
flipReveal()
flipSaleActive()
flipWLActive()
mintOwner()
mintPublic(uint256 tokenQuantity) payable
mintWL(bytes32[] proof) 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)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxBalance(uint256 _maxBalance)
setMaxMint(uint256 _maxMint)
setMintPrice(uint256 _mintPrice)
setNotRevealedURI(string _notRevealedURI)
setRoot(bytes32 _root)
setWLPrice(uint256 _WLPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(address to)
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, string initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()