WaifuEnhancementToken
Verified contract
Active on
Ethereum with 8,857 txns
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 "WaifuEnhancementToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787917 | 2 months ago | | | 0 | 0.00079593973 | |
| 20478797 | 3 months ago | | | 0 | 0.00016046222 | |
| 20471916 | 3 months ago | | | 0 | 0.00010289616 | |
| 20364948 | 4 months ago | | | 0 | 0.00013595902 | |
| 20053779 | 5 months ago | | | 0 | 0.00016228106 | |
| 20053744 | 5 months ago | | | 0 | 0.00014510736 | |
| 20053741 | 5 months ago | | | 0 | 0.00013854742 | |
| 20053674 | 5 months ago | | | 0 | 0.00019624904 | |
| 19966041 | 5 months ago | | | 0 | 0.00035832001 | |
| 19812698 | 6 months ago | | | 0 | 0.00014774523 |
ABI
ABI objects
Getter at block 21158449
INITIAL_ALLOTMENT() view returns (uint256)
1830000000000000000000
PRE_REVEAL_MULTIPLIER() view returns (uint256)
1
SECONDS_IN_A_DAY() view returns (uint256)
86400
decimals() view returns (uint8)
18
emissionEnd() view returns (uint256)
1929984600
emissionPerDay() view returns (uint256)
10000000000000000000
emissionStart() view returns (uint256)
1614624600
name() view returns (string)
WaifuEnhancementToken
symbol() view returns (string)
WET
totalSupply() view returns (uint256)
41294381451388888888841162
Read-only
accumulated(uint256 tokenIndex) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lastClaim(uint256 tokenIndex) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 burnQuantity) returns (bool)
claim(uint256[] tokenIndices) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setWaifusAddress(address waifusAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 emissionStartTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.