ApeRewardPool
Verified contract
Active on
Ethereum with 1,794 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x917b…4650
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
vAPE | ERC-20 | 20.350354K | -- | -- | |
UNI-V2 | ERC-20 | 847.151736 | -- | -- | |
UNI-V2 | ERC-20 | 0.003571 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15983182 | 2 years ago | | | 0 | 0.0010577202 | |
| 15982841 | 2 years ago | | | 0 | 0.0016135346 | |
| 14652609 | 3 years ago | | | 0 | 0.0047891951 | |
| 14576223 | 3 years ago | | | 0 | 0.0020371407 | |
| 14576214 | 3 years ago | | | 0 | 0.0022858665 | |
| 14543783 | 3 years ago | | | 0 | 0.0035014980 | |
| 14532270 | 3 years ago | | | 0 | 0.0039914893 | |
| 14529789 | 3 years ago | | | 0 | 0.0058797536 | |
| 14523775 | 3 years ago | | | 0 | 0.0040682878 | |
| 14523773 | 3 years ago | | | 0 | 0.0044778733 |
ABI
ABI objects
Getter at block 21283767
ape() view returns (address)
0x917b78b76ca7fd68e9b6e4b1ebfcb13cc0fb4650
operator() view returns (address)
0x0000000000000000000000000000000000000000
poolStartTime() view returns (uint256)
1648684800
totalAllocPoint() view returns (uint256)
100
Read-only
epochApePerSecond(uint256) view returns (uint256)
epochEndTimes(uint256) view returns (uint256)
epochTotalRewards(uint256) view returns (uint256)
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingAPE(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accApePerShare, bool isStarted)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, uint256 _lastRewardTime)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
massUpdatePools()
set(uint256 _pid, uint256 _allocPoint)
setOperator(address _operator)
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)
RewardPaid(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _ape, uint256 _poolStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.