BoringPunks
Verified contract
Active on
Ethereum with 13,534 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…cd4e
Balances ($0.00)
No balances found for "BoringPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219368 | a day ago | | | 0 | 0.00059831717 | |
| 21202041 | 4 days ago | | | 0 | 0.00072442259 | |
| 21198046 | 4 days ago | | | 0 | 0.0010626240 | |
| 21135335 | 13 days ago | | | 0 | 0.00060771403 | |
| 21126051 | 14 days ago | | | 0 | 0.0025397879 | |
| 21118754 | 15 days ago | | | 0 | 0.00034956808 | |
| 21104793 | 17 days ago | | | 0 | 0.00014317920 | |
| 21103432 | 17 days ago | | | 0 | 0.00018870907 | |
| 21101580 | 18 days ago | | | 0 | 0.00041573169 | |
| 21046557 | 25 days ago | | | 0 | 0.00022586935 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address operator, uint256 tokenId)
mintSale(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)
setMaxMintPerTx(uint256 _limit)
setMaxMintPerWalletSale(uint256 _limit)
setPrice(uint256 price_)
setRoyalty(address wallet, uint96 perc)
toggleSale()
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()