Bored Grinchmas Club

Verified contract

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

No balances found for "Bored Grinchmas Club"

0x94b70fbc4047d02d79ab04fd6ee527722389c5bc15c66ec2049934d6347ceb7b
0x48e297de9cbb150081b1e26bf3dade029e6ba1a3deca228045c7bfb5b3b21caf
From
0x77dc39694a1232f95d993cdb2d454890c9b49df79300a86a6f95dfe201026c80
0x5bf88b1af2f14105f40e2c77c23397bf85eb0bd12b5d12a600fa341de81e61ec
0x07a1e0a5411eb7246dc38e1fd9d8f5538420c56fdf7502c785cd1f8050fb805a
0xd2a52a721f1cfe7f1d32a959c81b1a047baf0936f6e5fe1cdda5945621206edd
0x1695338074199d025e37cacfe19876b59ba50aafa31052c95163a6858f81f30d
0xdd118513baab8ff1b251721e9691a8dde8cb2bfa13216f5e77eedb3e89b874b8
From
0x73234fe3a0e42298d9e91ab44804a7fd408f46e7e5452baeb2b549032b79d9db
0x366c8c61c50ca90934aff6171ccfa4e149cca20b79512ae76f001375bd34e9dd

Functions
Getter at block 20853033
cost(view returns (uint256)
4000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
11
maxSupply(view returns (uint16)
10000
name(view returns (string)
Bored Grinchmas Club
owner(view returns (address)
0xcf8b266b1ed846b6822dbff644952cd4dd1c16a8
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
BGMC
totalSupply(view returns (uint256)
10000
Read-only
NFTPerPublicAddress(addressview returns (uint8)
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)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(