Flying Shuttle CHAIN
Verified contract
Active on
Ethereum with 195 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 "Flying Shuttle CHAIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8372845 | 5 years ago | | | 0 | 0.00026959100 | |
| 8372253 | 5 years ago | | | 0 | 0.00014934480 | |
| 8315239 | 5 years ago | | | 0 | 0.00017536085 | |
| 7738458 | 6 years ago | | | 0 | 0.00014934480 | |
| 7730469 | 6 years ago | | | 0 | 0.00014146200 | |
| 7713304 | 6 years ago | | | 0 | 0.00015379600 | |
| 7712826 | 6 years ago | | | 0 | 0.00022858000 | |
| 7711191 | 6 years ago | | | 0 | 0.00012896950 | |
| 7710862 | 6 years ago | | | 0 | 0.00053449000 | |
| 7710787 | 6 years ago | | | 0 | 0.00053385000 |
ABI
ABI objects
Getter at block 21315475
chinaName() view returns (string)
飞梭币
decimals() view returns (uint8)
18
name() view returns (string)
Flying Shuttle CHAIN
owner() view returns (address)
0xa1e692b207404444e3ccf63153c832111af803bd
symbol() view returns (string)
FSC
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, string _chinaName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.