Naughty PIPPI
Verified contract
Active on
Ethereum with 1,950 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc757…fed6
Balances ($0.00)
No balances found for "Naughty PIPPI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21027307 | 19 days ago | | | 0 | 0.00023793420 | |
| 19074105 | 10 months ago | | | 0 | 0.00019899990 | |
| 18975653 | 10 months ago | | | 0 | 0.0012031481 | |
| 18910025 | 10 months ago | | | 0 | 0.00048400048 | |
| 18908499 | 10 months ago | | | 0 | 0.00059681891 | |
| 18902018 | 10 months ago | | | 0 | 0.00069502391 | |
| 18895440 | 10 months ago | | | 0 | 0.00088397549 | |
| 18821157 | a year ago | | | 0 | 0.0029652965 | |
| 18784510 | a year ago | | | 0 | 0.0011809356 | |
| 18770237 | a year ago | | | 0 | 0.0023327107 |
ABI
ABI objects
Getter at block 21162063
FIRST_RESERVED_TOKEN_ID() view returns (uint256)
8439
FIRST_SALES_TOKEN_ID() view returns (uint256)
1
TOTAL_SUPPLY() view returns (uint256)
8888
isOnSale() view returns (bool)
false
name() view returns (string)
Naughty PIPPI
nextReservedTokenId() view returns (uint256)
8469
owner() view returns (address)
0x653264ab78107f99d0d5564965de48096f78ac73
price() view returns (uint256)
30000000000000000
remainingSalesAmount() view returns (uint256)
6964
symbol() view returns (string)
NP
Read-only
balanceOf(address owner) view returns (uint256)
commonRoyaltiesWithTwoDecimals(uint256) view returns (uint256)
commonRoyaltyAddresses(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 _tokenId) view returns (uint256[])
getFeeRecipients(uint256 _tokenId) view returns (address[])
isApprovedForAll(address owner, address operator) view returns (bool)
mintedSalesTokenIdList(uint256 offset, uint256 limit) view returns (uint256[])
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buy(uint256 tokenId) payable
mintForReserve(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleSale(bool isOpen)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI)
updateCommonSecondaryRoyalty(address[] _secondaryRecipients, uint256[] _secondaryRoyaltiesWithTwoDecimals)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Buy(address indexed buyer, uint256 tokenId)
ChangeCommonRoyalty(address[] royaltyAddresses, uint256[] royaltiesWithTwoDecimals)
ChangeRoyalty(uint256 id, address[] royaltyAddresses, uint256[] royaltiesWithTwoDecimals)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _primarySalesRecipient, address[] _secondaryRecipients, uint256[] _secondaryRoyaltiesWithTwoDecimals, string _baseURI)
receive()
This contract contains no error objects.