YoungPunks

Verified contract

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

No balances found for "YoungPunks"

0xcd6538a94f063badf879db891809eeab3659cf9de3fbd4ae818b630a7c355962
0xda43e1b93b06e4705f0bb5c6d31e390971113e60ba7edcce2990ea9c679f5890
0x556affcaeb7dff20f8f965eb06e116ae04afc0caa7df9dfd50397f99b1deefbe
0x66b0c333d3af5f01ed123837c8716e071dd10ee2c77960ba01c34c93335b0353
0xf13c1925bc14e244480665b982e6f367a8bb49c190a8ae34b606a78f71ac888c
0xf76cdfdc4fcd426a2b460edb8f99c1853ed7e5c2145e3e9de822a0aafef4e41b
0xaf92ff8985b1dd57d3921011be60bc1aaf7e4a4fe11a540260076b52a23787c7
0xf722e0177a482f787f243306f0bc6c2d068e8c42c466b52508f657f242d2bdd0
0xe629fff409db4205bc4f320e4c19209129539f4628e2ef0f161c0180d6aeab41
0x1378a1ce00253b9958700da90d845fc569f18596a8bc2ab68fc50f461c06fc61

Functions
Getter at block 20970909
COST(view returns (uint256)
1000000000000000
MAX_FREE(view returns (uint256)
9000
MAX_FREE_PER_WALLET(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
10000
contractURI(view returns (string)
ipfs://Qmd6tE1wxcVophAtfihz2MBP4YPXCAkqkiTpLXADUagGux
name(view returns (string)
Young Punks
symbol(view returns (string)
YOPU
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)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
freeMint(uint256 amount
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setUri(string _newBasestring _newContract
transferFrom(address fromaddress touint256 tokenIdpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(