NftRewardPoolV2
Verified contract
Active on
Base with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5dc2…ca3f
0x3092…a514
Balances ($139.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RYIU | ERC-20 | 7.161234K | $0.019531 |
$139.87 | |
FOXY | ERC-721 | 1 | -- | -- | |
FOXY | ERC-721 | 1 | -- | -- | |
FOXY | ERC-721 | 1 | -- | -- | |
FOXY | ERC-721 | 1 | -- | -- | |
FOXY | ERC-721 | 1 | -- | -- | |
FOXY | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22842665 | 22 days ago | | | 0 | 0.0000013527112 | |
| 22831109 | 22 days ago | | | 0 | 0.00024790350 | |
| 22750067 | 24 days ago | | | 0 | 0.000018242385 | |
| 22724808 | 24 days ago | | | 0 | 3.7733297e-7 | |
| 22437552 | a month ago | | | 0 | 0.0000019042817 | |
| 22373552 | a month ago | | | 0 | 0.0000028905194 | |
| 22263498 | a month ago | | | 0 | 0.0000010967866 | |
| 22202051 | a month ago | | | 0 | 0.0000020867321 | |
| 22201926 | a month ago | | | 0 | 0.0000021894102 | |
| 21917719 | a month ago | | | 0 | 0.0000018985255 |
ABI
ABI objects
Getter at block 23783051
PRECISION_FACTOR() view returns (uint256)
1000000000000000000000
accTokenPerShare() view returns (uint256)
4416951504754028571428
bonusEndBlock() view returns (uint256)
22486572
hasUserLimit() view returns (bool)
false
lastRewardBlock() view returns (uint256)
22842665
owner() view returns (address)
0xa6b6491129d5ad8ca0bafab611b597ffbb42c5d6
poolFactory() view returns (address)
0x0000000000000000000000000000000000000000
poolLimitPerUser() view returns (uint256)
0
registrationFee() view returns (uint256)
0
registrationFeeAddress() view returns (address)
0x0000000000000000000000000000000000000000
rewardPerBlock() view returns (uint256)
19290123
rewardToken() view returns (address)
0x5dc2085fe510bbaaba2119d71b09c25098caca3f
stakedToken() view returns (address)
0x30928bf970b74fdcd06e5c9a2b31104327a8a514
startBlock() view returns (uint256)
21190572
tokensStaked() view returns (uint256)
6
vaultAddress() view returns (address)
0xbbd8ddbe5e0bd078df0aeb061a30e1325a8087b4
vaultConfiguration() view returns (bool requiresRegistration, uint256 startDepositBlock, uint256 endDepositBlock, uint256 maxTokensStaked, uint256 maxTokensPerUser, uint256 vestDuration)
(requiresRegistration=false, startDepositBlock=21190572, endDepositBlock=22486572, maxTokensStaked=0, maxTokensPerUser=0, vestDuration=0)
Read-only
getUserStakedTokens(address account, uint256 size, uint256 cursor) view returns (uint256[], uint256)
getUserStakedTokensCount(address account) view returns (uint256)
isRegistered(address account) view returns (bool)
pendingReward(address _user) view returns (uint256)
State-modifying
Events deposit(uint256[] tokenIds) payable
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw(uint256 tokenId)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
register() payable
renounceOwnership()
stopReward()
transferOwnership(address newOwner)
updatePoolLimitPerUser(bool _hasUserLimit, uint256 _poolLimitPerUser)
withdraw(uint256[] tokenIds)
AdminTokenRecovery(address tokenRecovered, uint256 tokenId)
Deposit(address indexed user, uint256[] tokenIds)
EmergencyWithdraw(address indexed user, uint256 tokenId)
NewPoolLimit(uint256 poolLimitPerUser)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Registered(address indexed account)
RewardsStop(uint256 blockNumber)
Withdraw(address indexed user, uint256[] tokenIds)
constructor(struct RewardPoolConfiguration config)
This contract contains no fallback and receive objects.
This contract contains no error objects.