Ugly Faces

Verified contract

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

No balances found for "Ugly Faces"

0x8d06199df8f33434951b45dbbc5958148e4b421b66e91f141a5270d5dbab6627
0xcca4c05e5a65701e24ba7e7cc1848d153494e7feea5f122851df9fcbaf29dd33
0xc1e88ac2d3f518e610c9b4b5b5d33f3a0b6deec578e74179306fba4d3a37b102
0x14b9ccbc60fc85360f2a5749f30880846e405cdf93d71f8b0de564c342ea0e72
0x195e23ba43e299e64b20e42f72f3759146176e5c7caedd6ed06f8a3f06d2a442
0x0b6d325472dd64f6b51e6e11b9da707f3bffcc01a98fc5fa78d9649a020d3e24
0xfac63ed17fc082a38be8734e7960bdc8d9c4c26fef5706363ddbb9633e5223aa
0x929b987d23836ae5dba259622709e6b2b21e0d0e69dd2d6fa0c06e121e84a62f
0x3a86b8542e314e467934424f20b74fbc77bd93d6cabf210bdd0e1c44a090417e
0x15461f0d620bc65d47d6c3b7e4538eb213aeec026b180f95432c9acdbaa3cdf0

Functions
Getter at block 21158694
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply(view returns (uint256)
1236
merkleRoot(view returns (bytes32)
0xff337613cea24a77ef3602fb1e65089fba67d4a0bad9bc65ad369fb515088889
name(view returns (string)
Ugly Faces
owner(view returns (address)
0xf46e7fe0149f3502ad98621b052fabc2bcc819d9
saleStarted(view returns (bool)
false
symbol(view returns (string)
UGFA
totalSupply(view returns (uint256)
1236
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getTokenGenes(uint256 tokenIdview returns (bytes)
isApprovedForAll(address owneraddress operatorview returns (bool)
isPaused(uint256 tokenIdview returns (bool)
isWhitelisted(address useruint256 amountbytes32[] _merkleProofview returns (bool)
numberMinted(address userview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
pausedTokenGenes(uint256view returns (bytes)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenDNA(uint256view returns (bytes32)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(address touint256 amount
approve(address operatoruint256 tokenIdpayable 
mint(uint256 amountuint256 maxAmountbytes32[] _merkleProof
pauseDNAGeneration(uint256 tokenId
renounceOwnership(
rescueFunds(address to
rescueToken(address token
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 _maxSupply
setMerkleRoot(bytes32 _merkleRoot
setMetadataManager(address _metadataManager
setSaleStarted(bool _saleStarted
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpauseDNAGeneration(uint256 tokenId
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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