WAIFU NFT Collection
Verified contract
Active on
Ethereum with 382 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,858.17)
Native
Value
$10,858.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.835913 | $3,828.81 |
$10,858.17 | |
uWAIFU | ERC-20 | 647.661213K | -- | -- | |
CHARGE | ERC-20 | 250 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18441602 | a year ago | | | 0 | 0.00036579000 | |
| 17679719 | a year ago | | | 0 | 0.00083285397 | |
| 16891889 | 2 years ago | | | 0 | 0.0026748791 | |
| 16084782 | 2 years ago | | | 0 | 0.00071918108 | |
| 16084781 | 2 years ago | | | 0 | 0.00074136572 | |
| 16084779 | 2 years ago | | | 0 | 0.00074920964 | |
| 16084777 | 2 years ago | | | 0 | 0.00075988973 | |
| 16003669 | 2 years ago | | | 0 | 0.00055656336 | |
| 15912236 | 2 years ago | | | 0 | 0.00062379907 | |
| 15912235 | 2 years ago | | | 0 | 0.00059825517 |
ABI
ABI objects
Getter at block 21381982
TOP_BID_LOCK_TIME() view returns (uint256)
259200
_description() view returns (string)
WAIFU is a grassroots anime NFT project which features weekly releases of both original artwork from creative partners exclusively on our NFT website, and collaborative drops for sale on both Rarible and OpenSea.
_threshold() view returns (uint256)
510000000000000000000000
active() view returns (bool)
true
cap() view returns (uint256)
1000000000000000000000000
currentNFTIndex() view returns (uint256)
13
decimals() view returns (uint8)
18
factory() view returns (address)
0x8696bde5cc30545b3b049f3529abbfb2b1e0c007
issuer() view returns (address)
0x7d2498a05f2c6d6d53db8dfb5826e279012996eb
name() view returns (string)
WAIFU NFT Collection
symbol() view returns (string)
uWAIFU
totalBidAmount() view returns (uint256)
5074000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000
unlockVotes() view returns (uint256)
559992709118546296780000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bidRefunds(uint256, address) view returns (uint256)
bids(uint256) view returns (address bidder, uint256 amount, uint256 time)
nfts(uint256) view returns (address contractAddr, uint256 tokenId, uint256 amount, bool claimed)
supportsInterface(bytes4 interfaceId) view returns (bool)
unlockApproved(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveUnlock(uint256 amount)
bid(uint256 nftIndex) payable
claim(uint256 nftIndex)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256[] tokenIDs, uint256[] amounts, address contractAddr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
issue()
onERC1155BatchReceived(address _operator, address _from, uint256[] _ids, uint256[] _values, bytes _data) returns (bytes4)
onERC1155Received(address _operator, address _from, uint256 _id, uint256 _value, bytes _data) returns (bytes4)
redeemETH(uint256 amount)
refund(address _to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unapproveUnlock(uint256 amount)
unbid(uint256 nftIndex)
Approval(address indexed owner, address indexed spender, uint256 value)
BidCreated(address sender, uint256 nftIndex, uint256 bidAmount)
BidRemoved(address sender, uint256 nftIndex)
ClaimedNFT(address winner, uint256 nftIndex, uint256 tokenId)
Deposited(uint256[] tokenIDs, uint256[] amounts, address contractAddr)
Issued()
Refunded()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply, uint8 decimals, string name, string symbol, uint256 threshold, string description, address _issuer, address _factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.