superdollars
Verified contract
Active on
Ethereum with 14,488 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "superdollars"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11437466 | 4 years ago | | | 0 | 0.0012290899 | |
| 9611239 | 5 years ago | | | 0 | 0.00018531500 | |
| 9571924 | 5 years ago | | | 0 | 0.000054471531 | |
| 8815224 | 5 years ago | | | 0 | 0.00073638000 | |
| 8701444 | 5 years ago | | | 0 | 0.00043510000 | |
| 8699317 | 5 years ago | | | 0 | 0.00073510000 | |
| 8603871 | 5 years ago | | | 0 | 0.00068186554 | |
| 8603722 | 5 years ago | | | 0 | 0.0010312600 | |
| 8585778 | 5 years ago | | | 0 | 0.0011045700 | |
| 8571701 | 5 years ago | | | 0 | 0.0026912600 |
ABI
ABI objects
Getter at block 21161495
decimals() view returns (uint8)
3
name() view returns (string)
superdollars
symbol() view returns (string)
SDO
totalSupply() view returns (uint256)
20000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) 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 _tokenName, string _tokenSymbol, uint256 _initialSupply, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.