FamilyTees

Verified contract

Active on Ethereum with 386 txns
Deployed by via 0xdc99b4dc at 14456498
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
Native
Value $638.61
0x824efdd6f9d2274249a94d8ba2bb9fdd0e87aa0cd2cec70d5d51de4a3df05f25
From
0x80d299d9be9daf810fd0015bd2e28885dee4bb8f06eb9f01f6adb84586537e7a
0x10e1d5a439c37d52b12c2c0084a1fbd9c845db8dc381605b9a9ec7ec63fe7626
0xeb632051c67d21d8f247d6d0917eaafaa360976abd9fdfe118989984a6b1cd62
From
0x69e50680fbc0d7d36348294da7eca0d44daaca39bc3d36bd9dd5620c2a5f702a
0xf444274e735ead234996ddd927d711f403cec93b04025784ef75598ef1db5944
0x2818e43b81ac37414aaaa4ee0009e0aac7e09b180c7cef318d1061ba2f628af3
0xbf1eb7e53b47129a027e3c591ab514f540e949440f4b771f92f297b8d90a5d7a
0x9b6176566fbf3b8378dd32d1385314f7e7b3b438898f1efe6e69bb8908ce3092
0x1d71d46566bb4dd0f4e0e9c647cef7cc0e137c36a477b22b201c7b71c6d91972

Functions
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 ownerview returns (uint256)
discountContracts(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenId
devMint(uint256 quantityaddress recipient
mint(uint256 mintQtypayable 
presaleMint(uint256 mintQtyaddress discountAddressuint256 tokenIdpayable 
presaleMint(uint256 mintQtybytes32[] _merkleProofpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setDiscountContracts(address[] contractsbool onoroff
togglePresale(
toggleSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMerkleRoot(bytes32 _merkleRoot
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboladdress[] recipientsuint256[] split
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(