Real Friends

Verified contract

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

No balances found for "Real Friends"

0xbdf196855a600d0b67546ba0f2682dba5166c48a410e8e32aa56b95d7fcaa88c
0x7670efbbf2908b4f483d0a4fec4520ce48f49ef7afc8c1383bf4a60ba2e9464e
0xea11265a765c5f8b0a91f1e984b8234a960c4fb6b7c0a641b0a991b523595564
0x560c5b6dfff6273e9eb5e1cacbadc85280955054de9fe0ffeee1d02a47fa7da3
0x0ce878534c7d486cd8a80d3fef016f0dfff86d5b8537b9df6e3d1762752f7c50
0xd59cf630caba19d989487196bc1774acafe71cebba17835ef16fab1044cc5534
0x34687ec0917c552fab429414b4942949c7e213c52ee8898d884ef587d1dcfc93
0xcd9b63f26380c188d0727bcd219d6ce71590ba3d7f35ce57473f292b56d4c8b0
0x46420ee30a1e62c264dfad3a6eaf280c5609a091a0e284e4d0429e2a8ca8324f
0xabf20f10d88e4989da5212c2b59fe68850172f5046f9adf28790f85f5f1df80d

Functions
Getter at block 21209984
COST(view returns (uint256)
2000000000000000
MAX_BUY_PER_TX(view returns (uint256)
20
MAX_FREE_PER_WALLET(view returns (uint256)
2
MAX_SUPPLY(view returns (uint256)
6000
contractURI(view returns (string)
ipfs://bafybeid7y65mi53f2gk4cyydhragobdvm52jkzszw7firox4xojipmesji/
name(view returns (string)
Real Friends
saleIsActive(view returns (bool)
true
symbol(view returns (string)
RFNFT
totalSupply(view returns (uint256)
6000
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
buy(uint256 _amountpayable 
mint(uint256 _amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _new_contractURI
setName(string _newNamestring _newSymbol
setSale(bool _saleIsActive
transferFrom(address fromaddress touint256 tokenId
whitelistMint(address _touint256 _amount
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(