Pluto HipHop Dept.
Verified contract
Active on
Ethereum with 425 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19527254 | 8 months ago | | | 0 | 0.0021260306 | |
| 18709791 | a year ago | | | 0 | 0.0016222113 | |
| 18195703 | a year ago | | | 0 | 0.00036336261 | |
| 16895053 | 2 years ago | | | 0 | 0.00070090258 | |
| 15604208 | 2 years ago | | | 0 | 0.00035226804 | |
| 15568240 | 2 years ago | | | 0 | 0.0014984739 | |
| 15550086 | 2 years ago | | | 0 | 0.00037860789 | |
| 15364232 | 2 years ago | | | 0 | 0.00026713763 | |
| 15364228 | 2 years ago | | | 0 | 0.00021545196 | |
| 15364224 | 2 years ago | | | 0 | 0.00023720445 |
ABI
ABI objects
Getter at block 21282642
LilPlutoPrice() view returns (uint256)
50000000000000000
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmQBTyUSh7RhVhcdmMQiTbABVbtPFzRWor72an5q7C7Yik/
maxLilPluto() view returns (uint256)
10000
maxPurchase() view returns (uint256)
20
name() view returns (string)
Pluto HipHop Dept.
owner() view returns (address)
0x55cfffb295f74e623099f4316fa2c9a2005f9a45
saleIsActive() view returns (bool)
false
symbol() view returns (string)
PHHD
totalSupply() view returns (uint256)
352
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintLilPluto(uint256 numberOfTokens) payable
renounceOwnership()
reserveLilPluto()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.