FieldChainAsset Coin
Verified contract
Active on
Ethereum with 1,895 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 "FieldChainAsset Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15382247 | 2 years ago | | | 0 | 0.000088038000 | |
| 15382090 | 2 years ago | | | 0 | 0.000088038000 | |
| 12773555 | 3 years ago | | | 0 | 0.0022627951 | |
| 12439929 | 3 years ago | | | 0 | 0.0014969250 | |
| 11906284 | 4 years ago | | | 0 | 0.0050098440 | |
| 11906250 | 4 years ago | | | 0 | 0.011161904 | |
| 11892794 | 4 years ago | | | 0 | 0.0042475260 | |
| 11879728 | 4 years ago | | | 0 | 0.0066813000 | |
| 11879722 | 4 years ago | | | 0 | 0.010506471 | |
| 11827797 | 4 years ago | | | 0 | 0.0066813000 |
ABI
ABI objects
Getter at block 21160157
INITIAL_SUPPLY() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
6
mintingFinished() view returns (bool)
false
name() view returns (string)
FieldChainAsset Coin
owner() view returns (address)
0x8dc1fb3d72622a86035656aa6ba5d95d96f686b5
symbol() view returns (string)
FA
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getBalance(address addr) view returns (uint256)
State-modifying
Events allowAccess(address _addr)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
denyAccess(address _addr)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.