YSPACEStake
Verified contract
Active on
Ethereum with 23 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xddd0…acf6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YSF | ERC-20 | 547.68 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11217779 | 4 years ago | | | 0 | 0.00074649862 | |
| 10934713 | 4 years ago | | | 0 | 0.0065552760 | |
| 10934271 | 4 years ago | | | 0 | 0.0029031600 | |
| 10934271 | 4 years ago | | | 0 | 0.0045235200 | |
| 10934226 | 4 years ago | | | 0 | 0.0029031600 | |
| 10934226 | 4 years ago | | | 0 | 0.0045235200 | |
| 10930644 | 4 years ago | | | 0 | 0.0075516630 | |
| 10930069 | 4 years ago | | | 0 | 0.0026231850 | |
| 10927541 | 4 years ago | | | 0 | 0.0054360600 | |
| 10927479 | 4 years ago | | | 0 | 0.0056555884 |
ABI
ABI objects
Getter at block 21178478
YSPACE() view returns (address)
0xddd05c42769c2d339d9c4364326f46545190acf6
maximum() view returns (uint256)
200000000000000000000
minimum() view returns (uint256)
20000000000000000000
owner() view returns (address)
0x9c6380dbdbe979d13d0c0ed0728a8982bb7a071d
pool() view returns (uint256)
3000000000000000000000
totalPaid() view returns (uint256)
25320000000000000000
totalStaked() view returns (uint256)
95000000000000000000
totalStakers() view returns (uint256)
3
withdrawable() view returns (uint256)
357680000000000000000
Read-only
ROI(address _stake) view returns (uint256)
createdDate(address _stake) view returns (uint256)
estimateRoi(uint256 _amount) view returns (uint256)
poolFilled(uint256 _amount) view returns (bool)
stakeExists(address _stake) view returns (bool)
stakedAmount(address _stake) view returns (uint256)
withdrawn(address _stake) view returns (uint256)
State-modifying
Events newStake(uint256 _amount)
ownerWithraw(uint256 _amount)
transferOwnership(address newOwner)
unstake()
withdrawReward()
NewStake(address indexed staker, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Unstake(address indexed staker, uint256 amount)
Withdrawal(address indexed staker, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.