FileCash coin
Verified contract
Active on
Ethereum with 12,025 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- | |
FCC | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18311732 | a year ago | | | 0 | 0.00047076981 | |
| 11541906 | 4 years ago | | | 0 | 0.0024399420 | |
| 11501587 | 4 years ago | | | 0 | 0.0021477771 | |
| 11501465 | 4 years ago | | | 0 | 0.0016739861 | |
| 11462425 | 4 years ago | | | 0 | 0.0023125951 | |
| 11462326 | 4 years ago | | | 0 | 0.0026723320 | |
| 11050036 | 4 years ago | | | 0 | 0.00044946302 | |
| 11042701 | 4 years ago | | | 0 | 0.0014382761 | |
| 10457484 | 4 years ago | | | 0 | 0.0017103771 | |
| 10224155 | 4 years ago | | | 0 | 0.00083378100 |
ABI
ABI objects
Getter at block 21165997
INITIAL_SUPPLY() view returns (uint256)
2100000000000000
decimals() view returns (uint256)
8
name() view returns (string)
FileCash coin
symbol() view returns (string)
FCC
totalSupply() view returns (uint256)
2100000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
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.