Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OBSR | ERC-20 | 7 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453058 | 4 months ago | | | 0 | 0.000046898000 | |
| 20453057 | 4 months ago | | | 0 | 0.00012003267 | |
| 20452838 | 4 months ago | | | 0 | 0.000046898000 | |
| 20408532 | 4 months ago | | | 0 | 0.000046898000 | |
| 20324704 | 4 months ago | | | 0 | 0.00045088359 | |
| 20318564 | 4 months ago | | | 0 | 0.00023527095 | |
| 20318564 | 4 months ago | | | 0 | 0.00023527095 | |
| 20318563 | 4 months ago | | | 0 | 0.00023672285 | |
| 20318563 | 4 months ago | | | 0 | 0.00023672285 | |
| 20318562 | 4 months ago | | | 0 | 0.00023122011 |
ABI
ABI objects
Getter at block 21269115
DECIMALS() view returns (uint8)
8
INITIAL_SUPPLY() view returns (uint256)
1500000000000000000
decimals() view returns (uint8)
8
getListLockedAddrs() view returns (address[])
[0xBaaf49D93289F80636De7c2193a5fBF2498B6e8d, 0xBaaf49D93289F80636De7c2193a5fBF2498B6e8d, 0xBaaf49D93289F80636De7c2193a5fBF2498B6e8d, 0xBaaf49D93289F80636De7c2193a5fBF2498B6e8d, 0xD94ef899d993fd01813e17655885C321feA56788, 0x3EEC1c3Bee6cF3F9f5f8b5463F173054e946E860, 0x8BAF50a47e76D16db6aEca9A0e5CF31E1BC72cDf, 0x8BAF50a47e76D16db6aEca9A0e5CF31E1BC72cDf, 0x8BAF50a47e76D16db6aEca9A0e5CF31E1BC72cDf]
getListResons() view returns (bytes32[])
[0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000000000000000000000000000, 0x7279616e00000000000000000000000000000000000000000000000000000000, 0x0100000000000000000000000000000000000000000000000000000000000000, 0x6500000000000000000000000000000000000000000000000000000000000000, 0x6767320000000000000000000000000000000000000000000000000000000000]
name() view returns (string)
OBSR
symbol() view returns (string)
OBSR
totalSupply() view returns (uint256)
1500000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAddrByReason(bytes32 my_reason) view returns (address)
getUnlockableTokens(address _of) view returns (uint256 unlockableTokens)
lockReason(address, uint256) view returns (bytes32)
locked(address, bytes32) view returns (uint256 amount, uint256 validity, bool claimed)
tokensLocked(address _of, bytes32 _reason) view returns (uint256 amount)
tokensLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 amount)
tokensUnlockable(address _of, bytes32 _reason) view returns (uint256 amount)
tokensValidityLockedAtTime(address _of, bytes32 _reason, uint256 _time) view returns (uint256 validity)
totalBalanceOf(address _of) view returns (uint256 amount)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
extendLock(bytes32 _reason, uint256 _time) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseLockAmount(bytes32 _reason, uint256 _amount) returns (bool)
lock(bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferWithLock(address _to, bytes32 _reason, uint256 _amount, uint256 _time) returns (bool)
unlock(address _of) returns (uint256 unlockableTokens)
Approval(address indexed owner, address indexed spender, uint256 value)
Locked(address indexed _of, bytes32 indexed _reason, uint256 _amount, uint256 _validity)
Transfer(address indexed from, address indexed to, uint256 value)
Unlocked(address indexed _of, bytes32 indexed _reason, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.