Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Hodl | ERC-20 | 75.753407K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20839108 | 2 months ago | | | 0 | 0.00042847228 | |
| 20839108 | 2 months ago | | | 0 | 0.00042847228 | |
| 20839105 | 2 months ago | | | 0 | 0.00041041426 | |
| 19787565 | 7 months ago | | | 0 | 0.00061431500 | |
| 19706990 | 7 months ago | | | 0 | 0.00028281874 | |
| 19139842 | 10 months ago | | | 0 | 0.0013505860 | |
| 18896593 | a year ago | | | 0 | 0.00057974489 | |
| 18768702 | a year ago | | | 0 | 0.0013632566 | |
| 18759977 | a year ago | | | 0 | 0.0056793408 | |
| 18742499 | a year ago | | | 0 | 0.0026518257 |
ABI
ABI objects
Getter at block 21228572
buyTax() view returns (uint256)
0
cooldownTime() view returns (uint256)
1800
decimals() view returns (uint8)
18
dexPair() view returns (address)
0xbeb8529bed95b8e65996411066e7b720d40780fd
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
maxBuyAmount() view returns (uint256)
20000000000000000000000000000000000000000000
maxSellAmount() view returns (uint256)
20000000000000000000000000000000000000000000
maxWalletLimit() view returns (uint256)
20000000000000000000000000000000000000000000
name() view returns (string)
HODL
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
0
swapThreshold() view returns (uint256)
10000000000000000000000000
symbol() view returns (string)
Hodl
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_holderCooldownTimer(address) view returns (uint256)
_isExcludedFromMaxWallet(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
excludeFromFee(address _adr, bool _status)
excludeFromMaxWallet(address account, bool excluded)
renounceOwnership()
rescueFunds()
rescueTokens(address _token, address recipient, uint256 _amount)
setDevelopmentWallet(address _newWallet)
setFee(uint256 _buySide, uint256 _sellSide)
setMaxWalletLimit(uint256 _newLimit)
setSwapBackSettings(uint256 _threshold, bool _enabled, bool _dProtection, bool _limited)
setTxLimit(uint256 onBuy, uint256 onSell)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC20TransferFailed()
ERC20ZeroTransfer()
PaymentFailed()