Lucky8

Verified contract

Active on Ethereum with 1,596 txns
Deployed by via 0x48217a1c at 18720033
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Lucky8"

0x9305124abe1d73d15a1a2731cbf93b44db54a5d032731cb51808e58e795ae455
0x06e6726335f9406a2f546ac5529b92a8429a7d4352626fdd352cad7484ad0042
0x0933641250f33f8603aac21486553b52980da6ea44a0e305cd68a16d7b0d72c7
0x4ee26e8535850e6fe67bec6812f421cd04d5914ef5137e1904a29ef5454d13d1
0x51311a4742f60dd019e38847e5362b0cee2009f88690a2840c18bc82b25aa549
0x1c7cd1edefe0f65bba1a922a91fb37a138f10c579e00f4daaa06c54dd8a49fa8
0xc4ce8ba75f85f4bb5810d9e90e99238eed6a03fd7e373f79a85da761c5841d93
0x8d46121f461d8aeeb2ccc98a973818ba64e180e1bd40a7e2ac40e781b1875e8c
0xc5fd2dcf6cd3d726f78deb7458495c1ec875e3445350b14e09129f42a5071bfd
0xbeb22a19ac0b3780f4b0fdb2620cfeb92d84d0c098b38e3bf0b9616f6a8371b9

Functions
Getter at block 20918486
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
canTransferBeforeTrading(addressview returns (bool)
isAmmPair(addressview returns (bool)
isBlocked(addressview returns (bool)
isExcludedFromFee(addressview returns (bool)
isExcludedFromMaxPerWallet(addressview returns (bool)
isExcludedFromMaxTx(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address addruint256 amount
renounceOwnership(
setAmmPair(address _pairbool isPair
setBlockedAddress(address addrbool blocked
setBlocklistEnabled(bool enabled
setBuyFee(uint256 _buyFee
setCanTransferBeforeTrading(address addrbool blocked
setExcludedFromFee(address addrbool excluded
setExcludedFromMaxPerWallet(address addrbool excluded
setExcludedFromMaxTx(address addrbool excluded
setFeeWallet(address _feeWallet
setLimitsEnabled(bool enabled
setMaxTxAmount(uint256 _maxTxAmount
setMaxWalletBalance(uint256 _maxWalletBalance
setPair(address _pair
setSellFee(uint256 _sellFee
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAmmPair(address pairbool isPair
SetBlockedAddress(address addrbool blocked
SetBlocklistEnabled(bool enabled
SetCanTransferBeforeTrading(address addrbool blocked
SetExcludedFromFee(address addrbool excluded
SetExcludedFromMaxTx(address addrbool excluded
SetExcludedFromMaxWallet(address addrbool excluded
SetLimitsEnabled(bool enabled
Transfer(address indexed fromaddress indexed touint256 value
UpdateBuyFee(uint256 oldBuyFeeuint256 newBuyFee
UpdateFeeWallet(address oldFeeWalletaddress newFeeWallet
UpdateMaxTxAmount(uint256 newMaxTxAmount
UpdateMaxWalletBalance(uint256 newMaxWalletBalance
UpdateSellFee(uint256 oldSellFeeuint256 newSellFee
Constructor
constructor(address _uniswapRouteraddress _treasury
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account