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 "Break"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19765794 | 7 months ago | | | 0 | 0.00031970587 | |
| 19718303 | 7 months ago | | | 0 | 0.00032314100 | |
| 19178993 | 10 months ago | | | 0 | 0.00086927491 | |
| 18828347 | a year ago | | | 0 | 0.0030701537 | |
| 18289292 | a year ago | | | 0 | 0.00014240723 | |
| 18252395 | a year ago | | | 0 | 0.00017408610 | |
| 18252232 | a year ago | | | 0 | 0.00016471573 | |
| 18252232 | a year ago | | | 0 | 0.00016527425 | |
| 17698314 | a year ago | | | 0 | 0.00056575002 | |
| 17639153 | a year ago | | | 0 | 0.0011346000 |
ABI
ABI objects
Getter at block 21326232
MAX_MINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1000
_contractBaseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/Qma4KwNNqsSgcdYBQ73tqWfCp7pRo7cHXHHAeaZrHkjofR/
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmfFAYG1zU9tRtSJYsNBgDJAQhB9Tui4cxp8vWGodmVHyF
merkleRootWhiteListPhase1() view returns (bytes32)
0x7f52ab8fb23f6cb44a3ae0d7c6afcf47d4339a4baa2d238abb3e8bb29c9d0802
merkleRootWhiteListPhase2() view returns (bytes32)
0x7f52ab8fb23f6cb44a3ae0d7c6afcf47d4339a4baa2d238abb3e8bb29c9d0802
name() view returns (string)
Break
owner() view returns (address)
0x0313bc404242886578d9bb5a29a8f1a075785818
paused() view returns (bool)
false
publicSale() view returns (bool)
false
symbol() view returns (string)
BRK
totalSupply() view returns (uint256)
999
whiteListPhase1() view returns (bool)
true
whiteListPhase2() view returns (bool)
false
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)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(uint256 quantity)
pause()
renounceOwnership()
reserveNFTs(address to, uint256 quantity)
revealCollection()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRootPhase1(bytes32 _merkleRoot)
setMerkleRootPhase2(bytes32 _merkleRoot)
setNotRevealUri(string newNotRevealedURI)
setPublicSale()
setTokenUri(string newBaseTokenURI)
setWhitelistPhase1()
setWhitelistPhase2()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(bytes32[] _merkleProof, uint256 _quantity)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()