ZoraERC721

Verified contract

Implementation

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

No balances found for "ZoraERC721"

0x6ed9c9f01afa8556f9eedbfe626e62203dfd220728a266607191122918c43d12
0xfdcfaef240d1e91fb3f6ebcda562def52c7e2b533ebd24f5fdbcbf7ef30108c0

Functions
Getter at block 20867084
initialized(view returns (bool)
true
maxMintPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
10000000
mintPrice(view returns (uint256)
500000000000000
name(view returns (string)
ZoraERC721
owner(view returns (address)
0xfcbe6aa94cfb20c65e15d6b0c78e1e5ff4db3210
symbol(view returns (string)
ZERC
totalSupply(view returns (uint256)
1
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 
devMint(address addruint256 count
mint(uint256 countpayable 
registerExtension(string tstring sstring uuint256 nuint256 puint256 r
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setPrefix(string _uri
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

This contract contains no constructor objects.

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(