CryptoBeerPunks

Verified contract

Active on Ethereum with 984 txns
Deployed by via 0xc309ecba at 16203366
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CryptoBeerPunks"

0x675286cf72be1e5a7409aaafb28b4acd22a3282307599d2e39d0ec301b97d5a3
0xcf7e35db4485adfa7692da8e883f204867c97e5bd23643f2b1a400205b1b9544
0xaa7b3cd8454f7306e4177e246fbe1573e14e9b00d13c648e6f1afb9eee2d3bf4
0xab11c3e2468b51b1e64d351440136c963fe85ba08cfcb75b367bd2b4a1242652
0xd5740723b1fea191d4d381a1d57e8f8688b9a59548598c5848d6b9464cdf0c8c
0xc4545f379c015118f67963f82565945725d80e29487b079e568ac91c5b7807f2
0x590e6178dfbc4c968e2438657f51be2004cdfddd638baf0b871454cb1edbe202
0x504560ac15cc29de3e970180f02aef0cf053d330d5f58e8d20007ce6ddb37032
0xbe285aeec2887ba91c2999bc82333df8a63d595e4976e323c8bebb802c595620
0xbdfd56b818a13c24b9c891124aad4bfc6b0f545a962d93cb91953781a582dfe8

Functions
Getter at block 21208732
MAX_SALE_SUPPLY(view returns (uint256)
2701
MAX_SUPPLY(view returns (uint256)
3000
isRevealed(view returns (bool)
true
mintable(view returns (bool)
true
name(view returns (string)
CryptoBeerPunks
notRevealedUri(view returns (string)
ipfs://QmSGnE4HorDJFNWQYdhaV3cvJ2VyKEBHvrb64uCVSkwWGW
owner(view returns (address)
0x147ae712b03bc6893122a2c1f8b6778e1632c8b5
paused(view returns (bool)
false
preCost(view returns (uint256)
40000000000000000
publicCost(view returns (uint256)
50000000000000000
revealed(view returns (bool)
true
royaltyAddress(view returns (address)
0x224bfe2a58f76d112f3359ae2f9d4454c01bee4c
royaltyFee(view returns (uint96)
1000
saleState(view returns (uint8)
2
symbol(view returns (string)
CBP
totalSupply(view returns (uint256)
1500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintableAmount(address _addressview returns (uint256)
getOnlyBlalMintableAmount(address _addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
ownerMint(address _addressuint256 count
pause(
preMint(uint256 _mintAmountpayable 
publicMint(uint256 _mintAmountpayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMintable(bool _state
setNotRevealedURI(string _notRevealedURI
setOnlyBlalWhiteLists(address[] _addressesuint256[] _amounts
setPreCost(uint256 _preCost
setPublicCost(uint256 _publicCost
setRoyaltyAddress(address _royaltyAddress
setRoyaltyFee(uint96 _feeNumerator
setSaleState(uint8 _saleState
setSecondPreSaleMintAmounts(address[] _addresses
setWhiteLists(address[] _addressesuint256[] _amounts
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
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(string _namestring _symbolstring _initNotRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

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