Habbo Portraits
Verified contract
Active on
Ethereum with 4,090 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Habbo Portraits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108456 | a day ago | | | 0 | 0.00021724013 | |
| 21105868 | a day ago | | | 0 | 0.00019172974 | |
| 21101400 | 2 days ago | | | 0 | 0.00028311310 | |
| 21094141 | 3 days ago | | | 0 | 0.0018165120 | |
| 21091119 | 3 days ago | | | 0 | 0.00021253024 | |
| 21089718 | 4 days ago | | | 0 | 0.00039659640 | |
| 21084568 | 4 days ago | | | 0 | 0.00041457699 | |
| 21084541 | 4 days ago | | | 0 | 0.00037488439 | |
| 21084332 | 4 days ago | | | 0 | 0.00051201553 | |
| 21084035 | 4 days ago | | | 0 | 0.00067133364 |
ABI
ABI objects
Getter at block 21116018 getRoyaltyPercent() view returns (uint256) isMintPaused() view returns (bool)
APPLICABLE_LICENSING_TERMS() view returns (string)
https://nft.habbo.com/terms/
applicableLicensingTerms() pure returns (string)
https://nft.habbo.com/terms/
getMintableTokens() view returns (uint256[] tokens)
[]
name() view returns (string)
Habbo Portraits
owner() view returns (address)
0xe3e7f66bf53603d65223caccd483291dbcc4fd1f
paused() view returns (bool)
false
symbol() view returns (string)
HAPFP
totalSupply() view returns (uint256)
2774
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintable(uint256 tokenId) view returns (bool mintable)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintAllPFP(uint256 limit)
mintPFP(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintPaused(bool paused)
setPaused(bool pause)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseTokenURI(string baseTokenURI)
updateMintLimit(uint96 limit)
updateRoyaltyPercent(uint96 royaltyPercent)
withdrawMoney()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string token, string baseTokenURI, address avatarContractAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.