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 "SPT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15797194 | 2 years ago | | | 0 | 0.0018924286 | |
| 14638344 | 3 years ago | | | 0 | 0.0015286148 | |
| 14638313 | 3 years ago | | | 0 | 0.0026086876 | |
| 13465122 | 3 years ago | | | 0 | 0.0030957059 | |
| 10138659 | 4 years ago | | | 0 | 0.0023677200 | |
| 10132448 | 4 years ago | | | 0 | 0.0023677200 | |
| 10101577 | 5 years ago | | | 0 | 0.0032684400 | |
| 9990808 | 5 years ago | | | 0 | 0.00078948000 | |
| 9641134 | 5 years ago | | | 0 | 0.0015789600 | |
| 9596425 | 5 years ago | | | 0 | 0.00033756000 |
ABI
ABI objects
Getter at block 21257070
decimals() view returns (uint8)
8
name() view returns (string)
Share Power Token
owner() view returns (address)
0x870925e2a95262f7eb44e9678174ec165dc9eff0
symbol() view returns (string)
SPT
totalSupply() view returns (uint256)
349975454701094248
Read-only
balanceOf(address _owner) view returns (uint256 balance)
lockedBalanceOf(address _owner) view returns (uint256)
State-modifying
Events burnFrom(address _who, uint256 _value) returns (bool)
lockBalance(address _who, uint256 _value, uint256 _until) returns (bool)
setIcoLockUntil(uint256 _until)
transfer(address _to, uint256 _value) returns (bool success)
withdraw()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, address _owner, address[] _lockedAddress, uint256[] _lockedBalances, uint256[] _lockedTimes)
This contract contains no fallback and receive objects.
This contract contains no error objects.