SAFE-FS Coins
Verified contract
Active on
Ethereum with 28 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SAFE-FS Coins"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12485808 | 4 years ago | | | 0 | 0.0014772400 | |
| 11477017 | 4 years ago | | | 0 | 0.0022635270 | |
| 10779931 | 4 years ago | | | 0 | 0.025022880 | |
| 10408071 | 4 years ago | | | 0 | 0.00081661800 | |
| 10406185 | 4 years ago | | | 0 | 0.0017598800 | |
| 10036929 | 5 years ago | | | 0 | 0.00035888710 | |
| 10036925 | 5 years ago | | | 0 | 0.00057586100 | |
| 5808480 | 6 years ago | | | 0 | 0.0040036150 | |
| 5808436 | 6 years ago | | | 0 | 0.0040036150 | |
| 5761789 | 7 years ago | | | 0 | 0.00018243600 |
ABI
ABI objects
Getter at block 21385133
decimals() view returns (uint8)
18
name() view returns (string)
SAFE-FS Coins
symbol() view returns (string)
SFSC
totalSupply() view returns (uint256)
5000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.