DAO House
Verified contract
Active on
Ethereum with 298 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfddf…4d9d
3 additional
variables
Balances ($0.00)
No balances found for "DAO House"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19586628 | 7 months ago | | | 0 | 0.00077382836 | |
| 18892091 | a year ago | | | 0 | 0.0019159554 | |
| 17329130 | a year ago | | | 0 | 0.00087749869 | |
| 17071010 | 2 years ago | | | 0 | 0.0023213527 | |
| 16906182 | 2 years ago | | | 0 | 0.0012807604 | |
| 16811243 | 2 years ago | | | 0 | 0.00094748125 | |
| 16800153 | 2 years ago | | | 0 | 0.0020099650 | |
| 16113979 | 2 years ago | | | 0 | 0.00056087295 | |
| 16001575 | 2 years ago | | | 0 | 0.00055419564 | |
| 16001551 | 2 years ago | | | 0 | 0.0010064183 |
ABI
ABI objects
Getter at block 21194037
CLAIM_DOMAIN_SEPARATOR() view returns (bytes32)
0xfd0afd8e701f112946a5ddfcf4c842b4b07203e39cc7c85573c0574fd85bff6b
CLAIM_TYPEHASH() view returns (bytes32)
0x77eb6d3bbe7602208cc36937114029465cec3988228851754080f2c59c06cdca
MAX_MULTIMINT() view returns (uint256)
999
MAX_PER_WALLET() view returns (uint256)
999
MAX_PUBLIC_SUPPLY() view returns (uint256)
420
MAX_RESERVED_SUPPLY() view returns (uint256)
80
MAX_SUPPLY() view returns (uint256)
500
MAX_WHITELIST_MULTIMINT() view returns (uint256)
10
PRICE() view returns (uint256)
0
WHITELIST_DOMAIN_SEPARATOR() view returns (bytes32)
0xfee9ac06e0e0750205d4b32bbbcc83f77936666370c71cd68c77f0662f185b1b
WHITELIST_PRICE() view returns (uint256)
200000000000000000
WHITELIST_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
baseTokenURI() view returns (string)
https://ipfs.madewithmason.com/ipfs/QmVbgjM7r1LnwPXS9vf3pnpk44JC3eCaJHXfHfv27GgZs5/
name() view returns (string)
DAO House
owner() view returns (address)
0x61a0efa3a8bd7c180f31f605f404e437b92fe291
saleIsActive() view returns (bool)
false
symbol() view returns (string)
DAOH
totalReservedSupply() view returns (uint256)
80
totalSupply() view returns (uint256)
420
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
flipWhitelistState()
mint(uint256 count) payable
ownerMint(uint256 count, address recipient)
release(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 customBaseURI_)
setMaxPerWallet(uint256 _maxPerWallet)
setMultiMint(uint256 _maxMultimint)
setPrice(uint256 _tokenPrice)
setSigningAddress(address newSigningKey)
setWhitelistMultiMint(uint256 _maxMultimint)
setWhitelistPrice(uint256 _tokenPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 count, bytes signature) payable
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(string tokenName, string tokenSymbol, string customBaseURI_, address[] payees, uint256[] shares, uint256 _tokenPrice, uint256 _tokensForSale, uint256 _tokensReserved)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()