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 |
---|---|---|---|---|---|
23 | ERC-20 | 0.294576 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15342526 | 2 years ago | | | 0 | 0.00046816430 | |
| 15328272 | 2 years ago | | | 0 | 0.00065182771 | |
| 15328002 | 2 years ago | | | 0 | 0.0017981729 | |
| 15327774 | 2 years ago | | | 0 | 0.0014347301 | |
| 15327773 | 2 years ago | | | 0 | 0.0012884927 | |
| 15327636 | 2 years ago | | | 0 | 0.0018416073 | |
| 15327631 | 2 years ago | | | 0 | 0.0011980047 | |
| 15327620 | 2 years ago | | | 0 | 0.0016894470 | |
| 15327619 | 2 years ago | | | 0 | 0.0014001853 | |
| 15327619 | 2 years ago | | | 0 | 0.0014674300 |
ABI
ABI objects
Getter at block 21204328
_lastWinner() view returns (address)
0xa8bc3c6598d7812925863d2d58e8280d50000001
_liquidityBuyFee() view returns (uint256)
1
_liquiditySellFee() view returns (uint256)
1
_liquidityWallet() view returns (address)
0x69deb6e078ea535faf77f100b431d1ca02e4451a
_marketingBuyFee() view returns (uint256)
3
_marketingSellFee() view returns (uint256)
5
_marketingWallet() view returns (address)
0x69deb6e078ea535faf77f100b431d1ca02e4451a
_maxFeePercentage() view returns (uint256)
10
_rewardBuyFee() view returns (uint256)
2
_rewardCounter() view returns (uint256)
19
_rewardMinBuy() view returns (uint256)
100000000000000000
_rewardSellFee() view returns (uint256)
3
_swapPair() view returns (address)
0x53c92db586f662e73d5fe5c60130cfee95a2537e
_transactionUpperLimit() view returns (uint256)
23000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Number23
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
23
totalFee() view returns (uint256)
6
totalSupply() pure returns (uint256)
23000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address addr) view returns (bool)
isExcludedFromLimit(address addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
setExcludedFromFees(address addr, bool value)
setFeeWallets(address marketingWallet, address liquidityWallet)
setFees(uint256 marketingBuyFee, uint256 rewardBuyFee, uint256 liquidityBuyFee, uint256 marketingSellFee, uint256 rewardSellFee, uint256 liquiditySellFee)
setLimitExclusions(address addr, bool value)
setRewardMinBuy(uint256 rewardMinBuy)
setSwapRouter(address routerAddress)
setTransactionUpperLimit(uint256 limit)
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)
Reward(address winner, uint256 tokenAmount)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateRewardCounter(uint256 currentCounter)
constructor(address routerAddress)
receive()
This contract contains no error objects.