PhatPenguins
Verified contract
Active on
Ethereum with 1,968 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 "PhatPenguins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102823 | 25 days ago | | | 0 | 0.00027861198 | |
| 19871002 | 6 months ago | | | 0 | 0.00024852986 | |
| 19211036 | 9 months ago | | | 0 | 0.00051500289 | |
| 18353010 | a year ago | | | 0 | 0.00014103951 | |
| 17620667 | a year ago | | | 0 | 0.00042602774 | |
| 17039064 | 2 years ago | | | 0 | 0.0018889105 | |
| 16761405 | 2 years ago | | | 0 | 0.00092691557 | |
| 16662580 | 2 years ago | | | 0 | 0.0014883571 | |
| 16631980 | 2 years ago | | | 0 | 0.0011941218 | |
| 16546924 | 2 years ago | | | 0 | 0.00053643156 |
ABI
ABI objects
Getter at block 21280379
MAX_SUPPLY() view returns (uint256)
6969
MINT_PRICE() view returns (uint256)
10000000000000000
PENGUIN_MAX() view returns (uint256)
15
contractURI() pure returns (string)
ipfs://QmNSU5uJGvMh5cC3NcejqkRuGEibPUm6dzgvDTXznM9bpQ
isMetadataFinal() view returns (bool)
false
isPaused() view returns (bool)
false
name() view returns (string)
PhatPenguins
owner() view returns (address)
0xd15323ea11938c38048ee2aa9a32ea6e12be146b
prerevealURL() view returns (string)
ipfs://QmeBHKWdJ1XUq6ebykr22gpqHKBqshp76z2oK4zZG5cfpZ
symbol() view returns (string)
PP
totalSupply() view returns (uint256)
1822
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
lockMetadata()
mint(uint256 count) payable
renounceOwnership()
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool value)
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(address treasuryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()