Non Fungible Frens
Verified contract
Active on
Ethereum with 1,849 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 "Non Fungible Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290427 | 5 days ago | | | 0 | 0.00028112027 | |
| 21233980 | 13 days ago | | | 0 | 0.00070702804 | |
| 21027980 | a month ago | | | 0 | 0.00027295007 | |
| 20774211 | 3 months ago | | | 0 | 0.00060360731 | |
| 19850479 | 7 months ago | | | 0 | 0.00015233699 | |
| 19809892 | 7 months ago | | | 0 | 0.00043691723 | |
| 19756782 | 7 months ago | | | 0 | 0.00023041881 | |
| 19741892 | 7 months ago | | | 0 | 0.00035605120 | |
| 19700003 | 7 months ago | | | 0 | 0.00051839488 | |
| 19627177 | 8 months ago | | | 0 | 0.00060551724 |
ABI
ABI objects
Getter at block 21326335
_startDate() view returns (uint256)
1628884800
getCurrentMintLimit() pure returns (uint8)
10
getCurrentPrice() pure returns (uint64)
69000000000000000
maxSupply() view returns (uint16)
1001
name() view returns (string)
Non Fungible Frens
owner() view returns (address)
0x87232b54db832492c9e061064459a27a5fa8fc48
symbol() view returns (string)
FRE
totalSupply() view returns (uint256)
1001
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint8 _quantityToMint)
approve(address to, uint256 tokenId)
mint(uint8 _quantityToMint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newbaseTokenURI)
setStartDate(uint256 startDate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.