FamilyTees
Verified contract
Active on
Ethereum with 386 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($638.61)
Native
Value
$638.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.19 | $3,361.09 |
$638.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18935908 | a year ago | | | 0 | 0.0010194983 | |
| 16961781 | 2 years ago | | | 0 | 0.00098060891 | |
| 16837284 | 2 years ago | | | 0 | 0.0011315109 | |
| 16707698 | 2 years ago | | | 0 | 0.00090461951 | |
| 16398264 | 2 years ago | | | 0 | 0.00098165102 | |
| 16264575 | 2 years ago | | | 0 | 0.00072507265 | |
| 16203354 | 2 years ago | | | 0 | 0.00079815170 | |
| 16080055 | 2 years ago | | | 0 | 0.00056489927 | |
| 16067116 | 2 years ago | | | 0 | 0.00067825796 | |
| 16067107 | 2 years ago | | | 0.05 | 0.00079717139 |
ABI
ABI objects
Getter at block 21262189
baseURI() view returns (string)
http://ec2-18-234-145-254.compute-1.amazonaws.com/familytees/
cost() view returns (uint256)
50000000000000000
discountCost() view returns (uint256)
40000000000000000
maxSupply() view returns (uint256)
3333
merkleRoot() view returns (bytes32)
0x051e5cc29cc04fe92519f5b28c504c485beb679a37f0f92474092822b9e6b6e7
name() view returns (string)
FamilyTeesNFT
owner() view returns (address)
0xdaf42b89a850bb53259289fd5c6809df915cc4d0
presale() view returns (bool)
true
sale() view returns (bool)
true
symbol() view returns (string)
FTNFT
totalReleased() view returns (uint256)
11099999999999999998
totalShares() view returns (uint256)
999
totalSupply() view returns (uint256)
430
Read-only
balanceOf(address owner) view returns (uint256)
discountContracts(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity, address recipient)
mint(uint256 mintQty) payable
presaleMint(uint256 mintQty, address discountAddress, uint256 tokenId) payable
presaleMint(uint256 mintQty, bytes32[] _merkleProof) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setDiscountContracts(address[] contracts, bool onoroff)
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _merkleRoot)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, address[] recipients, uint256[] split)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()