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 "FCash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6401784 | 6 years ago | | | 0 | 0.00026733600 | |
| 6401151 | 6 years ago | | | 0 | 0.00055191150 | |
| 6371390 | 6 years ago | | | 0 | 0.00026733600 | |
| 6371142 | 6 years ago | | | 0 | 0.00047364300 | |
| 6361810 | 6 years ago | | | 0 | 0.00042328200 | |
| 6361810 | 6 years ago | | | 0 | 0.00044827828 | |
| 6361255 | 6 years ago | | | 0 | 0.00047364300 | |
| 6360255 | 6 years ago | | | 0 | 0.00057960100 | |
| 6360052 | 6 years ago | | | 0 | 0.00026733600 | |
| 6360052 | 6 years ago | | | 0 | 0.00026733600 |
ABI
ABI objects
Getter at block 21184397
decimals() view returns (uint8)
8
name() view returns (string)
FCash
symbol() view returns (string)
FCH
totalSupply() view returns (uint256)
1000000000000000000
Read-only
admins(address) view returns (bool)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events addAdmin(address _addr)
approve(address _spender, uint256 _value) returns (bool success)
removeAdmin(address _addr)
setOwner(address _addr)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.