DrawStake
Verified contract
Active on
Ethereum with 2,360 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 |
---|---|---|---|---|---|
YFFS | ERC-20 | 657.1374 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11575939 | 4 years ago | | | 0 | 0.0046549930 | |
| 11405732 | 4 years ago | | | 0 | 0.00071086103 | |
| 11381018 | 4 years ago | | | 0 | 0.00057327500 | |
| 11360290 | 4 years ago | | | 0 | 0.0092261760 | |
| 11348628 | 4 years ago | | | 0 | 0.0022934812 | |
| 11347965 | 4 years ago | | | 0 | 0.00029810300 | |
| 11318383 | 4 years ago | | | 0 | 0.010333680 | |
| 11317295 | 4 years ago | | | 0 | 0.0010548260 | |
| 11317281 | 4 years ago | | | 0 | 0.0069202080 | |
| 11305565 | 4 years ago | | | 0 | 0.0026382980 |
ABI
ABI objects
Getter at block 21324997
YFFS() view returns (address)
0x90d702f071d2af33032943137ad0ab4280705817
owner() view returns (address)
0x489b689850999f751760a38d03693bd979c4a690
round() view returns (uint256)
1583
totalDividends() view returns (uint256)
40027038238
totalStakes() view returns (uint256)
575680000000000000000
Read-only
getPendingReward(address staker) view returns (uint256 _pendingReward)
payouts(uint256) view returns (uint256)
yourStakedYFFS(address staker) view returns (uint256 stakedYFFS)
yourYFFSBalance(address user) view returns (uint256 YFFSBalance)
State-modifying
Events drawToken(uint256 tokens)
getReward()
stake(uint256 tokens)
transferOwnership(address _newOwner)
withdraw(uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
PAYOUT(uint256 round, uint256 tokens, address sender)
gotReward(address staker, uint256 reward)
staked(address staker, uint256 tokens, uint256 stakingFee)
unStaked(address staker, uint256 tokens, uint256 unstakingFee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.