Lucky 8 Token
Verified contract
Proxy
Active on
Ethereum with 156 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
888 | ERC-20 | 667.219379 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20856044 | 2 months ago | | | 0 | 0.00018298354 | |
| 19503841 | 8 months ago | | | 0 | 0.00077051630 | |
| 19275172 | 9 months ago | | | 0 | 0.0016301393 | |
| 19234502 | 9 months ago | | | 0 | 0.0043954973 | |
| 19204109 | 9 months ago | | | 0 | 0.0034984696 | |
| 19201527 | 9 months ago | | | 0 | 0.0010841660 | |
| 19177230 | 9 months ago | | | 0 | 0.0023542234 | |
| 19168147 | 9 months ago | | | 0 | 0.0026331383 | |
| 19168139 | 9 months ago | | | 0 | 0.0030522116 | |
| 19150023 | 9 months ago | | | 0 | 0.00072213312 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAmmPair(address) view returns (bool)
isExcludedFromFee(address) view returns (bool)
isInitialized(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address addr, uint256 amount)
distributeFees()
initialize()
migrateFromV1(uint256 amount)
migrateFromV2(uint256 amount)
renounceOwnership()
setAmmPair(address _pair, bool isPair)
setBuyFee(uint256 _buyFee)
setExcludedFromFee(address addr, bool excluded)
setFeeDistributionLPofProceeds(uint256 _percentage)
setFeeDistributionToSell(uint256 _percentage)
setMaxPoolSlippage(uint256 _slippage)
setMigrationEnabled(bool _migrationEnabled)
setMinDistribution(uint256 _minDistribution)
setSellFee(uint256 _sellFee)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgrade(address newImplementation)
Upgraded(address indexed implementation)
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)
SetBuyFee(uint256 oldBuyFee, uint256 newBuyFee)
SetExcludedFromFee(address addr, bool excluded)
SetFeeDistributionToBurn(uint256 oldPercentage, uint256 newPercentage)
SetFeeDistributionToLPOfProceeds(uint256 oldPercentage, uint256 newPercentage)
SetFeeDistributionToSell(uint256 oldPercentage, uint256 newPercentage)
SetFeeDistributionToTeam(uint256 oldPercentage, uint256 newPercentage)
SetMaxPoolSlippage(uint256 oldSlippage, uint256 newSlippage)
SetMigrationEnabled(bool oldMigrationEnabled, bool newMigrationEnabled)
SetMinDistribution(uint256 oldMinDistribution, uint256 newMinDistribution)
SetSellFee(uint256 oldSellFee, uint256 newSellFee)
SetTeamWallet(address oldTeamWallet, address newTeamWallet)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address implementation)
fallback()
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)