Fog Chain
Verified contract
Active on
Ethereum with 2,459 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Fog Chain"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12931068 | 3 years ago | | | 0 | 0.0013919780 | |
| 12319829 | 4 years ago | | | 0 | 0.0037611700 | |
| 11833161 | 4 years ago | | | 0 | 0.0019748700 | |
| 11816098 | 4 years ago | | | 0 | 0.023634065 | |
| 11561618 | 4 years ago | | | 0 | 0.0019748700 | |
| 11561607 | 4 years ago | | | 0 | 0.0051423570 | |
| 11561087 | 4 years ago | | | 0 | 0.0019748700 | |
| 11561050 | 4 years ago | | | 0 | 0.0057713867 | |
| 11560962 | 4 years ago | | | 0 | 0.0019748700 | |
| 11560624 | 4 years ago | | | 0 | 0.0066497400 |
ABI
ABI objects
Getter at block 21163753
decimals() view returns (uint8)
12
name() view returns (string)
Fog Chain
paused() view returns (bool)
false
symbol() view returns (string)
FOG
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) 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()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.