Staked Yieldification
Verified contract
Active on
Ethereum with 9,644 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x25fd…a57d
0x2709…ce5f
5 additional
variables
Balances ($77,617.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YDF | ERC-20 | 122.832455M | $0.000632 |
$77,617.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269891 | 2 days ago | | | 0 | 0.0021645464 | |
| 21269886 | 2 days ago | | | 0 | 0.0026342142 | |
| 21269881 | 2 days ago | | | 0 | 0.0015467687 | |
| 21269879 | 2 days ago | | | 0 | 0.0015431734 | |
| 21268269 | 2 days ago | | | 0 | 0.0015060588 | |
| 21262148 | 3 days ago | | | 0 | 0.0022371868 | |
| 21229123 | 8 days ago | | | 0 | 0.0022018753 | |
| 21229120 | 8 days ago | | | 0 | 0.0022316027 | |
| 21229115 | 8 days ago | | | 0 | 0.0023123996 | |
| 21194691 | 12 days ago | | | 0 | 0.0071132935 |
ABI
ABI objects
Getter at block 21283581
contractURI() view returns (string)
https://api.yieldification.com/sydf/eth/metadata/contract.json
getAllLockOptions() view returns (struct YDFStakeAprLock[])
[(400, 0), (800, 1209600), (1200, 10368000), (2000, 20736000), (3500, 31104000)]
getLastMintedTokenId() view returns (uint256)
2927
name() view returns (string)
Staked Yieldification
owner() view returns (address)
0x47af673dc2d8e652957f24669b6427fc00d5173a
paymentAddress() view returns (address)
0xced088f8e01dc2f104247ed46f60fc80ba22bf94
royaltyAddress() view returns (address)
0x47af673dc2d8e652957f24669b6427fc00d5173a
symbol() view returns (string)
sYDF
totalSupply() view returns (uint256)
1077
Read-only
allUserOwned(address, uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAllUserOwned(address _user) view returns (uint256[])
getApproved(uint256 tokenId) view returns (address)
getTotalEarnedAmount(uint256 _tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlacklisted(uint256) view returns (bool)
isTokenMinted(uint256 _tokenId) view returns (bool)
lastClaim(uint256) view returns (uint256)
ownedIndex(uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
stakes(uint256) view returns (uint256 created, uint256 amountStaked, uint256 amountYDFBaseEarn, uint16 apr, uint256 lockTime)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenLastTransferred(uint256) view returns (uint256)
tokenMintedAt(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
yieldClaimed(uint256) view returns (uint256)
State-modifying
Events addAprLockOption(uint16 _apr, uint256 _lockTime)
approve(address to, uint256 tokenId)
claimAndVestRewards(uint256 _tokenId)
claimAndVestRewardsMulti(uint256[] _tokenIds)
removeAprLockOption(uint256 _index)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setIsBlacklisted(uint256 _tokenId, bool _isBlacklisted)
setPaymentAddress(address _address)
setRoyaltyAddress(address _address)
setRoyaltyBasisPoints(uint256 _points)
stake(uint256 _amount, uint256 _lockOptIndex)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstake(uint256 _tokenId)
unstakeMulti(uint256[] _tokenIds)
updateAprLockOption(uint256 _index, uint16 _apr, uint256 _lockTime)
AddAprLockOption(uint16 indexed apr, uint256 lockTime)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveAprLockOption(uint256 indexed index, uint16 indexed apr, uint256 lockTime)
SetAnnualApr(uint256 indexed newApr)
SetBaseTokenURI(string indexed newUri)
SetPaymentAddress(address indexed user)
SetRoyaltyAddress(address indexed user)
SetRoyaltyBasisPoints(uint256 indexed _royaltyBasisPoints)
SetTokenBlacklist(uint256 indexed tokenId, bool isBlacklisted)
StakeTokens(address indexed user, uint256 indexed tokenId, uint256 amountStaked, uint256 lockOptionIndex)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UnstakeTokens(address indexed user, uint256 indexed tokenId)
UpdateAprLockOption(uint256 indexed index, uint16 indexed oldApr, uint256 oldLockTime, uint16 newApr, uint256 newLockTime)
constructor(address _ydf, address _vester, address _rewards, string _baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.