0xFriends

Verified contract

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

No balances found for "0xFriends"

0x3871d1e9d8132b95656c4bcc2bf0e982f119c32039d8fabc3452266117aa3022
0x092c22790ec0d538f3f08405e6f2ccec1adcb911fb8412586637c07ca98f8a3a
From
0x798664d2bc2fdd566163476876b20dfe8b9a1d51210045a3a8fab06b64f974e6
0x0b5dc53be969e5865f6b83303886c68f7694866f168538dbdb020912d7b3ea14
0x25a568211a0213000dc9efce04bf2abf7a1f79be34c1c1e7f8884af2c68d41b4
0xf601734993fc5a25f7d4ece86b55cc06d4beca8bb55b41edd722f953abca0d9f
0x754fd8813456d57f2fab26912c5d4668fbb9bee35df31fd5894953fb446ca0a4
0xfccae531bb65708f5386ad303c720d37bff048821ca4a9a25e717244f4da9a4d
0xa33312433c6936d76ced1a932e352f6a413f006b77617c8f30743f492768701b
0x58ce6d2b9d26b3e9079a8628cef4ed6234f5e2e0dd5e6bd484ac98959a419c06

Functions
Getter at block 21207125
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
500
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
5
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
100
MAX_SUPPLY(view returns (uint256)
5000
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
10000000000000000
name(view returns (string)
0xFriends
owner(view returns (address)
0x3ca7527ee8b906e2681d18ae749ffdd94c3e8869
symbol(view returns (string)
0xFriends
totalSupply(view returns (uint256)
1178
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
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(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(