yNFTETHPool
Verified contract
Active on
Ethereum with 2,343 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1aa6…c469
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAFE | ERC-20 | 4.932087K | -- | -- | |
COW | ERC-20 | 1.027 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- | |
yNFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16279267 | 2 years ago | | | 0 | 0.039187983 | |
| 12545725 | 3 years ago | | | 0 | 0.0021228900 | |
| 11823004 | 4 years ago | | | 0 | 0.14829750 | |
| 11816511 | 4 years ago | | | 0 | 0.030199785 | |
| 11810502 | 4 years ago | | | 0 | 0.069812263 | |
| 11807693 | 4 years ago | | | 0 | 0.031598615 | |
| 11807646 | 4 years ago | | | 0 | 0.16400349 | |
| 11807400 | 4 years ago | | | 0 | 0.094245415 | |
| 11805799 | 4 years ago | | | 0 | 0.25087680 | |
| 11708401 | 4 years ago | | | 0 | 0.020953003 |
ABI
ABI objects
Getter at block 21199305
DURATION() view returns (uint256)
604800
initreward() view returns (uint256)
152587890625000000
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1672787315
lastUpdateTime() view returns (uint256)
1623116643
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1672787315
rewardPerToken() view returns (uint256)
77199689042987856442091638135310929
rewardPerTokenStored() view returns (uint256)
77055559263978693453144348407085689
rewardRate() view returns (uint256)
252294792700
safe() view returns (address)
0x1aa61c196e76805fcbe394ea00e4ffced24fc469
starttime() view returns (uint256)
1599944400
totalCover() view returns (uint256)
88109
totalStaked() view returns (uint256)
157
totalSupply() view returns (uint256)
86947
yinsure() view returns (address)
0x181aea6936b407514ebfc0754a37704eb8d98f91
Read-only
balanceOf(address account) view returns (uint256)
calculateCoverValue(uint256 coverAmount, uint256 generationTime, uint256 expirationTimestamp) view returns (uint256)
earned(address account) view returns (uint256)
getToken(uint256 tokenId) view returns (uint256 expirationTimestamp, bytes4 coverCurrency, uint256 coverAmount, uint256 coverPrice, uint256 coverPriceNXM, uint256 expireTime, uint256 generationTime, uint256 coverId, bool claimInProgress, uint256 claimId)
idsStaked(address account) view returns (uint256[])
numStaked(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 tokenId)
stakeMultiple(uint256[] tokenIds)
transferOwnership(address newOwner)
withdraw(uint256 tokenId)
withdrawAll()
withdrawMultiple(uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 tokenId)
Withdrawn(address indexed user, uint256 tokenId)
WithdrawnAll(address indexed user)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.