GiverOfHope
Verified contract
Active on
Ethereum with 11,168 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1ead…170b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOPE | ERC-20 | 124.488534M | -- | -- | |
$HOPE | ERC-20 | 30M | -- | -- | |
$ROPE | ERC-20 | 8.748108K | -- | -- | |
SLP | ERC-20 | 5.19202K | -- | -- | |
SLP | ERC-20 | 104.418168 | -- | -- | |
UNI-V2 | ERC-20 | 39.125995 | -- | -- | |
UNI-V2 | ERC-20 | 0.109473 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142751 | 17 days ago | | | 0 | 0.0017098712 | |
| 21013831 | a month ago | | | 0 | 0.00098609743 | |
| 20827583 | 2 months ago | | | 0 | 0.0041406621 | |
| 20533532 | 3 months ago | | | 0 | 0.00032156007 | |
| 19631665 | 7 months ago | | | 0 | 0.0022045577 | |
| 19629711 | 7 months ago | | | 0 | 0.0019046207 | |
| 19629710 | 7 months ago | | | 0 | 0.0017870209 | |
| 18907541 | a year ago | | | 0 | 0.0015306178 | |
| 18867460 | a year ago | | | 0 | 0.0016043866 | |
| 18299640 | a year ago | | | 0 | 0.00087310492 |
ABI
ABI objects
Getter at block 21263618
Hope() view returns (address)
0x1eadc903341cfdb3406a04506239f52d076b170b
isOwner() view returns (bool)
false
owner() view returns (address)
0x7fcb8aaea5f30620aa69d1978f1dc814cf0502ad
poolLength() view returns (uint256)
6
treasuryAddr() view returns (address)
0x7fcb8aaea5f30620aa69d1978f1dc814cf0502ad
Read-only
pendingHope(uint256 _pid, address _user) view returns (uint256)
pendingHopeOfPool(uint256 _pid) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 hopesPerDay, uint256 maxStake, uint256 lastUpdateTime, uint256 accHopePerShare)
tokenPID(address) view returns (uint256)
totalPendingHope(address _user) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(address _token, uint256 _hopesPerDay, uint256 _maxStake)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
renounceOwnership()
rugPull(uint256[] _pids)
rugPullAll()
setHopesPerDay(uint256 pid, uint256 amount)
setMaxStake(uint256 pid, uint256 amount)
transferOwnership(address newOwner)
treasury(address _treasuryAddr)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _hopeAddress, address _treasuryAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.