EtherDoge
Verified contract
Active on
Ethereum with 1,152 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 12616203 | 3 years ago | | | 0.009768585 | 0.00023100000 | |
| 4847454 | 7 years ago | | | 0 | 0.0014825200 | |
| 4434115 | 7 years ago | | | 0 | 0.00077832300 | |
| 4434105 | 7 years ago | | | 0 | 0.0010919790 | |
| 4339298 | 7 years ago | | | 0 | 0.00011187600 | |
| 4339281 | 7 years ago | | | 0 | 0.00011226000 | |
| 4339182 | 7 years ago | | | 0 | 0.00073356000 | |
| 4338647 | 7 years ago | | | 0 | 0.00011226000 | |
| 4337929 | 7 years ago | | | 0 | 0.00011226000 | |
| 4337918 | 7 years ago | | | 0 | 0.00011226000 |
ABI
ABI objects
Getter at block 21292568
decimals() pure returns (uint256)
18
mintingFinished() pure returns (bool)
false
name() pure returns (string)
EtherDoge
owner() pure returns (address)
0x2e8e433e7f93d374a82bcdd8c4dd260cf999a6e7
symbol() pure returns (string)
EDOGE
totalSupply() pure returns (uint256)
500800000000000000000000000
unlockTimeStamp() pure returns (uint256)
1508544000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setLockByPass(address holder, 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.