ApeGenesisRewardPool
Verified contract
Active on
Ethereum with 2,961 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x917b…4650
Balances ($796.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
gOHM | ERC-20 | 0.088001 | $4,428.28 |
$389.69 | |
PIXL | ERC-20 | 6.800511K | $0.052358 |
$356.06 | |
WETH | ERC-20 | 0.014998 | $3,298.61 |
$49.47 | |
MILADY | ERC-20 | 0.000074 | $16,245.89 |
$1.2 | |
PREMIA | ERC-20 | 1.689853 | $0.143165 |
$0.24 | |
APE | ERC-20 | 0.000655 | $1.11 |
$0 | |
FRAX | ERC-20 | 0.000228 | $1.00 |
$0 | |
USDC | ERC-20 | 0.000182 | $1.001 |
$0 | |
DAI | ERC-20 | 0.000127 | $1.001 |
$0 | |
STG | ERC-20 | 0.00038 | $0.326477 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15350227 | 2 years ago | | | 0 | 0.0012235596 | |
| 15242234 | 2 years ago | | | 0 | 0.00059712174 | |
| 15163513 | 2 years ago | | | 0 | 0.0016440686 | |
| 15066616 | 2 years ago | | | 0 | 0.00095800793 | |
| 14830244 | 2 years ago | | | 0 | 0.0017227905 | |
| 14784191 | 2 years ago | | | 0 | 0.0018222212 | |
| 14715789 | 3 years ago | | | 0 | 0.0030537169 | |
| 14686585 | 3 years ago | | | 0 | 0.0016499804 | |
| 14686582 | 3 years ago | | | 0 | 0.0078190987 | |
| 14651762 | 3 years ago | | | 0 | 0.0030971931 |
ABI
ABI objects
Getter at block 21171305
TOTAL_REWARDS() view returns (uint256)
11000000000000000000000
ape() view returns (address)
0x917b78b76ca7fd68e9b6e4b1ebfcb13cc0fb4650
apePerSecond() view returns (uint256)
42438271600000000
devFund() view returns (address)
0xfe16fb55aca52422f769823728127025a389b6f9
operator() view returns (address)
0x0000000000000000000000000000000000000000
poolEndTime() view returns (uint256)
1648684800
poolStartTime() view returns (uint256)
1648425600
runningTime() view returns (uint256)
259200
totalAllocPoint() view returns (uint256)
27500
Read-only
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, address _devFund, uint256 _poolStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.