NFC token
Verified contract
Active on
Ethereum with 1,850 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 "NFC token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583371 | 2 years ago | | | 0 | 0.00097437561 | |
| 13464975 | 3 years ago | | | 0 | 0.0028297346 | |
| 9990807 | 5 years ago | | | 0 | 0.00075338000 | |
| 9245357 | 5 years ago | | | 0 | 0.00075338000 | |
| 8889885 | 5 years ago | | | 0 | 0.0012980250 | |
| 8878409 | 5 years ago | | | 0 | 0.00091982500 | |
| 8876009 | 5 years ago | | | 0 | 0.00092142500 | |
| 8831614 | 5 years ago | | | 0 | 0.00040613100 | |
| 8828340 | 5 years ago | | | 0 | 0.00047997300 | |
| 8828300 | 5 years ago | | | 0 | 0.00047997300 |
ABI
ABI objects
Getter at block 21163826
decimals() view returns (uint256)
18
name() view returns (string)
NFC token
owner() view returns (address)
0x6f5356796e814850a63d7cda14360f23729542fa
symbol() view returns (string)
NFC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
transfer(address _recipient, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _totalSupply, string _symbol, string _name, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.