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 |
---|---|---|---|---|---|
FST | ERC-20 | 19.99M | -- | -- | |
FST | ERC-20 | 460.57 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
ETL | ERC-20 | 0.01 | -- | -- | |
GOLD | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18181157 | a year ago | | | 0 | 0.00021422428 | |
| 15657730 | 2 years ago | | | 0 | 0.00014784338 | |
Transfer | 15486505 | 2 years ago | | | 0.00082113253 | 0.00022668891 | |
| 13862556 | 3 years ago | | | 0 | 0.0023948079 | |
| 13862268 | 3 years ago | | | 0 | 0.0033832768 | |
| 13861787 | 3 years ago | | | 0 | 0.0038458138 | |
| 12486135 | 3 years ago | | | 0 | 0.0019822000 | |
| 12429195 | 3 years ago | | | 0 | 0.0042022640 | |
| 11886236 | 4 years ago | | | 0 | 0.0062846280 | |
| 11374958 | 4 years ago | | | 0 | 0.0010834236 |
ABI
ABI objects
Getter at block 21158143
CONTINUE_MINTING() view returns (bool)
false
PAUSED() view returns (bool)
false
TARGET_USER() view returns (address)
0x89cc23d79ef2b11e46b9ce72cccf6839fa6a43c8
TOKEN_DECIMALS() view returns (uint256)
6
TOKEN_DECIMALS_UINT8() view returns (uint8)
6
TOKEN_DECIMAL_MULTIPLIER() view returns (uint256)
1000000
TOKEN_NAME() view returns (string)
1irst
TOKEN_SYMBOL() view returns (string)
FST
decimals() pure returns (uint8 _decimals)
6
initialized() view returns (bool)
true
mintingFinished() view returns (bool)
true
name() pure returns (string _name)
1irst
owner() view returns (address)
0x89cc23d79ef2b11e46b9ce72cccf6839fa6a43c8
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
FST
totalSupply() view returns (uint256)
100000000000000
Read-only
actualBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezingBalanceOf(address _owner) view returns (uint256 balance)
freezingCount(address _addr) view returns (uint256 count)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until) returns (bool)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Initialized()
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
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.