Waifus
Verified contract
Active on
Ethereum with 10,305 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WET | ERC-20 | 9.15K | -- | -- | |
WF | ERC-721 | 1 | -- | -- | |
WF | ERC-721 | 1 | -- | -- | |
WF | ERC-721 | 1 | -- | -- | |
WF | ERC-721 | 1 | -- | -- | |
WF | ERC-721 | 1 | -- | -- | |
WF | ERC-721 | 1 | -- | -- | |
WF | ERC-721 | 1 | -- | -- | |
WF | ERC-721 | 1 | -- | -- | |
WF | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133813 | 4 days ago | | | 0 | 0.00040069523 | |
| 21121921 | 6 days ago | | | 0 | 0.00038611844 | |
| 21103650 | 9 days ago | | | 0 | 0.00016093119 | |
| 21102750 | 9 days ago | | | 0 | 0.00018903146 | |
| 21014632 | 21 days ago | | | 0 | 0.00060079822 | |
| 20987094 | 25 days ago | | | 0 | 0.00079341381 | |
| 20987083 | 25 days ago | | | 0 | 0.00073140642 | |
| 20933570 | a month ago | | | 0 | 0.00020386864 | |
| 20858660 | a month ago | | | 0 | 0.00037294758 | |
| 20848681 | a month ago | | | 0 | 0.00034170980 |
ABI
ABI objects
Getter at block 21164799 getNFTPrice() view returns (uint256)
MAX_NFT_SUPPLY() view returns (uint256)
16384
NAME_CHANGE_PRICE() view returns (uint256)
1830000000000000000000
REVEAL_TIMESTAMP() view returns (uint256)
1615834200
SALE_START_TIMESTAMP() view returns (uint256)
1614624600
WAIFUS_PROVENANCE() view returns (string)
b9e2ad47185076f3f43847eeec601e7bc4a1cb51a208b34b5eb1c650cf06a546
name() view returns (string)
Waifus
owner() view returns (address)
0xb291984262259bcfe6aa02b66a06e9769c5c1ef3
startingIndex() view returns (uint256)
11595
startingIndexBlock() view returns (uint256)
11995366
symbol() view returns (string)
WF
totalSupply() view returns (uint256)
16384
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintedBeforeReveal(uint256 index) view returns (bool)
isNameReserved(string nameString) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLower(string str) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenNameByIndex(uint256 index) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
validateName(string str) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
changeName(uint256 tokenId, string newName)
finalizeStartingIndex()
mintNFT(uint256 numberOfNfts) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NameChange(uint256 indexed maskIndex, string newName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address wetAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.