GenesisRewardPool
Verified contract
Active on
Base with 60 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfb3e…9dad
Balances ($102.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AERO | ERC-20 | 40.534576 | $2.14 |
$86.74 | |
WETH | ERC-20 | 0.0021 | $3,914.10 |
$8.22 | |
USDbC | ERC-20 | 5.452336 | $1.00 |
$5.45 | |
cbETH | ERC-20 | 0.000195 | $4,247.40 |
$0.83 | |
toby | ERC-20 | 11.111111M | $0.00 |
$0.52 | |
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.18 | |
CHIDO | ERC-20 | 20 | $0.007457 |
$0.15 | |
BOOMER | ERC-20 | 6.9 | $0.011292 |
$0.08 | |
WGC | ERC-20 | 200 | $0.000307 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0xf09f92a8 | 17427691 | 5 months ago | | | 0 | 7.3830881e-7 | |
| 3441648 | a year ago | | | 0 | 0.0000010777057 | |
| 3400372 | a year ago | | | 0 | 8.3395431e-7 | |
| 3399999 | a year ago | | | 0 | 9.8769975e-7 | |
| 3399727 | a year ago | | | 0 | 9.9287781e-7 | |
| 3397485 | a year ago | | | 0 | 0.0000018141399 | |
| 3397141 | a year ago | | | 0 | 9.5814920e-7 | |
| 3379143 | a year ago | | | 0 | 7.9084020e-7 | |
| 3379121 | a year ago | | | 0 | 0.0000010036019 | |
| 3378395 | a year ago | | | 0 | 8.9680273e-7 |
ABI
ABI objects
Getter at block 23641071
TOTAL_REWARDS() view returns (uint256)
40000000000000000000
based() view returns (address)
0xfb3e929bab9796d2bee7cd15ab7954533d899dad
basedPerSecond() view returns (uint256)
154320000000000
operator() view returns (address)
0x0b6945643526d3114b875a4bc3356026abc05e84
poolEndTime() view returns (uint256)
1693612420
poolStartTime() view returns (uint256)
1693353220
runningTime() view returns (uint256)
259200
totalAllocPoint() view returns (uint256)
50000
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingBased(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accBasedPerShare, 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 _based, uint256 _poolStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.