GraveGenesisRewardPool
Verified contract
Active on
Base with 175 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd51a…f271
Balances ($0.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDbC | ERC-20 | 0.09 | $0.997939 |
$0.09 | |
WETH | ERC-20 | 0.000001 | $2,420.64 |
$0 | |
DAI | ERC-20 | 0.000003 | $0.997407 |
$0 | |
| ERC-20 | 30 | -- | -- | |
GRAVE | ERC-20 | 0.000005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6056183 | a year ago | | | 0 | 0.000010829579 | |
| 6011110 | a year ago | | | 0 | 0.0000095258073 | |
| 6005736 | a year ago | | | 0 | 0.000000011278476942 | |
| 5994570 | a year ago | | | 0 | 0.000000096644613247 | |
| 5993020 | a year ago | | | 0 | 0.000000000047112066 | |
| 5993014 | a year ago | | | 0 | 0.000000000046398180 | |
| 5993010 | a year ago | | | 0 | 0.000000000048397160 | |
| 5992184 | a year ago | | | 0 | 0.000000009277177032 | |
| 5992179 | a year ago | | | 0 | 0.000000010526733396 | |
| 5992169 | a year ago | | | 0 | 1.8733157e-7 |
ABI
ABI objects
Getter at block 21976882
Grave() view returns (address)
0xd51a6e76e78f1097d40d267b7aa7892971b2f271
GravePerSecond() view returns (uint256)
115740740000000
TOTAL_REWARDS() view returns (uint256)
20000000000000000000
operator() view returns (address)
0x000000000000000000000000000000000000dead
poolEndTime() view returns (uint256)
1698771600
poolStartTime() view returns (uint256)
1698598800
runningTime() view returns (uint256)
172800
taxWallet() view returns (address)
0xcc7d36bbafb4db0cc44130079b319a9db4e30979
totalAllocPoint() view returns (uint256)
10000
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
getTaxInfo(uint256 _pid) view returns (bool hasTax, uint256 taxRate)
pendingGrave(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accgravePerSkull, bool isStarted)
poolTaxInfo(uint256) view returns (uint256 taxRate, bool hasTax)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, uint256 _lastRewardTime, uint256 _taxRate, bool _hasTax)
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 grave, uint256 _poolStartTime, address _taxWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.