Four S Coin
Verified contract
Active on
Ethereum with 126 txns
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 |
---|---|---|---|---|---|
FSC | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9122472 | 5 years ago | | | 0 | 0.00044109000 | |
| 8801858 | 5 years ago | | | 0 | 0.00044213400 | |
| 8730755 | 5 years ago | | | 0 | 0.000045825000 | |
| 8641020 | 5 years ago | | | 0 | 0.00038115000 | |
| 8623920 | 5 years ago | | | 0 | 0.00069049500 | |
| 8623914 | 5 years ago | | | 0 | 0.00083390550 | |
| 8623852 | 5 years ago | | | 0 | 0.00076230000 | |
| 8609807 | 5 years ago | | | 0 | 0.00058426500 | |
| 8609805 | 5 years ago | | | 0 | 0.00058426500 | |
| 8608334 | 5 years ago | | | 0 | 0.00058496900 |
ABI
ABI objects
Getter at block 21185523
decimals() view returns (uint8)
6
name() view returns (string)
Four S Coin
owner() view returns (address)
0x8ae7d05633f40e638f0ba8bd68568f94b220640d
symbol() view returns (string)
FSC
totalSupply() view returns (uint256)
100000000000000
Read-only
allowancecheck(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
balanceOfcheck(address _owner) view returns (uint256 balance)
recover(bytes32 hash, bytes sig) pure returns (address)
transferPreSignedHashing(address _token, address _to, uint256 _value, uint256 _fee, uint256 _nonc) pure returns (bytes32)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burnToken(uint256 burnAmount) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mintToken(uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
transferPreSigned(bytes _signature, address _to, uint256 _value, uint256 _fee, uint256 _nonc) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, uint256 fee)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.