thefenguins

Verified contract

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

No balances found for "thefenguins"

0xa8f3aa69c0bdcd3e95ffcdcb3e9b5518f4cee1c4cef17bb1c7e78f7a99a3ea84
0x28e249a08d3a39bbba795bcfbc759b6d4e49a13421e5e464d07bd8c55eabd2e4
0xb80b061c64e1b83e2ebf4582c6e49d6fd51c57cf838665509292f1c361599cba
0x922944f316aab7e048295acc2bd842819a06dc66879d416e47c05da47825f092
0xe7415f9c8ac4702f980895234f0516987e04e14ca97e7887bcf950fe75429ae4
0xcb1e8ce34d3132e0f5f4e9a091ea36df6eadeddc4450a94d509448b33487c985
0x04921fab9420cdb4333c990a8658420fd052c088647bdabb69fb07e187c1808c
0x5f73ad8e6da6066c7b9db8d94f6d8aebe7e9063cf7d15d6efc9b47af90834dc3
0x33db6e011169ce48bade2bf85d079bc5380aad9c606f2ff9835690a29c6e1f42
0xd6ef78294ef35a1c6736ddc28fef870aa5a99b2076bb52dd1d57f50e906ddd2c

Functions
Getter at block 21170921
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmWXJXRdExse2YHRY21Wvh4pjRxNRQcWVhcKw4DLVnqGqs/
maxPerTransaction(view returns (uint256)
3
maxSupply(view returns (uint256)
4444
name(view returns (string)
thefenguins
owner(view returns (address)
0xa0ffad6fe940e6e0f47af0fccaf2dd8b7ff24bc7
price(view returns (uint256)
0
saleActive(view returns (bool)
true
symbol(view returns (string)
fengs
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
devMint(uint256 quantity
publicMint(uint256 amountpayable 
reduceSupply(uint256 newMaxSupply
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setPrice(uint256 newPrice
startSale(
stopSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(