Club Penguin NFT
Verified contract
Active on
Ethereum with 825 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($63.24)
Native
Value
$61.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,084.67 |
$61.69 | |
WETH | ERC-20 | 0.0005 | $3,083.33 |
$1.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910000 | 10 months ago | | | 0 | 0.00029636557 | |
| 18909999 | 10 months ago | | | 0 | 0.00052018493 | |
| 18900294 | a year ago | | | 0 | 0.0014567533 | |
| 18857639 | a year ago | | | 0 | 0.00080579131 | |
| 16300614 | 2 years ago | | | 0 | 0.0017991200 | |
| 16281843 | 2 years ago | | | 0 | 0.00068949843 | |
| 16235410 | 2 years ago | | | 0 | 0.00081732386 | |
| 15977409 | 2 years ago | | | 0 | 0.0019737497 | |
| 15671472 | 2 years ago | | | 0 | 0.00035337261 | |
| 15671471 | 2 years ago | | | 0 | 0.00037062890 |
ABI
ABI objects
Getter at block 21196794
MAX_MINTS_PER_TX() view returns (uint256)
20
NUM_FREE_MINTS() view returns (uint256)
2222
PUBLIC_SALE_PRICE() view returns (uint256)
20000000000000000
getBaseURI() view returns (string)
ipfs://QmVnJNL6w6PW5gZ6tV6jagRfuCbXvuEwjy9CTnhsWY8EoM
getLastTokenId() view returns (uint256)
2338
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
3333
name() view returns (string)
Club Penguin NFT
owner() view returns (address)
0xce855947d6c11636bd141a7d005fc6d2ef7e4dc9
symbol() view returns (string)
PENGUIN
totalSupply() view returns (uint256)
2338
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
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.