sobacoin
Verified contract
Active on
Ethereum with 18,250 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 |
---|---|---|---|---|---|
SOBA | ERC-20 | 386.925227 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20868680 | 2 months ago | | | 0 | 0.00071979720 | |
| 20684827 | 3 months ago | | | 0 | 0.00036095738 | |
| 20684820 | 3 months ago | | | 0 | 0.00034047870 | |
| 20684811 | 3 months ago | | | 0 | 0.00032547023 | |
| 20684806 | 3 months ago | | | 0 | 0.00033992259 | |
| 20684804 | 3 months ago | | | 0 | 0.00032595702 | |
| 20684803 | 3 months ago | | | 0 | 0.00034189929 | |
| 20318304 | 4 months ago | | | 0 | 0.00071200774 | |
| 18936577 | a year ago | | | 0 | 0.0019332474 | |
| 18079459 | a year ago | | | 0 | 0.0022926247 |
ABI
ABI objects
Getter at block 21248426
decimals() view returns (uint8)
18
hiddenOwner() view returns (address)
0x22f69171638427897987f5cdc4599681e785c286
name() view returns (string)
sobacoin
owner() view returns (address)
0x22f69171638427897987f5cdc4599681e785c286
paused() view returns (bool)
false
symbol() view returns (string)
SOBA
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getInvestorLock(address account) view returns (uint256, uint256, uint256)
getInvestorLockedAmount(address account) view returns (uint256)
getTimeLock(address account, uint8 index) view returns (uint256, uint256)
getTimeLockLength(address account) view returns (uint256)
getTimeLockedAmount(address account) view returns (uint256)
isBurner(address account) view returns (bool)
isLocked(address account) view returns (bool)
isLocker(address account) view returns (bool)
State-modifying
Events addBurner(address account)
addInvestorLock(address account, uint256 months)
addLocker(address account)
addTimeLock(address account, uint256 amount, uint256 expiresAt)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address account)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
removeBurner(address account)
removeInvestorLock(address account)
removeLocker(address account)
removeTimeLock(address account, uint8 index)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferHiddenOwnership(address newHiddenOwner)
transferOwnership(address newOwner)
unlock(address account)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
HiddenOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
InvestorLocked(address indexed account)
InvestorUnlocked(address indexed account)
Locked(address indexed account)
LockerAdded(address indexed account)
LockerRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TimeLocked(address indexed account)
TimeUnlocked(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.