TrigRewardsVault
Verified contract
Active on
Ethereum with 175 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRIG | ERC-20 | 919.012811 | -- | -- | |
TDAO | ERC-20 | 12.842654 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13226310 | 3 years ago | | | 0 | 0.0079311015 | |
| 13224079 | 3 years ago | | | 0 | 0.0066341970 | |
| 13223912 | 3 years ago | | | 0 | 0.0041573305 | |
| 13223018 | 3 years ago | | | 0 | 0.0062261469 | |
| 13222591 | 3 years ago | | | 0 | 0.0052380018 | |
| 12771093 | 3 years ago | | | 0 | 0.00057329316 | |
| 12728084 | 3 years ago | | | 0 | 0.00098100014 | |
| 12626197 | 3 years ago | | | 0 | 0.00041482000 | |
| 12626195 | 3 years ago | | | 0 | 0.0012915400 | |
| 12515718 | 3 years ago | | | 0 | 0.0034399040 |
ABI
ABI objects
Getter at block 21227550
avgFeesPerBlockTotal() view returns (uint256 avgPerBlock)
1499168364258
avgFeesPerSecondTotal() view returns (uint256 avgPerSecond)
118083709531
initialBlock() view returns (uint256)
11486625
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingRewards() view returns (uint256)
0
poolLength() view returns (uint256)
1
rewardToken() view returns (address)
0x8e84ee8b28ddbe2b1d5e204e674460835d298815
timeDeployed() view returns (uint256)
1608419860
totalAllocPoint() view returns (uint256)
1
totalCumulativeRewards() view returns (uint256)
14603286598615966305
Read-only
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 accRewardPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
update(uint256 amount)
withdraw(uint256 _pid, uint256 _amount)
ClaimedRewards(address indexed user, uint256 indexed pid, uint256 amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.