ForeverPunks

Verified contract

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

No balances found for "ForeverPunks"

0x0c7663f930108d3868a7dad0f887b2857519a42c90c91e0fd0fefbf751d83e2e
0x26c8cd583a14c2a24d82d3c5c99547101b02d0c8c5f78f550379891893da7d9e
0xc9aa018927a0a437b825d006bd9862c70772ef085ff70d0e3650ac6c03f1ff1a
0x4ada3968538c9aa518fe58a9e85ef493f01e22702bc3270d295af92e00584d67
0xe36e9a5b536072a6afb6fd2e5380f03350180948e972f26d4d4528c1b3e225dd
0xe84726a4b2422a40a64017e4c3c0c3b75422d589dbabf9af1261eb9395c11420
0x12c715be22f676b052733c11094b55b4e04b1b95cf8671babcdec4f3e938bb8e
0xfe1a6947a1c8e8bf8dab2dab192584a567b836c91a4e68c063739b9108d556a3
0x3d02853fc470393a3aa87f32f97580cadb2a2f88697ae07b00b647bd4ae8e0a6
0x58b1352b3c692eb2b7ff4b0ddcf816855232130c8fa6f9ae702fc40f8454eb24

Functions
Getter at block 20871602
MAX_MINT_PER_WALLET_SALE(view returns (uint256)
35
holdersMintEnabled(view returns (bool)
true
isOperatorFilterRegistryRevoked(view returns (bool)
false
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
false
name(view returns (string)
ForeverPunks
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x57c0c7e8b0ff7c1a6ae26d6e526a6e4c45cea3e6
price(view returns (uint256)
0
symbol(view returns (string)
FPUNK
totalSupply(view returns (uint256)
10000
whitelistMintEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
calculatePrice(uint256 _amountview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
holders(addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
users(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
approve(address operatoruint256 tokenId
mintHolder(uint256 _amount
mintSale(uint256 _amountpayable 
mintWhitelist(uint256 _amountpayable 
renounceOwnership(
reserve(address touint256 tokenId
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setHolder(address walletuint96 _amount
setMaxMintPerWalletSale(uint256 _limit
setPrice(uint256 price_
setRoyalty(address walletuint96 perc
setWhitelist(address walletbool canMint
toggleHolderSale(
togglePublicSale(
toggleWhitelistSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OperatorFilterRegistryAddressUpdated(address newRegistry
OperatorFilterRegistryRevoked(
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
InitialRegistryAddressCannotBeZeroAddress(
OnlyOwner(
OperatorNotAllowed(address operator
RegistryHasBeenRevoked(