TheMoonPenguins

Verified contract

Active on Ethereum with 4,223 txns
Deployed by via 0xea8a9054 at 14648208
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TheMoonPenguins"

0x8851eee59a4d34f58dbcfeb83a511ae1d5eb0d912b8ff136624ae633077f57dc
0x086c74ba73cb771f50adb06019b7771da5fa23591a72ba4c89ca697bc050b138
0x5a984f54645f78165064a88250fcea10f218f27c2bbe92b9083fd837d6c01490
0x84aa0f6a335f04a2383c16598d85b364951deeaba630e07c8e94417d22450e72
0xd4dc184166a93f6f2390c591fac730062527fdb13a40ad1a52ccc744ee053659
0x92612132fd06b27c823d66dcce03a64182ea4f89cddd346b931266b57bf538c7
0x50d0626499f09421cbbd39486010e1d1794b44858ec9d252ac2ae4164830e2b6
From
0xb01d493363fe9a1cb75b389f1a219610a07c96d3851b0fd4b2ddad9810e89679
0xf7d098b0d9b48b40d08764f32655063255a0ed926ebfbc38ffe11373096bc5f1
0xd0b631738f5350f9109fe83af762e75907f1821d893468fe57bbaac9822b209f

Functions
Getter at block 21012180
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
555
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
1
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
50
MAX_SUPPLY(view returns (uint256)
5555
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
25000000000000000
name(view returns (string)
TheMoonPenguins
owner(view returns (address)
0x4b18f7b25fc03256571139e307fb81c5e4ac1041
symbol(view returns (string)
TMP
totalSupply(view returns (uint256)
767
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(