SSS Finance
Verified contract
Active on
Ethereum with 887 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SSS Finance"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20614688 | 4 months ago | | | 0 | 0.000041250912 | |
| 20309865 | 5 months ago | | | 0 | 0.000057269396 | |
| 19880310 | 7 months ago | | | 0 | 0.000087140680 | |
| 19508800 | 9 months ago | | | 0 | 0.00064752479 | |
| 18419105 | a year ago | | | 0 | 0.00042352901 | |
| 18322068 | a year ago | | | 0 | 0.00028145339 | |
| 17180967 | 2 years ago | | | 0 | 0.0023004102 | |
| 17072904 | 2 years ago | | | 0 | 0.00089512136 | |
| 16143118 | 2 years ago | | | 0 | 0.00071729317 | |
| 15597234 | 2 years ago | | | 0 | 0.00049211461 |
ABI
ABI objects
Getter at block 21396158
_totalSupply() view returns (uint256)
9000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
SSS Finance
symbol() view returns (string)
SSS
totalSupply() view returns (uint256)
9000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.