DAO House Friends
Verified contract
Active on
Ethereum with 1,750 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 "DAO House Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19897994 | 6 months ago | | | 0 | 0.00016455992 | |
| 19712368 | 7 months ago | | | 0 | 0.00062323439 | |
| 19427814 | 9 months ago | | | 0 | 0.0027358676 | |
| 19340402 | 9 months ago | | | 0 | 0.0025160166 | |
| 19255087 | 9 months ago | | | 0 | 0.00089569306 | |
| 19116551 | 10 months ago | | | 0 | 0.00059812582 | |
| 19072288 | 10 months ago | | | 0 | 0.00058962841 | |
| 18932747 | a year ago | | | 0 | 0.00079786999 | |
| 18908194 | a year ago | | | 0 | 0.00063129957 | |
| 18907446 | a year ago | | | 0 | 0.00061084126 |
ABI
ABI objects
Getter at block 21288356
CLAIM_DOMAIN_SEPARATOR() view returns (bytes32)
0x703d5b487d7ef6f0a83a00a06ff272eaa48ad448fa1e41c660d2215ba1773367
CLAIM_TYPEHASH() view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
DISCOUNT_DOMAIN_SEPARATOR() view returns (bytes32)
0x45f48acaf71aef66f58d6fb43485b20d1784823748105dec19dd044073aa07ee
DISCOUNT_TYPEHASH() view returns (bytes32)
0x2744a6917094ca2ea2ac15d34cf9febe9c2a504b2370fa0f60e99090ad07d83e
GENESIS_TOKEN() view returns (address)
0x22f287c5387d9a536b8c07cf5327ab3d16da153e
MAX_PER_WALLET() view returns (uint256)
10
MAX_PER_WALLET_MULTIPLIER() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
WHITELIST_DOMAIN_SEPARATOR() view returns (bytes32)
0x0f9780c390b94883888a088511a4b70d3a247e244798e15d604511f4cb53add1
WHITELIST_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
baseTokenURI() view returns (string)
https://arweave.net/8cWmLRyGoCyqzuxezH9j431e9LTPWdM7mc92d1NQjG8/
name() view returns (string)
DAO House Friends
owner() view returns (address)
0xb18c2ce9fa8f5fdd740f34580d4902672f86e48b
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DHF
totalSupply() view returns (uint256)
9959
whitelistIsActive() view returns (bool)
true
Read-only
allowedMintCount(address minter) view returns (uint256)
balanceOf(address owner) view returns (uint256)
checkWhitelist(bytes signature) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipSaleState()
flipWhitelistState()
mint(uint256 _count)
ownerMint(uint256 _count, address _recipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setGenesisToken(address _genesisToken)
setMaxPerWallet(uint256 _max)
setMaxPerWalletMultiplier(uint256 _multiplier)
setSigningAddress(address newSigningKey)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _count, bytes _signature)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, string _customBaseURI, uint256 _tokensForSale, address _genesisToken, address[] _payees, uint256[] _shares)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractsCannotMint()
ExceedsMaxPerWallet()
ExceedsMaxSupply()
InvalidSignature()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSigningKey()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistNotActive()