NFTRewardsVault
Verified contract
Active on
Ethereum with 47 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 |
---|---|---|---|---|---|
0x2da7…05a2 | ERC-1555 | 8 | -- | -- | |
0x2da7…05a2 | ERC-1555 | 7 | -- | -- | |
0x2da7…05a2 | ERC-1555 | 5 | -- | -- | |
0x2da7…05a2 | ERC-1555 | 2 | -- | -- | |
0x2da7…05a2 | ERC-1555 | 2 | -- | -- | |
0x2da7…05a2 | ERC-1555 | 1 | -- | -- | |
0x2da7…05a2 | ERC-1555 | 1 | -- | -- | |
0x2da7…05a2 | ERC-1555 | 1 | -- | -- | |
TDAO | ERC-20 | 0.493949 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13212622 | 3 years ago | | | 0 | 0.013744636 | |
| 12095081 | 4 years ago | | | 0 | 0.018118926 | |
| 11795268 | 4 years ago | | | 0 | 0.058410198 | |
| 11754350 | 4 years ago | | | 0 | 0.011888775 | |
| 11702902 | 4 years ago | | | 0 | 0.018745477 | |
| 11657054 | 4 years ago | | | 0 | 0.023581700 | |
| 11600033 | 4 years ago | | | 0 | 0.018723144 | |
| 11598035 | 4 years ago | | | 0 | 0.020524864 | |
| 11593681 | 4 years ago | | | 0 | 0.026384100 | |
| 11593641 | 4 years ago | | | 0 | 0.018498326 |
ABI
ABI objects
Getter at block 21227560
avgFeesPerBlockTotal() view returns (uint256 avgPerBlock)
57158043214
avgFeesPerSecondTotal() view returns (uint256 avgPerSecond)
4502120308
initialBlock() view returns (uint256)
11486566
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingRewards() view returns (uint256)
4
poolLength() view returns (uint256)
8
rewardToken() view returns (address)
0x8e84ee8b28ddbe2b1d5e204e674460835d298815
timeDeployed() view returns (uint256)
1608419151
totalAllocPoint() view returns (uint256)
1000
totalCumulativeRewards() view returns (uint256)
556776156004318009
Read-only
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 tokenId, uint256 allocPoint, uint256 accRewardPerShare)
supportsInterface(bytes4 interfaceId) view returns (bool)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, uint256 _tokenId, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
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.