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 "FCT Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16158570 | 2 years ago | | | 0 | 0.0010637130 | |
| 10222376 | 4 years ago | | | 0 | 0.0017888642 | |
| 9996289 | 5 years ago | | | 0 | 0.00018455581 | |
| 9685945 | 5 years ago | | | 0 | 0.00040926005 | |
| 9601803 | 5 years ago | | | 0 | 0.00015977808 | |
| 9601622 | 5 years ago | | | 0 | 0.00015562800 | |
| 9601268 | 5 years ago | | | 0 | 0.00022515900 | |
| 9598568 | 5 years ago | | | 0 | 0.00025926000 | |
| 9598515 | 5 years ago | | | 0 | 0.00025938000 | |
| 9598389 | 5 years ago | | | 0 | 0.00040926000 |
ABI
ABI objects
Getter at block 21167898
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint256)
18
distributionContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
FCT Token
owner() view returns (address)
0xc3a946b57e405c8106dbba05f1d7a93655278ea7
paused() view returns (bool)
false
symbol() view returns (string)
FCT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozen(address _target) view returns (bool)
frozenAccounts(address) view returns (bool)
releasetime(address _target) view returns (uint256)
timelockAccounts(address) view returns (uint256)
State-modifying
Events addDistributionContract(address _contract)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
timelockAccount(address target, uint256 releasetime)
timeunlockAccount(address target)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unFreezeAccount(address target)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TimeLockFunds(address target, uint256 releasetime)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.