Hope Protocol
Verified contract
Active on
Ethereum with 210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PHAROAH | ERC-20 | 123.456789M | -- | -- | |
SHUMO | ERC-20 | 66.894296M | -- | -- | |
$HOPE | ERC-20 | 133.773565K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15527581 | 2 years ago | | | 0 | 0.00077290297 | |
| 15293444 | 2 years ago | | | 0 | 0.0010646667 | |
| 15009594 | 2 years ago | | | 0 | 0.0024619655 | |
| 15009567 | 2 years ago | | | 0 | 0.0013376972 | |
| 14974337 | 2 years ago | | | 0 | 0.0030559727 | |
| 14972863 | 2 years ago | | | 0 | 0.0016070964 | |
| 14969954 | 2 years ago | | | 0 | 0.0024017220 | |
| 14969740 | 2 years ago | | | 0 | 0.0016787613 | |
| 14969721 | 2 years ago | | | 0 | 0.0025548820 | |
| 14969709 | 2 years ago | | | 0 | 0.0029690258 |
ABI
ABI objects
Getter at block 21400912
_exchangeRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
antiSniperMode() view returns (bool)
false
buyFee() view returns (uint256 liquidityFee, uint256 treasuryFee, uint256 ventureCapitalFee, uint256 total)
(liquidityFee=0, treasuryFee=60, ventureCapitalFee=30, total=90)
decimals() pure returns (uint8)
18
getCirculatingSupply() view returns (uint256)
100000000000000000000000000
getOwner() view returns (address)
0x5018ac9c1ec6b2259510758b5e2f5a7e245a7c17
maxBuyPercentage() view returns (uint256)
10
maxSellPercentage() view returns (uint256)
10
maxWalletPercentage() view returns (uint256)
15
name() pure returns (string)
Hope Protocol
pair() view returns (address)
0xe621d756dcc5befe3c8c9e3af4f6b15021ef45ba
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee() view returns (uint256 liquidityFee, uint256 treasuryFee, uint256 ventureCapitalFee, uint256 total)
(liquidityFee=30, treasuryFee=60, ventureCapitalFee=30, total=120)
showSniperList() view returns (address[])
[0x2F7b74B4ddC7dfa5c887BD6D0BcDADd2715Fa95D]
showSniperListLength() view returns (uint256)
1
swapEnabled() view returns (bool)
true
symbol() pure returns (string)
$HOPE
totalSupply() view returns (uint256)
100000000000000000000000000
treasuryReceiver() view returns (address)
0xbc690598d58ccd9662f67b8e3e7f4bbbe28a876e
ventureCapitalReceiver() view returns (address)
0x5018ac9c1ec6b2259510758b5e2f5a7e245a7c17
Read-only
_automatedMarketMakers(address) view returns (bool)
_blacklisted(address) view returns (bool)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLiquidityBacking(uint256 accuracy) view returns (uint256)
isOverLiquified(uint256 target, uint256 accuracy) view returns (bool)
isOwner(address account) view returns (bool)
State-modifying
Events addNewMarketMaker(address newAMM)
approve(address spender, uint256 amount) returns (bool)
clearStuckBalance()
clearStuckToken(address _token)
controlAntiSniperMode(bool value)
ownerAirDropWallets(address[] airdropWallets, uint256[] amounts)
ownerSetInitialDistributionFinished()
ownerSetLimitlessAddress(address _addr, bool _status)
ownerSetLimits(uint256 _maxBuyPercentage, uint256 _maxSellPercentage, uint256 _maxWalletPercentage)
ownerSetReceivers(address _treasury, address _ventureCapital)
ownerSetSwapBackSettings(bool _enabled, uint256 _percentageBase1000)
ownerSetTargetLiquidity(uint256 target)
ownerUpdateBuyFees(uint256 _liquidityFee, uint256 _treasuryFee, uint256 _ventureCapitalFee)
ownerUpdateSellFees(uint256 _liquidityFee, uint256 _treasuryFee, uint256 _ventureCapitalFee)
ownerUpdateTransferFee(uint256 _transferFee)
renounceOwnership()
reverseSniper(address sniper)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.