Faces of Rekt

Verified contract

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

No balances found for "Faces of Rekt"

0x21fd60261c51d0b5d2614a038cf69db8748aa3c9785986a14cba2df4be4bd3fb
0x7393eb837f5a009bae472632f29812f118f3a2f741b056cec45e5099db7d14fa
0xf32201be799bfb0dfafbf4cf93b40712b4ed515f44398b4e73cfce319a2cd070
0xc5755c0647f2dc7d7b46fae725e0e941c2f50f193a88d498bf7d2fc90d9964df
0x95870aba6b1f3b48429de12acae36c408ed565f2b63f8d4c4707ee4f99b0a957
0x2c870a5faf0bd9eff8e031e5ecd9d42d83746f0c4ff76f624a811f92b6bf6b2e
0xfa29824f43aed8fd28f5979dca2dd52227fba22b184505fe6e5aa7e7854213fc
0x26ca4bf78a12abc2fee6361bb930f0ef2f71a706b819b5e9fa9a5d883831bae8
0x323174f7529f6b35bded68350100f52ba41c4fb309feb60b3e3da569e2ad8e36
0xaa70200b8f0c91559cda53d97e150db1989534458332f9565b26811830ff8042

Functions
Getter at block 20947724
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
9000
name(view returns (string)
Faces of Rekt
owner(view returns (address)
0xc781481a15b59dee7e2595bbd1a50fdc6bb111c0
symbol(view returns (string)
FOR
totalSupply(view returns (uint256)
6540
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(