GldmGenesisRewardPool
Verified contract
Active on
Ethereum with 359 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8dbd…fee1
Balances ($10.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 8.93524 | $0.998937 |
$8.93 | |
WETH | ERC-20 | 0.000209 | $3,697.76 |
$0.77 | |
wstETH | ERC-20 | 0.000098 | $4,375.00 |
$0.43 | |
PAXG | ERC-20 | 0.000142 | $2,636.35 |
$0.37 | |
gOHM | ERC-20 | 0.000065 | $4,903.51 |
$0.32 | |
3Crv | ERC-20 | 0.000028 | $1.037 |
$0 | |
GLDM | ERC-20 | 8.995893 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14795648 | 3 years ago | | | 0 | 0.0027743124 | |
| 14700229 | 3 years ago | | | 0 | 0.0050450953 | |
| 14683870 | 3 years ago | | | 0 | 0.0026139901 | |
| 14681672 | 3 years ago | | | 0 | 0.0039538886 | |
| 14668087 | 3 years ago | | | 0 | 0.0049537150 | |
| 14656747 | 3 years ago | | | 0 | 0.0082890222 | |
| 14633393 | 3 years ago | | | 0 | 0.0036170459 | |
| 14633365 | 3 years ago | | | 0 | 0.0030261495 | |
| 14628153 | 3 years ago | | | 0 | 0.0024717539 | |
| 14627306 | 3 years ago | | | 0 | 0.0042009326 |
ABI
ABI objects
Getter at block 21325792
TOTAL_REWARDS() view returns (uint256)
2500000000000000000000
feeAddress1() view returns (address)
0x2bb70959883302601acb3c8fdc83c031d80be32b
feeAddress2() view returns (address)
0xaef7397ed6e120ba90cc363d9f19042e6295653a
gldm() view returns (address)
0x8dbd43048e60e3c9a602de7f5f1f1c8a9c6ffee1
gldmPerSecond() view returns (uint256)
7233800000000000
operator() view returns (address)
0xf372fdf10d31a01f028febe7894449402536ff99
poolEndTime() view returns (uint256)
1650470400
poolStartTime() view returns (uint256)
1650124800
runningTime() view returns (uint256)
345600
totalAllocPoint() view returns (uint256)
1000
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingGLDM(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accGldmPerShare, 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 _gldm, address _feeAddress1, address _feeAddress2, uint256 _poolStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.