Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WTF | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19559176 | 7 months ago | | | 0 | 0.00043407998 | |
| 19559176 | 7 months ago | | | 0 | 0.00046992177 | |
| 19559169 | 7 months ago | | | 0 | 0.00042609108 | |
| 19268102 | 8 months ago | | | 0 | 0.00074527427 | |
| 19027044 | 10 months ago | | | 0 | 0.00074003026 | |
| 18818798 | 10 months ago | | | 0 | 0.0010382779 | |
| 18269537 | a year ago | | | 0 | 0.00015333072 | |
| 17829743 | a year ago | | | 0 | 0.00068590079 | |
| 16703171 | 2 years ago | | | 0 | 0.00053511350 | |
| 16659269 | 2 years ago | | | 0 | 0.00052795092 |
ABI
ABI objects
Getter at block 21100849
cap() view returns (uint256)
10000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
WTF
paused() view returns (bool)
false
symbol() view returns (string)
WTF
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, address minter, uint256 supplyCap, uint256 integrationFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.