RugPull Raffle
Verified contract
Active on
Ethereum with 97 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
21 additional
variables
Balances ($12.39)
Native
Value
$12.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00392 | $3,159.53 |
$12.39 | |
$RAFFLE | ERC-20 | 6.622K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15692002 | 2 years ago | | | 0.00369 | 0.00017550962 | |
| 15691937 | 2 years ago | | | 0 | 0.00025366469 | |
| 15691921 | 2 years ago | | | 0 | 0.00024128913 | |
| 15691806 | 2 years ago | | | 0 | 0.015930294 | |
| 15691798 | 2 years ago | | | 0 | 0.022358779 | |
| 15691791 | 2 years ago | | | 0 | 0.014296760 | |
| 15691506 | 2 years ago | | | 0 | 0.00033480183 | |
| 15691473 | 2 years ago | | | 0 | 0.00054787738 | |
| 15687929 | 2 years ago | | | 0 | 0.00035367283 | |
| 15685327 | 2 years ago | | | 0 | 0.0015641542 |
ABI
ABI objects
Getter at block 21215925
decimals() view returns (uint8)
0
entryCount() view returns (uint256)
19
getBaseBuyFees() view returns (uint8, uint8, uint8)
(0, 0, 0)
getBaseSellFees() view returns (uint8, uint8, uint8)
(20, 0, 0)
getWinners() view returns (address, uint256, address, uint256, address, uint256)
(0x68f373d09e8d6b216ed35f7945ac8607174bf89c, 1, 0x24732c2e090103cfdf34b46e998807fc8248657d, 16, 0xa51a6e6b7c2501e5054f108a2c16e61bfe64d383, 8)
name() view returns (string)
RugPull Raffle
newLiquidityDeposit() view returns (uint256)
0
owner() view returns (address)
0x2b3e79fb44b9cd744a755c84cb15aa07dcdd561f
startingLiquidity() view returns (uint256)
1000000000000000000
symbol() view returns (string)
$RAFFLE
tokensPerEntry() view returns (uint256)
1000
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000
uniswapV2Pair() view returns (address)
0x7438ad264f14d4e3fa8f6ecd7c04ea1e220d2df2
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimETHOverflow()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
draw()
excludeFromDividends(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidityFeeOnBuy, uint8 _investmentFeeOnBuy, uint8 _holdersFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _investmentFeeOnSell, uint8 _holdersFeeOnSell)
setMinimumTokensBeforeSwap(uint256 newValue)
setTokensPerEntry(uint256 tpe)
settleLiquidity()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
BlockedAccountChange(address indexed holder, bool indexed status)
ClaimETHOverflow(uint256 amount)
CustomTaxPeriodChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
ExcludeFromDividendsChange(address indexed account, bool isExcluded)
ExcludeFromFeesChange(address indexed account, bool isExcluded)
ExcludeFromMaxTransferChange(address indexed account, bool isExcluded)
FeeChange(string indexed identifier, uint8 liquidityFee, uint8 investmentFee, uint8 holdersFee)
FeesApplied(uint8 liquidityFee, uint8 investmentFee, uint8 holdersFee, uint8 totalFee)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
WalletChange(string indexed indentifier, address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.