ForeverPunks
Verified contract
Active on
Ethereum with 2,040 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ForeverPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21038227 | a month ago | | | 0 | 0.00061761449 | |
| 21038217 | a month ago | | | 0 | 0.00070826476 | |
| 21038176 | a month ago | | | 0 | 0.00067922494 | |
| 20920292 | 2 months ago | | | 0 | 0.00083347108 | |
| 20858127 | 2 months ago | | | 0 | 0.00045386027 | |
| 20857889 | 2 months ago | | | 0 | 0.00037976686 | |
| 20847449 | 2 months ago | | | 0 | 0.00051374519 | |
| 20776836 | 2 months ago | | | 0 | 0.00037467124 | |
| 20776836 | 2 months ago | | | 0 | 0.00025937322 | |
| 20776835 | 2 months ago | | | 0 | 0.00042480914 |
ABI
ABI objects
Getter at block 21311260
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 owner) view returns (uint256)
calculatePrice(uint256 _amount) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
holders(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
users(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events approve(address operator, uint256 tokenId)
mintHolder(uint256 _amount)
mintSale(uint256 _amount) payable
mintWhitelist(uint256 _amount) payable
renounceOwnership()
reserve(address to, uint256 tokenId)
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setHolder(address wallet, uint96 _amount)
setMaxMintPerWalletSale(uint256 _limit)
setPrice(uint256 price_)
setRoyalty(address wallet, uint96 perc)
setWhitelist(address wallet, bool canMint)
toggleHolderSale()
togglePublicSale()
toggleWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OperatorFilterRegistryRevoked()
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.
InitialRegistryAddressCannotBeZeroAddress()
OnlyOwner()
OperatorNotAllowed(address operator)
RegistryHasBeenRevoked()