Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2828…606f
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIF | ERC-20 | 13.720428M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22136076 | 15 days ago | | | 0 | 2.8795461e-7 | |
| 21183826 | a month ago | | | 0 | 3.9914890e-7 | |
| 21104633 | a month ago | | | 0 | 4.7213703e-7 | |
| 20409020 | 2 months ago | | | 0 | 2.9996044e-7 | |
| 18313863 | 3 months ago | | | 0 | 9.4592067e-7 | |
| 15580435 | 5 months ago | | | 0 | 1.9618943e-7 | |
| 14469839 | 6 months ago | | | 0 | 0.0000011640610 | |
| 14188084 | 6 months ago | | | 0 | 0.000098938172 | |
| 14188030 | 6 months ago | | | 0 | 0.000098775177 | |
| 14188028 | 6 months ago | | | 0 | 0.000098938172 |
ABI
ABI objects
Getter at block 22767128 taxWallet() view returns (address)
DENOMINATOR() view returns (uint256)
10000
addedLP() view returns (bool)
true
decimals() view returns (uint256)
18
finalBuyTax() view returns (uint256)
500
finalSellTax() view returns (uint256)
500
getTax() view returns (uint256 _buy, uint256 _sell)
(_buy=500, _sell=500)
holdToken() view returns (bool)
false
inSwap() view returns (bool)
false
initialBuyTax() view returns (uint256)
500
initialSellTax() view returns (uint256)
500
maxTaxSwap() view returns (uint256)
420000000000000000000000
maxTxAmount() view returns (uint256)
420000000000000000000000000
maxWalletSize() view returns (uint256)
420000000000000000000000000
name() view returns (string)
Dinowifhat
owner() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
1709558623
swapEnabled() view returns (bool)
true
symbol() view returns (string)
DIF
taxSwapThreshold() view returns (uint256)
21000000000000000000000000
totalSupply() view returns (uint256)
420000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x7023109f4ffbd4662e3f0f3b6b694d6c33b700a4
uniswapV2Router() view returns (address)
0x6bded42c6da8fbf0d2ba55b2fa120c5e0c8d7891
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addLiquidity()
approve(address spender, uint256 amount) returns (bool)
changeMaxTaxSwap(uint256 _amount)
changeRouter(address _newRouter)
changeTaxSwapThreshold(uint256 _amount)
changeTaxWallet(address taxWallet_)
enableTrading()
excludeFromFee(address _user)
includeFromFee(address _user)
manualSwap()
removeLimits()
renounceOwnership()
setMaxTxPercentToDefault()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxWalletUpdate(address taxWallet_)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address router_, address taxWallet_)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)