Wifi Chain Token
Verified contract
Active on
Ethereum with 240 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 "Wifi Chain Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6901940 | 6 years ago | | | 0 | 0.00031829762 | |
| 6069129 | 6 years ago | | | 0 | 0.00041590631 | |
| 6069011 | 6 years ago | | | 0 | 0.00061819538 | |
| 6069003 | 6 years ago | | | 0 | 0.00049661100 | |
| 6068980 | 6 years ago | | | 0 | 0.00049682194 | |
| 6068222 | 6 years ago | | | 0 | 0.00053661575 | |
| 6055922 | 6 years ago | | | 0 | 0.00040967981 | |
| 6055907 | 6 years ago | | | 0 | 0.00037498450 | |
| 6055905 | 6 years ago | | | 0 | 0.00029380488 | |
| 6050339 | 6 years ago | | | 0 | 0.00049620794 |
ABI
ABI objects
Getter at block 21163333
decimals() view returns (uint8)
8
name() view returns (string)
Wifi Chain Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x700e1074e13c81d19880a5197e8729443f29942c
symbol() view returns (string)
WFT
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
frozenAccount(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
freezeWithTimestamp(address target, uint256 timestamp) returns (bool)
multiFreezeWithTimestamp(address[] targets, uint256[] timestamps) returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.