Waifu House DAO
Verified contract
Active on
Ethereum with 968 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($88.15)
Native
Value
$88.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0225 | $3,917.77 |
$88.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211901 | a month ago | | | 0 | 0.00050459406 | |
| 19691528 | 8 months ago | | | 0 | 0.00034914756 | |
| 19663768 | 8 months ago | | | 0 | 0.00071564360 | |
| 19508510 | 9 months ago | | | 0 | 0.00089261603 | |
| 19345741 | 9 months ago | | | 0 | 0.0022197620 | |
| 19265890 | 10 months ago | | | 0 | 0.00053993083 | |
| 19095664 | a year ago | | | 0 | 0.00027408829 | |
| 18909696 | a year ago | | | 0 | 0.00026511636 | |
| 18909695 | a year ago | | | 0 | 0.00047530337 | |
| 18908890 | a year ago | | | 0 | 0.00055759520 |
ABI
ABI objects
Getter at block 21399945
HEARTS_PERIOD() view returns (uint32)
604800
MAX_ORDER() view returns (uint256)
12
MAX_WALLET() view returns (uint256)
12
TOTAL_SUPPLY() view returns (uint256)
9999
getGroupCount() view returns (uint256)
3
name() pure returns (string)
Waifu House DAO
owner() view returns (address)
0x075b3cbfade5c35958126d59cf3c065081dce8c4
symbol() pure returns (string)
WAIFU
totalReleased() view returns (uint256)
86986483333333333360
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
9999
Read-only
accessList(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balances(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getHearts(uint256 tokenId) view returns (uint32 hearts)
getPrice(uint256 id, uint256 externalTime) view returns (uint256 price)
getTokenGroup(uint256 tokenId) view returns (uint256 id)
groups(uint256) view returns (uint256 balance, uint256 startToken, uint256 supply, uint256 totalSupply, uint256 startPrice, uint256 floorPrice, uint256 startTime, uint256 floorTime)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
owners(uint256) view returns (uint32 baseHearts, uint32 epoch, address owner)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address account) view returns (uint256[])
State-modifying
Events addGroup(uint256 supply, uint256 totalSupply, uint256 startPrice, uint256 floorPrice, uint256 startTime, uint256 floorTime)
approve(address to, uint256 tokenId)
burn(uint256[] tokenIds)
finalize()
mint(uint256 id, uint256 quantity, bytes signature) payable
mintTo(uint256[] groupIds, address[] recipients, uint256[] quantities) payable
release(address account)
renounceOwnership()
resurrect(uint256[] tokenIds, address[] recipients)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAccessList(address[] accounts, uint256[] quantities)
setApprovalForAll(address operator, bool approved)
setBaseURI(string tokenURIPrefix, string tokenURISuffix)
setDelegate(address addr, bool isDelegate_)
setGroup(uint256 id, uint256 supply, uint256 startPrice, uint256 floorPrice, uint256 startTime, uint256 floorTime)
setHearts(uint256[] tokenIds, uint32[] hearts)
setHeartsOptions(uint32 period)
setMax(uint256 maxOrder, uint256 maxWallet)
setSecret(string secret)
setSigner(address signer)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
transferFrom(address from, address to, uint256 tokenId)
transferInternal(uint256 tokenId, address recipient)
transferOwnership(address newOwner)
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)
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()
fallback()
receive()
This contract contains no error objects.