EtherDoge
Verified contract
Active on
Ethereum with 18,640 txns
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 |
---|---|---|---|---|---|
EDOGE | ERC-20 | 21.024527T | -- | -- | |
XPS | ERC-20 | 100K | -- | -- | |
TTN | ERC-20 | 20K | -- | -- | |
DAR | ERC-20 | 2K | -- | -- | |
MST | ERC-20 | 58 | -- | -- | |
ETBT | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272856 | 7 hours ago | | | 0 | 0.00081273782 | |
| 21272513 | 8 hours ago | | | 0 | 0.00064286430 | |
| 21272187 | 9 hours ago | | | 0 | 0.0010751963 | |
| 21272184 | 9 hours ago | | | 0 | 0.0010905997 | |
| 21271686 | 11 hours ago | | | 0 | 0.00089293537 | |
| 21271636 | 11 hours ago | | | 0 | 0.00087092910 | |
| 21271600 | 11 hours ago | | | 0 | 0.00075771752 | |
| 21271381 | 12 hours ago | | | 0 | 0.00027418478 | |
| 21269898 | 17 hours ago | | | 0 | 0.00015733016 | |
| 21269816 | 17 hours ago | | | 0 | 0.00015963990 |
ABI
ABI objects
Getter at block 21274826
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
EtherDoge
owner() view returns (address)
0xe36c0b6f8e8460c998453b802ef0af5d68b38f68
symbol() view returns (string)
EDOGE
totalSupply() view returns (uint256)
100000001000100000000000000000000000000000
unlockTimeStamp() view returns (uint256)
1508803200
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events airdrop(address[] addresses, uint256 amount)
approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setLockByPass(address[] addresses, bool locked)
setUnlockTimeStamp(uint256 _unlockTimeStamp)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 unlockTs)
This contract contains no fallback and receive objects.
This contract contains no error objects.