Punks.Lol

Verified contract

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

No balances found for "Punks.Lol"

0x442095d39834db36acadfe6ca936d23fc908952bbd848f1971fd4ee40e2eedd0
0xbb059c6533d0296b61ac18ee0b4db02ea5d87cdae8839b652cbc1ff294afbee6
0x45f66798188e1e4962d6928d1393dea9d821ed865f69505e467aaae6e4947c89
0xb4a102f520d12477182c7523961d04c4664de41f587b26580b413c4b1bd33387
From
0xd19099825fbee28a99770832dbc71015c25c7872bc2fc6eb6e6d76e4948f8e74
0xb50939db9f13c951389b8dc6f059961540a54384da5d6bf21ff3e04feb0a3f4c
0x8323b02796be99568e33696c5c895fea903befe786beb2c08baa879901f43ea8
0x35f12f28a2b399829a21f4b8ed5cd0cc56f99a1741ccc1706a1b8bf26c134d00
0xfcf09eeac7d8e44d3839907b91714042acdd98c5adcb63c63436b09f07346908
0xebee9270227a69a1cd216fb6136739162af20c29023a4865a64746471b3a297c

Functions
Getter at block 21003013
MAX_FREE_PER_MINT(view returns (uint256)
2
MAX_PER_WALLET(view returns (uint256)
10
MAX_SUPPLY(view returns (uint256)
5555
PRICE(view returns (uint256)
2000000000000000
contractURI(view returns (string)
ipfs://QmYVxZcu9Cc6baY3zTtBao4QNacarsHe6P3nXvU31rGVEs
name(view returns (string)
Punks.Lol
owner(view returns (address)
0x4e6a7f8d41ccf81da03c84838b7e70620eaca0d7
saleIsActive(view returns (bool)
true
symbol(view returns (string)
PUNKSLOL
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _new_contractURI
setMaxFreePerMint(uint256 _newValue
setName(string _new_namestring _new_symbol
setSale(bool _saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(