Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dank"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256109 | 3 days ago | | | 0 | 0.00044659161 | |
| 21252083 | 3 days ago | | | 0 | 0.00069046098 | |
| 21252059 | 3 days ago | | | 0 | 0.00082039396 | |
| 21243301 | 4 days ago | | | 0 | 0.00063566156 | |
| 21242441 | 4 days ago | | | 0 | 0.00059699264 | |
| 21230501 | 6 days ago | | | 0 | 0.00090519161 | |
| 21225770 | 7 days ago | | | 0 | 0.00035653902 | |
| 21217425 | 8 days ago | | | 0 | 0.00072173177 | |
| 21215869 | 8 days ago | | | 0 | 0.0010986318 | |
| 21214771 | 8 days ago | | | 0 | 0.00048338231 |
ABI
ABI objects
Getter at block 21274316
FEE_DIVISOR() view returns (uint256)
10000
MAX_FEE_PERCENT() view returns (uint256)
2500
MAX_SELL_AMOUNT() view returns (uint256)
5000000000000000000000000
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
enableAntiMev() view returns (bool)
true
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
maxSellAmount() view returns (uint256)
5000000000000000000000000
name() view returns (string)
Dank
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
0
symbol() view returns (string)
DANK
teamWallet() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
100000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xfed8780fd0c9d30f165339707ba6240cfb8d9bef
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeTeamWallet(address _new)
confirmRenounceOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFeePercent(uint256 _buy, uint256 _sell)
setMaxSellAmount(uint256 _amount)
setWhitelist(address _addr, bool _en)
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)
FeeUpdated(uint256 buyFee, uint256 sellFee)
FeeWalletChanged(address newFeeWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
WhiteListUpdated(address indexed account, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.