FaithCoin
Verified contract
Active on
Ethereum with 3,268 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
GRT | ERC-20 | 20M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
NECK | ERC-20 | 10K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
PMT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10013223 | 5 years ago | | | 0 | 0.00054291500 | |
| 10012400 | 5 years ago | | | 0 | 0.00034744500 | |
| 9989146 | 5 years ago | | | 0 | 0.00011465686 | |
| 9871391 | 5 years ago | | | 0 | 0.00010790160 | |
| 9533822 | 5 years ago | | | 0 | 0.00027692000 | |
| 9533817 | 5 years ago | | | 0 | 0.00010384500 | |
| 9413518 | 5 years ago | | | 0 | 0.00013592100 | |
| 9336274 | 5 years ago | | | 0 | 0.000077210000 | |
| 9128932 | 5 years ago | | | 0 | 0.00011802500 | |
| 9079130 | 5 years ago | | | 0 | 0.000046311600 |
ABI
ABI objects
Getter at block 21168880
decimals() view returns (uint8)
8
distributionFinished() view returns (bool)
false
name() view returns (string)
FaithCoin
symbol() view returns (string)
FAITH
totalSupply() view returns (uint256)
2500000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getEthBalance(address _addr) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
distributeFAITH(address[] addresses, uint256 _value, uint256 _ethbal)
finishDistribution() returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.