SpherePay
Verified contract
Active on
Ethereum with 24,097 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 |
---|---|---|---|---|---|
SAY | ERC-20 | 8.44751K | -- | -- | |
SAT | ERC-20 | 50 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
HMC | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452850 | 4 months ago | | | 0 | 0.000039973000 | |
Transfer | 15567661 | 2 years ago | | | 0.001 | 0.00010169132 | |
| 13931281 | 3 years ago | | | 0 | 0.0069363158 | |
| 12058821 | 4 years ago | | | 0 | 0.0 | |
| 11184307 | 4 years ago | | | 0 | 0.0015014181 | |
| 11157101 | 4 years ago | | | 0 | 0.0024390850 | |
| 10977252 | 4 years ago | | | 0 | 0.0042022050 | |
| 10936757 | 4 years ago | | | 0 | 0.0014255130 | |
| 10936217 | 4 years ago | | | 0 | 0.0021572461 | |
| 10936211 | 4 years ago | | | 0 | 0.0022384880 |
ABI
ABI objects
Getter at block 21290910
crowdsaleAddress() view returns (address)
0x2f70fab04c0b4aa88af11304ea1ebfcc851c75d1
decimals() view returns (uint8)
18
isLocked() view returns (bool)
false
name() view returns (string)
SpherePay
owner() view returns (address)
0x8d92667e6756a5941346ce24e0abb26e2a9ae2cd
paused() view returns (bool)
false
symbol() view returns (string)
SAY
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.