Lucky 8 Token

Verified contract

Proxy

Active on Ethereum with 156 txns
Deployed by via 0x0644d186 at 18849117
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x56dc62db500ca8589b9ec7596502db3efd34c9df999cd163c93da59496841923
0x04e6c5004c7fcd93447070cfca4de2a240f1cc4a90927352555679b0001ff2b9
0x6e5425d8782e681198f0ba3be3fdfd4a3a9d685d07c404d7c62940effa538d91
0x9124ad52bf254f1da38d7ab7e7c417b2f47bf63c65b174cf0896b1ea2de49f37
0x67d8d931fc247380d8e94dd39c6edeb7988b20e48c81cfe37da52f5a7431c878
0x5ad2b0e8b2a89fb36c57447490ddbbe1a03f1e761aa480acbbbd020af56503b4
0x4af269da5d15a6915439cde607234e798f794d39fe7c070ebbdc936eae2fcaf7
0xc42acd4c1de837dfadec65e1b1d7c2044cf435e61e356b1f9b08a8a54cbfcbbb
0x7e1e8f3406b3f233245669df13b6c886c726dc4dd2e1f1eadd42ebad99ea0717
0x649c88f174bcd8ef3614c63e37b7e5eaf420dd1cb2380f785f130eec9eca0bfe

Functions
Getter at block 21208740
BASE(view returns (uint256)
1000000000000000000
buyFee(view returns (uint256)
100000000000000000
decimals(view returns (uint8)
18
feeDistributionLPofProceeds(view returns (uint256)
330000000000000000
feeDistributionToSell(view returns (uint256)
600000000000000000
implementation(view returns (address impl)
0xf554b803d113e1b724f816543dda77fd19801a34
maxPoolSlippage(view returns (uint256)
20000000000000000
migrationEnabled(view returns (bool)
true
minDistribution(view returns (uint256)
50000000000000000000000
name(pure returns (string)
Lucky 8 Token
oldTokenV1(view returns (address)
0x8880111018c364912dbe5ee61d98942647680888
oldTokenV2(view returns (address)
0x35722bc146938c8b0d39f3e192da3dccfd8a2e57
owner(view returns (address)
0x3ba65ad297a3b0b3c00508ebf5bc3d72c9d5f1a5
pair(view returns (address)
0x9695df464bb9b86198fcb87442ddce2a2d327c3f
sellFee(view returns (uint256)
100000000000000000
symbol(pure returns (string)
888
totalSupply(view returns (uint256)
61186127019316413106660167
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isAmmPair(addressview returns (bool)
isExcludedFromFee(addressview returns (bool)
isInitialized(addressview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address addruint256 amount
distributeFees(
initialize(
migrateFromV1(uint256 amount
migrateFromV2(uint256 amount
renounceOwnership(
setAmmPair(address _pairbool isPair
setBuyFee(uint256 _buyFee
setExcludedFromFee(address addrbool excluded
setFeeDistributionLPofProceeds(uint256 _percentage
setFeeDistributionToSell(uint256 _percentage
setMaxPoolSlippage(uint256 _slippage
setMigrationEnabled(bool _migrationEnabled
setMinDistribution(uint256 _minDistribution
setSellFee(uint256 _sellFee
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
upgrade(address newImplementation
Events
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAmmPair(address pairbool isPair
SetBlockedAddress(address addrbool blocked
SetBuyFee(uint256 oldBuyFeeuint256 newBuyFee
SetExcludedFromFee(address addrbool excluded
SetFeeDistributionToBurn(uint256 oldPercentageuint256 newPercentage
SetFeeDistributionToLPOfProceeds(uint256 oldPercentageuint256 newPercentage
SetFeeDistributionToSell(uint256 oldPercentageuint256 newPercentage
SetFeeDistributionToTeam(uint256 oldPercentageuint256 newPercentage
SetMaxPoolSlippage(uint256 oldSlippageuint256 newSlippage
SetMigrationEnabled(bool oldMigrationEnabledbool newMigrationEnabled
SetMinDistribution(uint256 oldMinDistributionuint256 newMinDistribution
SetSellFee(uint256 oldSellFeeuint256 newSellFee
SetTeamWallet(address oldTeamWalletaddress newTeamWallet
Transfer(address indexed fromaddress indexed touint256 value
Upgraded(address indexed implementation
Constructor
constructor(address implementation
Fallback and receive
fallback(
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