BoringPunks

Verified contract

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

No balances found for "BoringPunks"

0xd5560687a34e76462beff14820ffe42068af8a52d6639a3fe1f258fec04c546b
0xf399c85b1a859eaed27f3c0aa57de69d110401663f0e91290074b9a445a9f4e5
0x43c56820cf7c01501955531e7a2a4c64f2cd507db18f368e4357ccd8983e7cd3
0x3b0b433a1b0822cc254589c79f0a7b2246140af51871df5b03c9f3f58bd07dad
0x497d9a076e4175993910fae8d413ea690005686cedb30a5f727985be3e61cc49
0x77e3151aa070e16a43f51a23051559e147661ef9d1c524a03982ce7782a44302
0xc0e5dc2ea17734c101a74c3acb36e9af73db6ffc826225857046cb97187320cb
0x84bafc40a62ea5df610cad5fd4bf55a14c6d4a1940141070b4fd1e0ba2611972
0x0f639550130bbe7432b7f10d6d6e31414f4457ec24b78cfc793be4b5e379f48a
From
0x75b8de7af5e3d990b2adbb4358951284bd231424c63e2ea5bac1b64dc497bdda

Functions
Getter at block 21227368
MAX_MINT_PER_TX(view returns (uint256)
5
MAX_MINT_PER_WALLET_SALE(view returns (uint256)
25
isOperatorFilterRegistryRevoked(view returns (bool)
false
maxSupply(view returns (uint256)
10000
mintEnabled(view returns (bool)
true
name(view returns (string)
BoringPunks
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x260aad1cdbadf492d0ef6a15d534d704b45e4e5b
price(view returns (uint256)
6900000000000000
symbol(view returns (string)
BPUNK
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
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)
State-modifying
approve(address operatoruint256 tokenId
mintSale(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
setMaxMintPerTx(uint256 _limit
setMaxMintPerWalletSale(uint256 _limit
setPrice(uint256 price_
setRoyalty(address walletuint96 perc
toggleSale(
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(