SperaxToken
Verified contract
Active on
Ethereum with 13,118 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPA | ERC-20 | 60 | $0.007705 |
$0.46 | |
SPA | ERC-20 | 160 | -- | -- | |
SPA | ERC-20 | 60 | -- | -- | |
SPA | ERC-20 | 60 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20900074 | a month ago | | | 0 | 0.00019129852 | |
| 20642402 | 2 months ago | | | 0 | 0.00026108229 | |
| 20594855 | 3 months ago | | | 0 | 0.000033073204 | |
| 19839771 | 6 months ago | | | 0 | 0.00031204530 | |
| 19811435 | 6 months ago | | | 0 | 0.00019716516 | |
| 19718268 | 7 months ago | | | 0 | 0.00037838086 | |
| 19250076 | 9 months ago | | | 0 | 0.00098518558 | |
| 18298245 | a year ago | | | 0 | 0.00014878854 | |
| 17246877 | a year ago | | | 0 | 0.0012847055 | |
| 17025296 | 2 years ago | | | 0 | 0.00062335640 |
ABI
ABI objects
Getter at block 21159540
decimals() view returns (uint8)
18
name() view returns (string)
SperaxToken
owner() view returns (address)
0x02f633a37d13f8a66842e3073c900585613d16e7
paused() view returns (bool)
false
symbol() view returns (string)
SPA
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
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.