Wifi Coin
Verified contract
Active on
Ethereum with 4,118 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 Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18381245 | a year ago | | | 0 | 0.00032945110 | |
| 16823040 | 2 years ago | | | 0 | 0.0020952490 | |
| 16822972 | 2 years ago | | | 0 | 0.0013945541 | |
| 16588665 | 2 years ago | | | 0 | 0.0020946130 | |
| 16588649 | 2 years ago | | | 0 | 0.0016724524 | |
| 16491513 | 2 years ago | | | 0 | 0.00088378463 | |
| 16462182 | 2 years ago | | | 0 | 0.0020958850 | |
| 16462165 | 2 years ago | | | 0 | 0.00081830939 | |
| 16044094 | 2 years ago | | | 0 | 0.0020952490 | |
| 16044024 | 2 years ago | | | 0 | 0.00061308816 |
ABI
ABI objects
Getter at block 21173658
TransferAllowed() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
Wifi Coin
owner() view returns (address)
0xa2063ae10d539e1ecad0dfd2936b4926d6ddfe80
symbol() view returns (string)
WIFI
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
LockList(address) view returns (bool)
LockedTokens(address) view returns (uint256)
airDropHistory(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events LockTokens(address Account, uint256 amount)
UnLockTokens(address Account)
UserLock(address Account, bool mode)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address Account, uint256 _value) returns (bool success)
disableTokenTransfer()
dropToken(address[] receivers, uint256[] values)
enableTokenTransfer()
mint(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
AirDrop(address _receiver, uint256 _amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Mint(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferDisabled(bool arg0)
TransferEnabled(bool arg0)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.