Yuga Punks

Verified contract

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

No balances found for "Yuga Punks"

0x5adea2fb90c96e4ee4589c479cf6230c22eb3abf03725ba93d81653df2e1d294
0x35453e6206ec03fb0685f7f69b28ed90ac26562311527e2cbbbdd26e3ed8950d
0xfa4a939e5c08b1a86c6500271bfb4ad78fcd48ca9c32a73496aa41fed9aaabb9
0xe1b5736b667f2807cb5261c22b73592889c46b71907f2f81dec942e2754ebf1e
0xc24f01ba9627a3ef36be1f33b473b9270374e77043f6a82983348aaf2a046a96
0x6ce7731cb9323b5a1d159ebf9122fc4a4df0204025b5fc0aef2e3c658c17324d
0x947b98cf0980c29d9c5d0f5e9cd59e00e88bd0dc370f7c09fa87d02f55d50553
0xcf9250907cb225dea35480267aa5943134360c2b4c2906f02957d5eacb10f129
0xcbb6ea3fc144e54be1d8073619081a129ca99ccdf85100b43d47d16a485859e6
0x3b57962018391a4ab8d471dfe7e490fa8db47f770bff7673a3aa97a2f21f9b3a

Functions
Getter at block 20860808
collectionSize(view returns (uint256)
311
name(view returns (string)
Yuga Punks
owner(view returns (address)
0x46587087460b4844fd1e3a7b04646b3df165c1a0
saleIsActive(view returns (bool)
true
symbol(view returns (string)
YP
totalSupply(view returns (uint256)
311
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
burn(uint256 tokenId
flipSaleState(
mint(
ownerMint(uint256 _amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
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(
AuxQueryForZeroAddress(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(