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 |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- | |
ADE | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6239263 | 6 years ago | | | 0 | 0.00027864360 | |
| 6198101 | 6 years ago | | | 0 | 0.00016937160 | |
| 6197915 | 6 years ago | | | 0 | 0.00027350000 | |
| 6156281 | 6 years ago | | | 0 | 0.00027286000 | |
| 5856649 | 6 years ago | | | 0 | 0.0016741256 | |
| 5850479 | 6 years ago | | | 0 | 0.0021601620 | |
| 5849202 | 6 years ago | | | 0 | 0.00043133480 | |
| 5833023 | 6 years ago | | | 0 | 0.0011896696 | |
| 5832810 | 6 years ago | | | 0.00001 | 0.00047103260 | |
| 5832802 | 6 years ago | | | 0.00001 | 0.0011775815 |
ABI
ABI objects
Getter at block 21207589
buyRate() view returns (uint256)
5000
decimals() view returns (uint8)
8
name() view returns (string)
AdeCoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd8f1cc06e05e3475d6a48ec0ac61ddc14531d0aa
sellRate() view returns (uint256)
8000
symbol() view returns (string)
ADE
totalSupply() view returns (uint256)
200000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
getLockPosition(address _add) view returns (uint256 time, uint256 count, uint256 rate, uint256 scount)
getLockStatus(address _owner) view returns (bool _lockStatus)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
lockStatus(address _owner)
sellCoin(address seller, uint256 amount)
setLockPostion(address _add, uint256 _count, uint256 _time, uint256 _releaseRate)
setRate(uint256 _buyRate, uint256 _sellRate)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
unlockStatus(address _owner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
TransferSell(address indexed from, uint256 tokens, uint256 eth)
_lockAccount(address _add)
_unlockAccount(address _add)
constructor(uint256 _sellRate, uint256 _buyRate)
fallback()
This contract contains no error objects.