Doge using dapps
Verified contract
Active on
Ethereum with 1,867 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 | 238.064468M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198858 | a day ago | | | 0 | 0.00090067934 | |
| 21198457 | a day ago | | | 0 | 0.0011593066 | |
| 21198206 | a day ago | | | 0 | 0.00081710866 | |
| 21198043 | a day ago | | | 0 | 0.0013352173 | |
| 21198017 | a day ago | | | 0 | 0.0013511046 | |
| 21198001 | a day ago | | | 0 | 0.0011722519 | |
| 21196439 | a day ago | | | 0 | 0.0015635803 | |
| 21195615 | a day ago | | | 0 | 0.0018310653 | |
| 21192364 | 2 days ago | | | 0 | 0.00069078133 | |
| 21156179 | 7 days ago | | | 0 | 0.00089033770 |
ABI
ABI objects
Getter at block 21205870
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
9
feeAddr() view returns (address)
0x42b69ffc1ecb747c7b67192abe237e19cf036f4a
name() view returns (string)
Doge using dapps
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
0
symbol() view returns (string)
EDOGE
totalSupply() view returns (uint256)
420690000000000000000
uniswapV2Pair() view returns (address)
0x68337b40c58927c4efd04f94bf501d247c6fdd1d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits()
renounceOwnership()
setSwapSettings(uint256 maxAmount, uint256 minAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferStuckETH()
transferStuckToken(address token)
updateFees(uint256 newBuyFee, uint256 newSellFee)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.