Eidoo Token
Verified contract
Active on
Ethereum with 65,681 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($96.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNB | ERC-20 | 0.15 | $642.12 |
$96.32 | |
REV | ERC-20 | 4 | $0.000023 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
KICK | ERC-20 | 888.888K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
EDO | ERC-20 | 7.29078K | -- | -- | |
TRST | ERC-20 | 6.392131K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231998 | 2 days ago | | | 0 | 0.00063709344 | |
| 21229642 | 2 days ago | | | 0 | 0.00098098629 | |
| 21199921 | 7 days ago | | | 0 | 0.00074471054 | |
| 21135740 | 16 days ago | | | 0 | 0.0010028240 | |
| 21098871 | 21 days ago | | | 0 | 0.00036168316 | |
| 21096482 | 21 days ago | | | 0 | 0.00020350900 | |
| 21094095 | 21 days ago | | | 0 | 0.0010815297 | |
| 21092901 | 22 days ago | | | 0 | 0.00040431344 | |
| 21077370 | 24 days ago | | | 0 | 0.00086251580 | |
| 21076177 | 24 days ago | | | 0 | 0.00031391500 |
ABI
ABI objects
Getter at block 21247518
decimals() view returns (uint256)
18
lockEndBlock() view returns (uint256)
5149479
mintingFinished() view returns (bool)
true
name() view returns (string)
Eidoo Token
owner() view returns (address)
0x07ec30473ef6e1b9a434b1d48b97f79d46c13d5f
symbol() view returns (string)
EDO
totalSupply() view returns (uint256)
59634176067251733426111713
transferableFromBlock() view returns (uint256)
4371879
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
initiallyLockedAmount(address) view returns (uint256)
lockedBalanceOf(address _to) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintLocked(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _transferableFromBlock, uint256 _lockEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.