BASEGenesisRewardPool
Verified contract
Active on
Base with 1,371 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9adf…f7d9
Balances ($1,129.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.330072 | $3,297.69 |
$1,088.47 | |
BALD | ERC-20 | 1.775511K | $0.02293 |
$40.71 | |
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.2 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000744 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000757 |
$0 | |
SMUDCAT | ERC-20 | 100 | $0.000001 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
BALD | ERC-20 | 88.888K | -- | -- | |
BOB | ERC-20 | 45.668K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x2a696e68 | 17425190 | 4 months ago | | | 0 | 4.8278788e-7 | |
| 2117652 | a year ago | | | 0 | 0.00018013120 | |
| 2087636 | a year ago | | | 0 | 0.00012384020 | |
| 2084341 | a year ago | | | 0 | 0.00015277120 | |
| 2079716 | a year ago | | | 0 | 0.00014262301 | |
| 2079709 | a year ago | | | 0 | 0.00014569951 | |
| 2079394 | a year ago | | | 0 | 0.00012196950 | |
| 2079360 | a year ago | | | 0 | 0.00012000900 | |
| 2079349 | a year ago | | | 0 | 0.00014571751 | |
| 2075941 | a year ago | | | 0 | 0.00018431251 |
ABI
ABI objects
Getter at block 22759790
TOTAL_REWARDS() view returns (uint256)
25000000000000000000
operator() view returns (address)
0x97df582cabb7a525268255d6702c47150f2783d5
poolEndTime() view returns (uint256)
1690869600
poolStartTime() view returns (uint256)
1690783200
runningTime() view returns (uint256)
86400
tomb() view returns (address)
0x9adf0d2c4feeac572ac1e2ca6a0d453017b5f7d9
tombPerSecond() view returns (uint256)
289351850000000
totalAllocPoint() view returns (uint256)
8800
treasury() view returns (address)
0x97df582cabb7a525268255d6702c47150f2783d5
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingTOMB(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accTombPerShare, bool isStarted, uint256 depositFee)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, uint256 _lastRewardTime, uint256 depositFee)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
massUpdatePools()
set(uint256 _pid, uint256 _allocPoint, uint256 depositFee)
setOperator(address _operator)
setTreasury(address _treasury)
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 _tomb, uint256 _poolStartTime, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.