Break

Verified contract

Active on Ethereum with 2,811 txns
Deployed by via 0x15a17565 at 15050592
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Break"

0x2ea43c9d5ed009bff4e44b2954cc9ec869c457c15116f8fb91d2877c0c8e2da3
0x6c82d29e18534fd0fe70fc8f3fba936e0235ab9ca50a1408a6dc813e026684a0
0xdbea4c138b3f2ea9366825529852e98f625c891f4d93e2f5ab1fa122ae9755d7
0x3215a68a1d2e873ccfbfdd217a6bf15c9d8bdcfba1017065158ec641f3f5fdba
0xb810df13e5f5bd0fa849b3a550ed62a7e10c51587b29a56d450ae4cd26e53810
0xa92923b69c09d7a3bcb299b1c6c1774fbabd2d546dfa41a52f23672195614982
0x0aae8e726016cd6416e81c352bf9d2de57047af79a435a6e61dabe29a3099d24
0x23b26e1b3cb2a42833d2f79dd0b9b37178155c9f50aeab62fcf20fe9292e8c77
0xce2fb1488967c0751e93eea650f6ad2e8f60c8a7cfd06a806c7b4a774d034e9e
0xbe7c3c770671253884a707853ec8c474b6c52c874e27d0e7903efa02fbd10f7f

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalPublicMint(addressview returns (uint256)
totalWhitelistMint(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
burn(uint256 _tokenId
mint(uint256 quantity
pause(
renounceOwnership(
reserveNFTs(address touint256 quantity
revealCollection(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMerkleRootPhase1(bytes32 _merkleRoot
setMerkleRootPhase2(bytes32 _merkleRoot
setNotRevealUri(string newNotRevealedURI
setPublicSale(
setTokenUri(string newBaseTokenURI
setWhitelistPhase1(
setWhitelistPhase2(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
whitelistMint(bytes32[] _merkleProofuint256 _quantity
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(