NicoleNFT

Verified contract

Active on Ethereum with 131 txns
Deployed by via 0x2381d7a1 at 16609291
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
Native
Value $788.39
0x1b7e0ef0b6e67f81df2508cfd39cff0d3b6c6f20be96a461c2c114d872d3b900
0xed8a44157736530f874d338572abf18e40381d6ad2ec0b3a6805c56cd6727798
0x8a0953cf71ef4b6b739bdee7cf152a21dfdcc91bd09695aec5fb6b8b19633097
0x48a00c8da6c614a85e9f198f9b7b74a60ad6960ae7d9f10f12a0adeea2436a9d
0x10a0f12b23c308894ae196407b8cd1861b0df54dd70ee162ed54d147765c22c5
0xe8cdd203ea35e775c721c883c9cb3595ee208b174577122d717a680e7857c1cb
0x369938fa820d786a6c939be1b8554b6f49cabcba1fa46f08041aa0cbcec7a8e6
0xc2eac1c401742d727ad8c19d5bd61eaa3f23dee34cac7c175fe2b2dd682d0a46
0xe4c4c53f9d595c0931ab06082e11dc1b4c458aa422592c094643978d4a91d51c
0x6947686b27f4b46bf731f1b93b8585301127e0c99ff60a58af06dcaeaae20a6b

Functions
Getter at block 21221889
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
365
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
bestShotCost(view returns (uint256)
120000000000000000
bestShotSale(view returns (bool)
true
bestShotSupply(view returns (uint256)
365
mintable(view returns (bool)
true
name(view returns (string)
NicoleNFT
owner(view returns (address)
0x79c3e736445f9eeeca6467103fbf3b0c924e59e0
paused(view returns (bool)
false
publicCost(view returns (uint256)
125600000000000000
publicSale(view returns (bool)
true
symbol(view returns (string)
NICOLE
totalSupply(view returns (uint256)
104
Read-only
balanceOf(address ownerview returns (uint256)
checkClaimEligibilityBestShot(uint256 quantityview returns (string)
checkClaimEligibilityPublic(uint256 quantityview returns (string)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
merkleRoot(uint8view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
presaleCost(uint8view returns (uint256)
presalePhase(uint8view returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whiteListClaimed(uint8addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
bestShotMint(address _touint256 _mintAmountpayable 
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
ownerMint(address _addressuint256 count
pause(
preMint(uint256 _mintAmountuint256 _presaleMaxbytes32[] _merkleProofuint8 ticketpayable 
publicMint(address _touint256 _mintAmountpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setBestShotCost(uint256 _cost
setBestShotPhase(bool _state
setBestShotSupply(uint256 _supply
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 _merkleRootuint8 ticket
setMintable(bool _state
setPresaleCost(uint256 _preCostuint8 ticket
setPresalePhase(bool _stateuint8 ticket
setPublicCost(uint256 _publicCost
setPublicPhase(bool _state
setTokenMetadataURI(uint256 tokenIdstring metadata
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
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
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(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(