SphereCoin
Verified contract
Active on
Ethereum with 2,460 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 |
---|---|---|---|---|---|
SAT | ERC-20 | 200 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13512224 | 3 years ago | | | 0 | 0.0096167521 | |
| 13492189 | 3 years ago | | | 0 | 0.0044237743 | |
| 12264647 | 4 years ago | | | 0 | 0.0057358350 | |
| 12204015 | 4 years ago | | | 0 | 0.0042605560 | |
| 11134523 | 4 years ago | | | 0 | 0.00095935200 | |
| 11134512 | 4 years ago | | | 0 | 0.0014642230 | |
| 11124328 | 4 years ago | | | 0 | 0.00083009230 | |
| 10556476 | 4 years ago | | | 0 | 0.0019792575 | |
| 8341335 | 5 years ago | | | 0 | 0.00043041000 | |
| 8071549 | 5 years ago | | | 0 | 0.00071017650 |
ABI
ABI objects
Getter at block 21168531
crowdsaleAddress() view returns (address)
0x010439a62e65fca9cacd60cf30c677a62e7481f9
decimals() view returns (uint8)
18
isLocked() view returns (bool)
false
name() view returns (string)
SphereCoin
owner() view returns (address)
0x117f18fde96982b9534badf63833e7ed81828ccc
paused() view returns (bool)
false
symbol() view returns (string)
SPH
totalSupply() view returns (uint256)
10000000000000000000000000000
unlocktime() view returns (uint256)
1525017600
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfLocked(address) view returns (uint256)
State-modifying
Events allowCrowdsaleAddress(address crowdsale)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferLockedPart(address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.