PenguinKnight
Verified contract
Active on
Ethereum with 328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
No balances found for "PenguinKnight"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20583385 | 3 months ago | | | 0 | 0.000082160721 | |
| 18116679 | a year ago | | | 0 | 0.00044832486 | |
| 17945892 | a year ago | | | 0 | 0.00065501534 | |
| 17532426 | a year ago | | | 0 | 0.00079001164 | |
| 16837255 | 2 years ago | | | 0 | 0.0011874188 | |
| 16658076 | 2 years ago | | | 0 | 0.00097735942 | |
| 16382527 | 2 years ago | | | 0 | 0.0010912294 | |
| 16235203 | 2 years ago | | | 0 | 0.00080792409 | |
| 16171955 | 2 years ago | | | 0 | 0.00069886500 | |
| 16166395 | 2 years ago | | | 0 | 0.00034550600 |
ABI
ABI objects
Getter at block 21221369
baseTokenURI() view returns (string)
https://storage.penguinknights.io/metadata/
name() view returns (string)
PenguinKnight
owner() view returns (address)
0xa6087d026783ff6eb11c744adabf03fac7f8d73e
pk_base_token_uri() view returns (string)
https://storage.penguinknights.io/metadata/
pk_ep_max_per_txn() view returns (uint256)
5
pk_ep_max_per_wallet() view returns (uint256)
5
pk_ep_merkle_root() view returns (bytes32)
0x99fdf44a6e13de1430832bf836ef7772c5e20cb99daf1d89646184e29f08229b
pk_ep_mint_price() view returns (uint256)
32000000000000000
pk_ep_start_timestamp() view returns (uint256)
1665230400
pk_max_supply() view returns (uint256)
888
pk_og_max_per_txn() view returns (uint256)
3
pk_og_max_per_wallet() view returns (uint256)
3
pk_og_merkle_root() view returns (bytes32)
0x7c6e514a9418b8cde9f109d4942acc521e603fa272d2f2501c8fcb639fd6c79c
pk_og_mint_price() view returns (uint256)
32000000000000000
pk_og_start_timestamp() view returns (uint256)
1665230400
pk_public_max_per_txn() view returns (uint256)
10
pk_public_max_per_wallet() view returns (uint256)
100
pk_public_mint_price() view returns (uint256)
7000000000000000
pk_public_start_timestamp() view returns (uint256)
0
pk_withdraw_to() view returns (address)
0x5befea90ef917da0312ec3e8e44435b21a49c38e
pk_wl_max_per_txn() view returns (uint256)
2
pk_wl_max_per_wallet() view returns (uint256)
2
pk_wl_merkle_root() view returns (bytes32)
0x2c7008079ab3b76d178d0ba518bc5aa8775d045029440daf21284c5eb15d48f5
pk_wl_mint_price() view returns (uint256)
32000000000000000
pk_wl_start_timestamp() view returns (uint256)
1665230400
symbol() view returns (string)
PK
totalSupply() view returns (uint256)
888
Read-only
balanceOf(address owner) view returns (uint256)
epVerify(bytes32[] proof, bytes32 leaf) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ogVerify(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pk_ep_minted_amounts(address) view returns (uint256)
pk_og_minted_amounts(address) view returns (uint256)
pk_public_minted_amounts(address) view returns (uint256)
pk_wl_minted_amounts(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
wlVerify(bytes32[] proof, bytes32 leaf) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
epMint(uint256 quantity, bytes32[] proof) payable
ogMint(uint256 quantity, bytes32[] proof) payable
ownerMint(address _address, uint256 quantity) payable
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setEPMaxPerTransaction(uint256 value)
setEPMaxPerWallet(uint256 value)
setEPMerkleRoot(bytes32 value)
setEPMintPrice(uint256 value)
setEPStartTimestamp(uint256 value)
setMaxSupply(uint256 value)
setOGMaxPerTransaction(uint256 value)
setOGMaxPerWallet(uint256 value)
setOGMerkleRoot(bytes32 value)
setOGMintPrice(uint256 value)
setOGStartTimestamp(uint256 value)
setPublicMaxPerTransaction(uint256 value)
setPublicMaxPerWallet(uint256 value)
setPublicMintPrice(uint256 value)
setPublicStartTimestamp(uint256 value)
setWLMaxPerTransaction(uint256 value)
setWLMaxPerWallet(uint256 value)
setWLMerkleRoot(bytes32 value)
setWLMintPrice(uint256 value)
setWLStartTimestamp(uint256 value)
setWithdrawTo(address _address)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
wlMint(uint256 quantity, bytes32[] proof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()