Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x49db…6728
Balances ($238.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABYSS | ERC-20 | 44.855905K | $0.005309 |
$238.12 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
WTL | ERC-20 | 100 | -- | -- | |
USE | ERC-20 | 80 | -- | -- | |
UST | ERC-20 | 80 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
FLOV | ERC-20 | 4 | -- | -- | |
HQG | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156968 | 10 hours ago | | | 0 | 0.0011378381 | |
| 21155563 | 15 hours ago | | | 0 | 0.0011344755 | |
| 21154793 | 17 hours ago | | | 0 | 0.00055140302 | |
| 21145679 | 2 days ago | | | 0 | 0.0011963702 | |
| 21144771 | 2 days ago | | | 0 | 0.00094249334 | |
| 21134222 | 4 days ago | | | 0 | 0.00087850331 | |
| 21132477 | 4 days ago | | | 0 | 0.00084934792 | |
| 21132470 | 4 days ago | | | 0 | 0.0015160045 | |
| 21132051 | 4 days ago | | | 0 | 0.0012576671 | |
| 21105752 | 8 days ago | | | 0 | 0.00022391749 |
ABI
ABI objects
Getter at block 21159955
LIMIT_TRANSFERS_PERIOD() view returns (uint256)
31536000
SALE_END_TIME() view returns (uint256)
1526479200
allowTransfers() view returns (bool)
true
decimals() view returns (uint8)
18
eventListener() view returns (address)
0x49db6ee4507132d1fdac92318e0e6150bf786728
getOwners() view returns (address[])
[0x49dB6EE4507132d1fdac92318e0E6150bf786728, 0xb84E224216FeC19d8631a0Ad187326Bc48F91B6b]
isLimitEnabled() view returns (bool)
true
issuanceFinished() view returns (bool)
true
limitEndDate() view returns (uint256)
1558015200
limitedWalletsManager() view returns (address)
0x5eaf0a37346ff992199fbc4480c9ccc4137d9c1f
manager() view returns (address)
0x5eaf0a37346ff992199fbc4480c9ccc4137d9c1f
name() view returns (string)
ABYSS
symbol() view returns (string)
ABYSS
totalSupply() view returns (uint256)
508628132041069469203893949
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
limitedWallets(address) view returns (bool)
ownerByAddress(address) view returns (bool)
owners(uint256) view returns (address)
State-modifying
Events addLimitedWalletAddress(address _wallet)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
delLimitedWalletAddress(address _wallet)
destroy(address _from, uint256 _value)
disableLimit()
enableTransfers()
finishIssuance() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
issue(address _to, uint256 _value)
setAllowTransfers(bool _allowTransfers)
setListener(address _listener)
setOwners(address[] _owners)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
AllowTransfersChanged(bool _newState)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Destroy(address indexed _from, uint256 _value)
IssuanceFinished()
Issue(address indexed _to, uint256 _value)
SetOwners(address[] owners)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransfersEnabled()
constructor(address _listener, address[] _owners, address manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.