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 "Lucky8"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224719 | 7 days ago | | | 0 | 0.00035017662 | |
| 20203583 | 5 months ago | | | 0 | 0.000069399070 | |
| 19808818 | 7 months ago | | | 0 | 0.00010003055 | |
| 19724381 | 7 months ago | | | 0 | 0.00027590731 | |
| 19710256 | 7 months ago | | | 0 | 0.00024361625 | |
| 19331381 | 9 months ago | | | 0 | 0.0013771344 | |
| 19234455 | 9 months ago | | | 0 | 0.0028945685 | |
| 19184127 | 10 months ago | | | 0 | 0.0043470285 | |
| 19168142 | 10 months ago | | | 0 | 0.0013169666 | |
| 19168136 | 10 months ago | | | 0 | 0.0013249155 |
ABI
ABI objects
Getter at block 21275866
buyFee() view returns (uint256)
10
decimals() view returns (uint8)
18
feeWallet() view returns (address)
0xb48b122390277980e545c1e4f71298ed1bbdd800
isBlocklistEnabled() view returns (bool)
true
limitsEnabled() view returns (bool)
false
maxTxAmount() view returns (uint256)
1000000000000000000000000
maxWalletBalance() view returns (uint256)
5000000000000000000000000
name() view returns (string)
Lucky8
owner() view returns (address)
0x810bf6b6ff4343f9f14380d57759cb7eac70ce4e
pair() view returns (address)
0xe0384fd8c9fb7b546bf80153ac9f262df596e62c
sellFee() view returns (uint256)
10
symbol() view returns (string)
888
totalSupply() view returns (uint256)
82906926000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canTransferBeforeTrading(address) view returns (bool)
isAmmPair(address) view returns (bool)
isBlocked(address) view returns (bool)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxPerWallet(address) view returns (bool)
isExcludedFromMaxTx(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address addr, uint256 amount)
renounceOwnership()
setAmmPair(address _pair, bool isPair)
setBlockedAddress(address addr, bool blocked)
setBlocklistEnabled(bool enabled)
setBuyFee(uint256 _buyFee)
setCanTransferBeforeTrading(address addr, bool blocked)
setExcludedFromFee(address addr, bool excluded)
setExcludedFromMaxPerWallet(address addr, bool excluded)
setExcludedFromMaxTx(address addr, bool excluded)
setFeeWallet(address _feeWallet)
setLimitsEnabled(bool enabled)
setMaxTxAmount(uint256 _maxTxAmount)
setMaxWalletBalance(uint256 _maxWalletBalance)
setPair(address _pair)
setSellFee(uint256 _sellFee)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAmmPair(address pair, bool isPair)
SetBlockedAddress(address addr, bool blocked)
SetBlocklistEnabled(bool enabled)
SetCanTransferBeforeTrading(address addr, bool blocked)
SetExcludedFromFee(address addr, bool excluded)
SetExcludedFromMaxTx(address addr, bool excluded)
SetExcludedFromMaxWallet(address addr, bool excluded)
SetLimitsEnabled(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyFee(uint256 oldBuyFee, uint256 newBuyFee)
UpdateFeeWallet(address oldFeeWallet, address newFeeWallet)
UpdateMaxTxAmount(uint256 newMaxTxAmount)
UpdateMaxWalletBalance(uint256 newMaxWalletBalance)
UpdateSellFee(uint256 oldSellFee, uint256 newSellFee)
constructor(address _uniswapRouter, address _treasury)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)