GenesisRewardPool
Verified contract
Active on
Base with 1,397 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3399…18b0
Balances ($170.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.040369 | $3,353.40 |
$135.37 | |
USDbC | ERC-20 | 20.161156 | $0.992185 |
$20 | |
DAI | ERC-20 | 15.36 | $0.9918 |
$15.23 | |
WGC | ERC-20 | 200 | $0.000305 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
kurbi | ERC-20 | 0.1 | $0.000523 |
$0 | |
ELITE | ERC-20 | 20K | -- | -- | |
BASED | ERC-20 | 5.444K | -- | -- | |
ELITE | ERC-20 | 87.414312 | -- | -- | |
PEP | ERC-20 | 61.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4407107 | a year ago | | | 0 | 2.4503287e-7 | |
| 4192031 | a year ago | | | 0 | 0.0000010190415 | |
| 4158618 | a year ago | | | 0 | 0.00013818392 | |
| 4145302 | a year ago | | | 0 | 9.4052315e-7 | |
| 4145200 | a year ago | | | 0 | 0.0000015178274 | |
| 4127852 | a year ago | | | 0 | 0.0000078502668 | |
| 4127664 | a year ago | | | 0 | 0.000012067448 | |
| 4113985 | a year ago | | | 0 | 0.0000068443140 | |
| 4110959 | a year ago | | | 0 | 4.9397430e-7 | |
| 4110492 | a year ago | | | 0 | 0.0000023578427 |
ABI
ABI objects
Getter at block 22910310
TOTAL_REWARDS() view returns (uint256)
20000000000000000000000
feeAddress() view returns (address)
0xeaea0f34b378e0db91f37e682e3c127edd75a1a2
operator() view returns (address)
0xeaea0f34b378e0db91f37e682e3c127edd75a1a2
poolEndTime() view returns (uint256)
1694970000
poolStartTime() view returns (uint256)
1694797200
runningTime() view returns (uint256)
172800
token() view returns (address)
0x33994a876c342aa8bd25f70961810a7e103218b0
tokenPerSecond() view returns (uint256)
115740740700000000
totalAllocPoint() view returns (uint256)
7100
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pending(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint16 depositFeeBP, uint256 accTokenPerShare, bool isStarted)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, uint256 _lastRewardTime, uint16 _depositFeeBP)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
init(address _token, uint256 _poolStartTime)
massUpdatePools()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP)
setFeeAddress(address _feeAddress)
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)
Initialized(uint8 version)
RewardPaid(address indexed user, uint256 amount)
SetFeeAddress(address indexed user, address indexed newAddress)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.