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 "Waifu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20200716 | 4 months ago | | | 0 | 0.00011115835 | |
| 19705792 | 7 months ago | | | 0 | 0.00017618915 | |
| 18910342 | 10 months ago | | | 0 | 0.00043241892 | |
| 18903893 | 10 months ago | | | 0 | 0.00052893699 | |
| 18869736 | a year ago | | | 0 | 0.00045687637 | |
| 16968658 | 2 years ago | | | 0 | 0.0021009516 | |
| 16870169 | 2 years ago | | | 0 | 0.0022658411 | |
| 16370852 | 2 years ago | | | 0 | 0.0015207784 | |
| 16306363 | 2 years ago | | | 0 | 0.00074179635 | |
| 16265354 | 2 years ago | | | 0 | 0.00045099852 |
ABI
ABI objects
Getter at block 21166451
contractURI() view returns (string)
https://metadata.nonfungiblewaifu.co/contract-metadata
maxSupply() view returns (uint256)
400
name() view returns (string)
Waifu
owner() view returns (address)
0x52f0d5805045a14579bbdcd719e0086c5ef3574d
saleStarted() view returns (bool)
true
symbol() view returns (string)
WAIFU
tokenPrice() view returns (uint256)
250000000000000000
totalSupply() view returns (uint256)
353
transfersEnabled() view returns (bool)
true
Read-only
authenticateUser(uint256 _tokenId) view returns (bool)
balanceOf(address owner) view returns (uint256)
expiryTime(uint256) view returns (uint256)
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 addTokens(uint256 _newTokens)
approve(address to, uint256 tokenId)
mint() payable
ownerMint(address _receiver)
ownerRenewToken(uint256 _tokenId)
ownerRenewTokenLong(uint256[] _tokenIds)
removeTokens(uint256 _numTokens)
renewToken(uint256 _tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setTokenURI(string tokenURI_)
toggleSale()
toggleTransfers()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenPrice(uint256 _updatedTokenPrice)
withdrawBalance()
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 tokenURI_, string contractURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.