[FCT] FirmaChain Token
Verified contract
Active on
Ethereum with 29,389 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($33,080.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FCT | ERC-20 | 844.089925K | $0.039191 |
$33,080.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21020964 | 19 days ago | | | 0 | 0.00046130828 | |
| 20982570 | 24 days ago | | | 0 | 0.00042295854 | |
| 20689201 | 2 months ago | | | 0 | 0.000064473419 | |
| 20689188 | 2 months ago | | | 0 | 0.000089243029 | |
| 20688917 | 2 months ago | | | 0 | 0.000052545394 | |
| 20648301 | 2 months ago | | | 0 | 0.000058954262 | |
| 20590577 | 3 months ago | | | 0 | 0.000062015625 | |
| 20453397 | 3 months ago | | | 0 | 0.000054331000 | |
| 20453312 | 3 months ago | | | 0 | 0.000049543000 | |
| 20453262 | 3 months ago | | | 0 | 0.000099086000 |
ABI
ABI objects
Getter at block 21157433
TOTAL_CAP() view returns (uint256)
600000000
decimals() view returns (uint256)
18
name() view returns (string)
[FCT] FirmaChain Token
symbol() view returns (string)
FCT
totalSupply() view returns (uint256)
600000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
isOwner(address addr) view returns (bool)
State-modifying
Events addOwner(address guest)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lock()
mint(address _to, uint256 _amount) returns (bool)
removeOwner(address removedOwner)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _amount)
Mint(address indexed _to, uint256 _amount)
OwnershipExtended(address indexed host, address indexed guest)
OwnershipRemoved(address indexed removedOwner)
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.