Real Friends
Verified contract
Active on
Ethereum with 4,330 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Real Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20666634 | 2 months ago | | | 0 | 0.000051327510 | |
| 20640365 | 3 months ago | | | 0 | 0.00010604475 | |
| 20640356 | 3 months ago | | | 0 | 0.000065598434 | |
| 20310702 | 4 months ago | | | 0 | 0.00020202962 | |
| 20256684 | 4 months ago | | | 0 | 0.000072513390 | |
| 19409442 | 8 months ago | | | 0 | 0.0021447596 | |
| 17903513 | a year ago | | | 0 | 0.00072586162 | |
| 17889107 | a year ago | | | 0 | 0.00031682384 | |
| 16924747 | 2 years ago | | | 0 | 0.0010789666 | |
| 16924745 | 2 years ago | | | 0 | 0.0010829693 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 _amount) payable
mint(uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _new_contractURI)
setName(string _newName, string _newSymbol)
setSale(bool _saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
whitelistMint(address _to, uint256 _amount)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()