CoinfairCoin
Verified contract
Active on
Ethereum with 5,286 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 "CoinfairCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7151915 | 6 years ago | | | 0 | 0.00033446500 | |
| 7151886 | 6 years ago | | | 0 | 0.00018607000 | |
| 7139398 | 6 years ago | | | 0 | 0.00044300000 | |
| 7139379 | 6 years ago | | | 0 | 0.0020885600 | |
| 7138368 | 6 years ago | | | 0 | 0.00044300000 | |
| 7138361 | 6 years ago | | | 0 | 0.00044300000 | |
| 7138350 | 6 years ago | | | 0 | 0.00067878200 | |
| 7138341 | 6 years ago | | | 0 | 0.00067878200 | |
| 7137518 | 6 years ago | | | 0 | 0.0019841320 | |
| 7134505 | 6 years ago | | | 0 | 0.00035440000 |
ABI
ABI objects
Getter at block 21260909
decimals() view returns (uint8)
8
name() view returns (string)
CoinfairCoin
symbol() view returns (string)
CFC
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.