Tree Frens
Verified contract
Active on
Ethereum with 242 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($249.46)
Native
Value
$249.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.069 | $3,615.35 |
$249.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19223813 | 10 months ago | | | 0 | 0.0012592034 | |
| 18909140 | a year ago | | | 0 | 0.00066243148 | |
| 17442355 | a year ago | | | 0 | 0.00053297957 | |
| 17442355 | a year ago | | | 0 | 0.00053297957 | |
| 17442324 | a year ago | | | 0 | 0.00048524329 | |
| 16267016 | 2 years ago | | | 0 | 0.00056869487 | |
| 16251646 | 2 years ago | | | 0 | 0.00057695948 | |
| 16250726 | 2 years ago | | | 0 | 0.00055477456 | |
| 15447426 | 2 years ago | | | 0 | 0.0034938540 | |
| 15073183 | 2 years ago | | | 0 | 0.00060639057 |
ABI
ABI objects
Getter at block 21317811
FRENPASSHOLDERS() view returns (address)
0x192ba0a52d9e59aad7dd9caa05b9bb12e2e2b7e1
MAX_FRENS() view returns (uint256)
6969
baseURI() view returns (string)
https://treefrens-app-7ualn.ondigitalocean.app/metadata/
frenpassSale() view returns (bool)
false
hiddenURI() view returns (string)
ipfs://QmX8wPH9cTetsvKLZTQsM6WGDHtW75sW72qdkfV9YUmjLw/hidden.json
name() view returns (string)
Tree Frens
owner() view returns (address)
0x79d75e25736cfac129aa5ba10cd86419cfc09aa1
paused() view returns (bool)
false
price() view returns (uint256)
69000000000000000
publicMint() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
FREN
totalSupply() view returns (uint256)
421
uriExt() view returns (string)
.json
whitelistSale() view returns (bool)
false
whitelistSaleCount() view returns (uint256)
2
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airDropMint(uint256 _frenAmount, address _receiver)
approve(address to, uint256 tokenId)
changeReveal(bool _state)
frenPassMint(uint256 _frenAmount) payable
mint(uint256 _frenAmount) 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 _baseURIPrefix)
setFrenPassAddress(address _newAddress)
setHiddenURI(string _hiddenURI)
setPresaleMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _price)
setSalePause(bool _state)
setURIExt(string _URIExt)
setWhitelistSaleCount(uint256 _whitelistSaleCount)
toggleFrenPassMint()
togglePublicMint()
toggleWhitelistMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _frenAmount, bytes32[] _merkleProof) payable
withdrawMoney()
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.