Franchise Consortium Token
Verified contract
Active on
Ethereum with 15 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 "Franchise Consortium Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10943080 | 4 years ago | | | 0 | 0.0063812400 | |
| 10942979 | 4 years ago | | | 0 | 0.0060699600 | |
| 10942978 | 4 years ago | | | 0 | 0.0060699600 | |
| 10942978 | 4 years ago | | | 0 | 0.0060180800 | |
| 10942908 | 4 years ago | | | 0 | 0.0065887600 | |
| 9427841 | 5 years ago | | | 0 | 0.00051349320 | |
| 9291436 | 5 years ago | | | 0 | 0.00014756800 | |
| 9253544 | 5 years ago | | | 0 | 0.00025940000 | |
| 9240989 | 5 years ago | | | 0 | 0.00041494400 | |
| 9240681 | 5 years ago | | | 0 | 0.00046681200 |
ABI
ABI objects
Getter at block 21326462
allowBack() view returns (bool)
false
allowIssua() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
Franchise Consortium Token
owner() view returns (address)
0x952c71fdc2846ef05dd7f61b2cc6d7c65bc13672
symbol() view returns (string)
FCT
totalSupply() view returns (uint256)
10000000000000000000000000000
version() view returns (string)
simpleToken
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) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
back(address _ads, uint256 _value) returns (bool success)
issua(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, bool _allowBack, bool _allowIssua)
fallback()
This contract contains no error objects.