Nippy
Verified contract
Proxy
Active on
Ethereum with 5,040 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
No balances found for "Nippy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266074 | a day ago | | | 0 | 0.0012069398 | |
| 21241943 | 5 days ago | | | 0 | 0.00051350606 | |
| 21238407 | 5 days ago | | | 0 | 0.0010081062 | |
| 21226956 | 7 days ago | | | 0 | 0.00042406795 | |
| 21224981 | 7 days ago | | | 0 | 0.00079521440 | |
| 21219136 | 8 days ago | | | 0 | 0.00053086384 | |
| 21219105 | 8 days ago | | | 0 | 0.00057649757 | |
| 21219102 | 8 days ago | | | 0 | 0.00060518969 | |
| 21193754 | 11 days ago | | | 0 | 0.0014540946 | |
| 21181905 | 13 days ago | | | 0 | 0.0015985485 |
ABI
ABI objects
Getter at block 21276115
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCKER_ROLE() view returns (bytes32)
0xaf9a8bb3cbd6b84fbccefa71ff73e26e798553c6914585a84886212a46a90279
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
_trustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmUcRnSrgURR4ZbaP3jZRihfiSg6WzpBHEL12vRxtDvzUE
defaultRoyalty() view returns (address recipient, uint16 bps)
(recipient=0x8219164e3b23086e1d4ee08830ff57df5d7acd71, bps=850)
getTokenRoyaltiesCount() view returns (uint256)
0
hasRoleBasedLockableExtension() view returns (bool)
true
maxSupply() view returns (uint256)
3222
maxSupplyFrozen() view returns (bool)
false
name() view returns (string)
Nippy
owner() view returns (address)
0x2a45765517c41bbea6376b1fff96939a6f8bf35a
placeholderURI() view returns (string)
ipfs://QmfZvqBQygbBNt8P4ejvp2Wmin3VgfYuaNaqKiFyzTpgRa
reservedMints() view returns (uint256)
0
symbol() view returns (string)
NIPPY
tokenURIFrozen() view returns (bool)
false
tokenURIPrefix() view returns (string)
https://metadata.frensville.com/nippy/
tokenURISuffix() view returns (string)
totalReserved() view returns (uint256)
0
totalSupply() view returns (uint256)
3222
withdrawMode() view returns (uint8)
2
withdrawModeLocked() view returns (bool)
false
withdrawPowerRevoked() view returns (bool)
false
withdrawRecipient() view returns (address)
0x67dd32cfb3ddeb19de106e1b8ca308044d391f24
withdrawRecipientLocked() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
eligibleForTier(uint256 tierId, address minter, uint256 maxAllowance, bytes32[] proof) view returns (uint256 maxMintable)
filterUnlocked(uint256[] ticketTokenIds) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[] result)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenRoyaltyByIndex(uint256 index) view returns (struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
locked(uint256 tokenId) view returns (bool)
onTierAllowlist(uint256 tierId, address minter, uint256 maxAllowance, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
remainingForTier(uint256 tierId) view returns (uint256 tierRemaining)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierMints(uint256) view returns (uint256)
tiers(uint256) view returns (uint256 start, uint256 end, address currency, uint256 price, uint256 maxPerWallet, bytes32 merkleRoot, uint256 reserved, uint256 maxAllocation)
tokenURI(uint256 _tokenId) view returns (string)
walletMintedByTier(uint256 tierId, address wallet) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
configureTiering(uint256 tierId, struct IERC721TieringExtensionTier tier)
configureTiering(uint256[] _tierIds, struct IERC721TieringExtensionTier[] _tiers)
freezeMaxSupply()
freezeTokenURI()
grantRole(bytes32 role, address account)
initialize(struct ERC721ATieredSalesCollectionConfig config, address deployer)
lock(uint256 tokenId)
lock(uint256[] tokenIds)
lockWithdrawMode()
lockWithdrawRecipient()
mintByOwner(address to, uint256 count)
mintByRole(address to, uint256 count)
mintByTier(uint256 tierId, uint256 count, uint256 maxAllowance, bytes32[] proof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
revokeWithdrawPower()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newValue)
setDefaultRoyalty(struct IEIP2981RoyaltyOverrideTokenRoyalty royalty)
setMaxSupply(uint256 newValue)
setPlaceholderURI(string newValue)
setTokenRoyalties(struct IEIP2981RoyaltyOverrideTokenRoyaltyConfig[] royaltyConfigs)
setTokenURIPrefix(string newValue)
setTokenURISuffix(string newValue)
setTrustedForwarder(address trustedForwarder)
setWithdrawMode(uint8 _withdrawMode)
setWithdrawRecipient(address _withdrawRecipient)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unlock(uint256 tokenId)
unlock(uint256[] tokenIds)
withdraw(address[] claimTokens, uint256[] amounts)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DefaultRoyaltySet(address recipient, uint16 bps)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
TokenRoyaltyRemoved(uint256 tokenId)
TokenRoyaltySet(uint256 tokenId, address recipient, uint16 bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawPowerRevoked()
Withdrawn(address[] claimTokens, uint256[] amounts)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()