Base Fat Punks

Unverified contract

Proxy

Active on Base with 9,020 txns
Deployed by via 0x12d25968 at 13751872
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
ERC-20
Value $0
ERC-20
--
0xe636374e3700124a595611f35954079a05e0e71d60821d62160e3409188eb4cd
0x736363a6433045412d237fab602b9a7d354ed51d5f8e9e8b76019963a8af4c0d
0x213d0bc51931acc2e71e71c919e87110c5d4723ba8c903e1ca7df82c7bafb008
0xda1113228a5e7937aac4de67fa4b7c8dd66fd8b9edcbca9c673646c06f474e25
0x60cf26faeccf42b9c6cba6b93f9cd4b292296f5990f0e3a2ef64b1a33b05caec
0x9b5125bb8f3fde319ffad77f23c7b9c655238ad0748f8ffd45cd63f364fb1cd3
0x77eaa34e81264fac2a6bc57dd3f03409fbad5fd9b32caca5ba38cc8cef456161
0xc8958d03dec737579c92cd739ec35eca7090899ab04f36c40809ce16f4bba709
0x5b6ce49407533a18210da8e5e182b04bb59bc0812b24cd1fa6677c365c4ea739
0x46b5e0bcb466a6bd012d60623980563fe68377dc1a2e0f208bfa53010bf4848c

Functions
Getter at block 22483490
baseURI(view returns (string)
ipfs://bafybeig3v6jsg32u2ppn2si6wcul22sxk4iytcet5t34yhwgkd63svq7ry/
costPublic(view returns (uint256)
300000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
5000
maxMintPublic(view returns (uint256)
300
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
5555
name(view returns (string)
Base Fat Punks
owner(view returns (address)
0x577a20324739a5d497336b12e08aa37470a79b83
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Base Fat Punks
totalSupply(view returns (uint256 result)
5555
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(