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 "WTFCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2101813 | a year ago | | | 0 | 0.000068530185 | |
| 2014720 | a year ago | | | 0 | 0.000070384520 | |
| 2010376 | a year ago | | | 0 | 0.000052082743 | |
| 2009984 | a year ago | | | 0 | 0.000084896841 | |
| 2009963 | a year ago | | | 0 | 0.00011624177 | |
| 2009729 | a year ago | | | 0 | 0.000070835949 | |
| 2009283 | a year ago | | | 0 | 0.00011624062 | |
| 2009275 | a year ago | | | 0 | 0.000059515277 |
ABI
ABI objects
Getter at block 23084083
decimals() view returns (uint8)
18
name() view returns (string)
WTFCOIN
owner() view returns (address)
0x9219bbb9c7954c7ab7e4cf08e0f09a7b15593412
symbol() view returns (string)
WTF
totalSupply() view returns (uint256)
315000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addToWhitelist(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransfers()
enableTransfers()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFromWhitelist(address account)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.