HypeLoot
Verified contract
Proxy
Active on
Ethereum with 31 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
HPLT | ERC-20 | 4.411123M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20263207 | 5 months ago | | | 0 | 0.00050997835 | |
| 20263207 | 5 months ago | | | 0 | 0.00050997835 | |
| 20263202 | 5 months ago | | | 0 | 0.00032945144 | |
| 20263053 | 5 months ago | | | 0 | 0.00043350042 | |
| 20263051 | 5 months ago | | | 0 | 0.00051855237 | |
| 20263051 | 5 months ago | | | 0 | 0.00051855237 | |
| 20263049 | 5 months ago | | | 0 | 0.00053616998 | |
| 20263049 | 5 months ago | | | 0 | 0.00053616998 | |
| 20263049 | 5 months ago | | | 0 | 0.00053616998 | |
| 20263047 | 5 months ago | | | 0 | 0.00050976479 |
ABI
ABI objects
Getter at block 21294695
buyFee() view returns (uint256)
25
decimals() view returns (uint8)
18
hypeLootWallet() view returns (address)
0xd82cbf011ce58ce3396f68edff307ddbce6cd666
name() view returns (string)
HypeLoot
owner() view returns (address)
0x343c6e7854de41824490ec440a255c1aa496b637
sellFee() view returns (uint256)
45
symbol() view returns (string)
HPLT
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x75ea36b7f11dd3fa97e2239cc2ce306e8a384143
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address wallet) returns (bool)
withdrawETH() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressInsufficientBalance(address account)