PropGenesisRewardPool
Verified contract
Active on
Base with 162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6137…e930
Balances ($0.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000213 | $3,356.29 |
$0.72 | |
axlUSDC | ERC-20 | 0.000042 | $0.999378 |
$0 | |
PROP | ERC-20 | 1.157494K | -- | -- | |
RCKT-V2 | ERC-20 | 0.816982 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15585286 | 6 months ago | | | 0 | 1.4800600e-7 | |
| 15356307 | 6 months ago | | | 0 | 0.000000107802000000 | |
| 15356304 | 6 months ago | | | 0 | 2.5323400e-7 | |
| 3081399 | a year ago | | | 0 | 0.000014301109 | |
| 2648609 | a year ago | | | 0 | 0.000000000043604136 | |
| 2648503 | a year ago | | | 0 | 0.000000000053534340 | |
| 2636717 | a year ago | | | 0 | 0.000000000007045452 | |
| 2616522 | a year ago | | | 0 | 0.00014338951 | |
| 2273820 | a year ago | | | 0 | 0.000013949700 | |
| 2273814 | a year ago | | | 0 | 0.000014342550 |
ABI
ABI objects
Getter at block 22944124
TOTAL_REWARDS() view returns (uint256)
19999000000000000000000
depositFee() view returns (uint256)
200
feeAddress() view returns (address)
0x195070cb11492578aafe0190987d9b6f1229a21f
operator() view returns (address)
0x195070cb11492578aafe0190987d9b6f1229a21f
poolEndTime() view returns (uint256)
1691331323
poolStartTime() view returns (uint256)
1691158523
prop() view returns (address)
0x613721929f1053420c695fd806bc2c041cdbe930
propPerSecond() view returns (uint256)
115734900000000000
runningTime() view returns (uint256)
172800
shiba() view returns (address)
0x0000000000000000000000000000000000000000
totalAllocPoint() view returns (uint256)
18000
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingPROP(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accPropPerShare, 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)
setDaoFee(address _address, uint256 _fee)
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 _prop, uint256 _poolStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.