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 "STOone"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21412500 | a day ago | | | 0 | 0.00071396063 | |
| 21397700 | 3 days ago | | | 0 | 0.00037691068 | |
| 21397523 | 3 days ago | | | 0 | 0.00067099401 | |
| 21391733 | 4 days ago | | | 0 | 0.00049297687 | |
| 21391518 | 4 days ago | | | 0 | 0.00071426403 | |
| 21391511 | 4 days ago | | | 0 | 0.00054951870 | |
| 21315102 | 15 days ago | | | 0 | 0.0011798053 | |
| 21276287 | 20 days ago | | | 0 | 0.00048291017 | |
| 21256515 | 23 days ago | | | 0 | 0.00055828415 | |
| 21256508 | 23 days ago | | | 0 | 0.00050190158 |
ABI
ABI objects
Getter at block 21420539
decimals() view returns (uint8)
18
name() view returns (string)
STOone
owner() view returns (address)
0x1841058dc1ef57115860df68c803989aa46066e8
symbol() view returns (string)
STO
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
_balanceOf(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTimeToUnlock(address to) view returns (uint256 _remSeconds)
isCurrentlyLocked(address to) view returns (bool _locked)
isTimeLocked(address) view returns (bool)
locked(address _to) view returns (bool)
unlockTime(address) view returns (uint256)
State-modifying
Events addTimeLock(address to, uint256 _unlockTime)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address to)
removeTimeLock(address to)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock(address to)
withdraw()
AddTimeLock(address to, uint256 unlockTime)
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveTimeLock(address to)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.