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 |
---|---|---|---|---|---|
FC | ERC-20 | 553.128 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583230 | 2 years ago | | | 0 | 0.00093804000 | |
| 13461952 | 3 years ago | | | 0 | 0.0035646963 | |
| 11723159 | 4 years ago | | | 0 | 0.0031233221 | |
| 11614396 | 4 years ago | | | 0 | 0.0045912916 | |
| 11614333 | 4 years ago | | | 0 | 0.0067586641 | |
| 11286033 | 4 years ago | | | 0 | 0.0015876341 | |
| 11230651 | 4 years ago | | | 0 | 0.0044617846 | |
| 11227593 | 4 years ago | | | 0 | 0.0022708486 | |
| 11216296 | 4 years ago | | | 0 | 0.0017929100 | |
| 10892949 | 4 years ago | | | 0 | 0.0069225104 |
ABI
ABI objects
Getter at block 21166981
decimals() view returns (uint256)
8
mintingFinished() view returns (bool)
true
name() view returns (string)
FeiCoin
owner() view returns (address)
0x39dd6408dbe8976ad4a4a77d2c878e5651dc894f
symbol() view returns (string)
FC
totalSupply() view returns (uint256)
190000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 value)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.