Dogface AMMO token
Verified contract
Active on
Ethereum with 974 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe78d…a036
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$AMMO | ERC-20 | 16.99728M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202579 | 17 days ago | | | 0 | 0.00057511978 | |
| 21166319 | 22 days ago | | | 0 | 0.0013120089 | |
| 21166316 | 22 days ago | | | 0 | 0.0022825035 | |
| 21166303 | 22 days ago | | | 0 | 0.0023503456 | |
| 21059564 | a month ago | | | 0 | 0.00020252456 | |
| 20983724 | 2 months ago | | | 0 | 0.0010792382 | |
| 20971802 | 2 months ago | | | 0 | 0.0012991519 | |
| 20824643 | 2 months ago | | | 0 | 0.0010249700 | |
| 20783202 | 2 months ago | | | 0 | 0.00059771652 | |
| 20724204 | 3 months ago | | | 0 | 0.00017030012 |
ABI
ABI objects
Getter at block 21324373
_burnFee() view returns (uint256)
1
_liquidityFee() view returns (uint256)
2
_marketingFee() view returns (uint256)
4
_maxTxAmount() view returns (uint256)
8000000000000000000000000
_taxFee() view returns (uint256)
3
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
geUnlockTime() view returns (uint256)
0
marketingWallet() view returns (address)
0xe78dab9780ad0136581ca4a81775d7e5258da036
minimumTokensBeforeSwap() view returns (uint256)
1000000000000000000000000
name() view returns (string)
Dogface AMMO token
owner() view returns (address)
0x9519a27015ad44e114b12b8011070d517f64296f
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
$AMMO
totalSupply() view returns (uint256)
4000000000000000000000000000
uniswapV2Pair() view returns (address)
0xd41829d4e26bfcc666be02fc2445d16d2c6858a1
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setSwapAndLiquifyEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
updateFeePercent(uint256 taxFee, uint256 liquidityFee, uint256 marketingFee, uint256 burnFee)
updateMarketingWallet(address newWallet)
updateMaxTxAmount(uint256 maxTxAmount)
updateMinimumTokensBeforeSwap(uint256 newAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.