NicoleNFT
Verified contract
Active on
Ethereum with 131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($788.39)
Native
Value
$788.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2512 | $3,138.50 |
$788.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20802498 | 2 months ago | | | 0 | 0.00037152201 | |
| 20656581 | 3 months ago | | | 0 | 0.00010206191 | |
| 20169757 | 5 months ago | | | 0 | 0.00062709196 | |
| 19431067 | 8 months ago | | | 0 | 0.0026264046 | |
| 19339710 | 9 months ago | | | 0 | 0.0034397346 | |
| 19254346 | 9 months ago | | | 0 | 0.0019409474 | |
| 18571082 | a year ago | | | 0 | 0.0035049540 | |
| 18011427 | a year ago | | | 0 | 0.00078608315 | |
| 17599582 | a year ago | | | 0 | 0.00048976812 | |
| 17599568 | a year ago | | | 0 | 0.00082978459 |
ABI
ABI objects
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 owner) view returns (uint256)
checkClaimEligibilityBestShot(uint256 quantity) view returns (string)
checkClaimEligibilityPublic(uint256 quantity) view returns (string)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
merkleRoot(uint8) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
presaleCost(uint8) view returns (uint256)
presalePhase(uint8) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whiteListClaimed(uint8, address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
bestShotMint(address _to, uint256 _mintAmount) payable
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
ownerMint(address _address, uint256 count)
pause()
preMint(uint256 _mintAmount, uint256 _presaleMax, bytes32[] _merkleProof, uint8 ticket) payable
publicMint(address _to, uint256 _mintAmount) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBestShotCost(uint256 _cost)
setBestShotPhase(bool _state)
setBestShotSupply(uint256 _supply)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 _merkleRoot, uint8 ticket)
setMintable(bool _state)
setPresaleCost(uint256 _preCost, uint8 ticket)
setPresalePhase(bool _state, uint8 ticket)
setPublicCost(uint256 _publicCost)
setPublicPhase(bool _state)
setTokenMetadataURI(uint256 tokenId, string metadata)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()