Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,086.25)
Native
Value
$11,086.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 3.270453 | $3,389.82 |
$11,086.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22719766 | 9 hours ago | | | 0 | 2.9382130e-7 | |
| 22700930 | 19 hours ago | | | 0.001 | 5.5490593e-7 | |
| 22679802 | a day ago | | | 0.002 | 5.7406786e-7 | |
| 22674851 | a day ago | | | 0 | 0.000014148340 | |
| 22664237 | 2 days ago | | | 0 | 1.7715667e-7 | |
| 22644297 | 2 days ago | | | 0 | 1.7468093e-7 | |
| 22615199 | 3 days ago | | | 0 | 0.0000010605522 | |
| 22559287 | 4 days ago | | | 0 | 1.3259893e-7 | |
| 22540715 | 5 days ago | | | 0 | 1.2920548e-7 | |
| 22508137 | 5 days ago | | | 0 | 1.2920548e-7 |
ABI
ABI objects
Getter at block 22735713
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
_burnBps() view returns (uint256)
100
_feeBps() view returns (uint256)
900
decimals() view returns (uint8)
18
getRaidLength() view returns (uint256)
43200
liquidityLoadedBlock() view returns (uint256)
21648064
minimumRaidAmount() view returns (uint256)
1000000000000000
name() view returns (string)
PVP
owner() view returns (address)
0xe5c0ea842864702843a443db02b9e1802142bf3c
symbol() view returns (string)
PVP
totalSupply() view returns (uint256)
821713624368131018219328030
uniswapV2Pair() view returns (address)
0xc0499c30be1e9684da568aff6f38e92df00e1567
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blockCooldownByAddress(address) view returns (uint256)
currentRaidByAddress(address) view returns (address creator_address, uint256 raid_price, uint256 eth_locked, uint256 block_expiry)
ethClaimableByWallet(address) view returns (uint256)
lostRaidsByPotAddress(address, uint256) view returns (address creator_address, uint256 raid_price, uint256 eth_locked, uint256 block_expiry)
minimumRaidAmountByWallet(address) view returns (uint256)
walletsExcludedFromRaids(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeFeeStructure(uint256 newFeeBps, uint256 newBurnBps)
claimContractEarnings(address to)
claimEthByWallet(address walletAddress)
claimEthByWallets(address[] walletAddresses)
createRaid(address walletAddress) payable
loadLiquidity() payable
payRaid() payable
renounceOwnership()
rescueERC20(address tokenAddress, uint256 amount)
settleRaid(address walletAddress)
toggleExclusionForWallet(address walletAddress, bool excluded)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EthClaimAdded(address indexed claimer, uint256 amount)
EthClaimed(address indexed claimer, uint256 amount)
FailedBidsPayout(address indexed walletAddress, uint256 ethAmount)
InitialLiquidityLoaded(uint256 ethAmount, uint256 tokenAmount)
NewRaidCreated(address indexed walletUnderRaid, address indexed raidCreator, uint256 bidPrice, uint256 ethLocked, uint256 tokensLocked, uint256 blockExpiry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairCreated(address indexed pair)
RaidBidPayout(address indexed walletAddress, uint256 ethAmount)
RaidBidPayoutFailed(address indexed walletAddress, uint256 ethAmount)
RaidPaid(address indexed walletUnderRaid, uint256 ethAmount, uint256 tokensUnlocked, uint256 blockCooldown, uint256 minimumRaid)
RaidSettled(address indexed walletUnderRaid, address indexed raidCreator, uint256 ethSentToRaidWallet, uint256 tokensClaimed, uint256 ethClaimed)
TokensBoughtAndBurned(uint256 ethAmount, uint256 tokenAmount)
TokensTransferred(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
WalletExclusionUpdated(address indexed walletAddress, bool exclusionStatus)
constructor()
receive()
CannotOutbidYourOwnRaid()
CannotPlaceRaidOnSelf()
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)
FailedToSendTrappedETH()
InsufficientETHSent()
InsufficientTokenBalanceForLiquidity()
LiquidityAlreadyLoaded()
MustSendETHToAddLiquidity()
NewRaidMustBeGreaterThanCurrentRaidByAtLeast10Percent()
NoTrappedETHToClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
RaidCannotBeClaimedYet()
RaidHasAlreadyBeenSuccessful()
RaidMustBeGreaterThanMinimumRaidAmount()
RaidMustBeGreaterThanWalletMinimumRaidAmount()
ReentrancyGuardReentrantCall()
TheWalletMustBeATokenHolder()
ThereIsNoRaidOnThisWallet()
ThereIsNoRaidOnYourWallet()
ThisWalletIsExcludedFromRaids()
ThisWalletIsOnCooldown()
TooManyTokensPurchased()
TransferNotAllowedReceivingWalletIsUnderRaid()
TransferNotAllowedSendingWalletIsUnderRaid()
YouMustMatchTheRaidBid()