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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001866 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13516880 | 3 years ago | | | 0 | 0.010264563 | |
| 13515664 | 3 years ago | | | 0 | 0.0093107646 | |
| 13061543 | 3 years ago | | | 0 | 0.0016503904 | |
| 13061334 | 3 years ago | | | 0 | 0.0016460600 | |
| 13061215 | 3 years ago | | | 0 | 0.0015120882 | |
| 13061144 | 3 years ago | | | 0 | 0.0020245212 | |
| 13046340 | 3 years ago | | | 0 | 0.0018648971 | |
| 13046335 | 3 years ago | | | 0 | 0.0025032342 | |
| 13020419 | 3 years ago | | | 0 | 0.0029821027 | |
| 10565960 | 4 years ago | | | 0 | 0.0029354250 |
ABI
ABI objects
Getter at block 21273439
adminMode() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
SPONB
owner() view returns (address)
0x2022cf5720dc1544547e8c47ad8c09fa4e44271e
symbol() view returns (string)
SPO
tokenTransfer() view returns (bool)
true
totalSupply() view returns (uint256)
3500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
lockAddress(address) view returns (bool)
unlockAddress(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burnTokens(uint256 tokensAmount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
emergencyTransfer(address emergencyAddress) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setAdminMode(bool _adminMode)
setLockAddress(address target, bool status)
setTokenTransfer(bool _tokenTransfer)
setUnlockAddress(address target, bool status)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
EmergencyTransfer(address indexed from, address indexed to, uint256 value)
Locked(address lockAddress, bool status)
SetAdminMode(bool adminMode)
SetTokenTransfer(bool transfer)
TokenBurned(address burnAddress, uint256 amountOfTokens)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address unlockedAddress, bool status)
constructor(uint256 initial_balance)
This contract contains no fallback and receive objects.
This contract contains no error objects.