Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 3 | $0.004507 |
$0.01 | |
UBNK | ERC-20 | 10K | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11650552 | 4 years ago | | | 0 | 0.0017752667 | |
| 11450766 | 4 years ago | | | 0 | 0.0020672281 | |
| 11359566 | 4 years ago | | | 0 | 0.0065156000 | |
| 11359566 | 4 years ago | | | 0 | 0.0065156000 | |
| 11359566 | 4 years ago | | | 0 | 0.0065122400 | |
| 11359566 | 4 years ago | | | 0 | 0.0065189600 | |
| 11359566 | 4 years ago | | | 0 | 0.0065156000 | |
| 11359565 | 4 years ago | | | 0 | 0.0065156000 | |
| 11359563 | 4 years ago | | | 0 | 0.0065156000 | |
| 11359272 | 4 years ago | | | 0 | 0.0014180060 |
ABI
ABI objects
Getter at block 21158366
decimals() view returns (uint8)
18
mintable() view returns (bool)
false
name() view returns (string)
UBNK
owner() view returns (address)
0x47461e6cb68778a94367cd4e94dd429e92f5e9fb
symbol() view returns (string)
UBNK
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceLocked(address _address) view returns (uint256 _balance)
balanceOf(address _address) view returns (uint256 _balance)
balanceUnlocked(address _address) view returns (uint256 _balance)
showLockNum(address _address) view returns (uint256 _lockNum)
showLockTimes(address _address) view returns (uint256[] _times)
showLockValues(address _address) view returns (uint256[] _values)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool _success)
burn(uint256 _value) returns (bool _success)
decreaseApproval(address _spender, uint256 _value) returns (bool _success)
disableMint()
emptyWrongEther()
emptyWrongToken(address _addr)
increaseApproval(address _spender, uint256 _value) returns (bool _success)
mint(uint256 _value) returns (bool _success)
setOwner(address _owner)
setUnlockEarlier(uint256 _earlier)
setUnlockLater(uint256 _later)
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferLocked(address _to, uint256[] _time, uint256[] _value) returns (bool _success)
transferLockedFrom(address _from, address _to, uint256[] _time, uint256[] _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
Mint(address indexed _to, uint256 _value)
TokenUnlocked(address indexed _address, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferLocked(address indexed _from, address indexed _to, uint256 _time, uint256 _value)
WrongEtherEmptied(address indexed _addr, uint256 _amount)
WrongTokenEmptied(address indexed _token, address indexed _addr, uint256 _amount)
constructor()
fallback()
This contract contains no error objects.