StakeWake
Verified contract
Active on
Ethereum with 264 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 |
---|---|---|---|---|---|
WAKE | ERC-20 | 45.96677M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15872650 | 2 years ago | | | 0 | 0.00092818915 | |
| 15814035 | 2 years ago | | | 0 | 0.00096220000 | |
| 15685552 | 2 years ago | | | 0 | 0.0010219440 | |
| 15549401 | 2 years ago | | | 0 | 0.00030107812 | |
| 15549396 | 2 years ago | | | 0 | 0.00034272748 | |
| 15541631 | 2 years ago | | | 0 | 0.00082596800 | |
| 15539435 | 2 years ago | | | 0 | 0.00071208000 | |
| 15538232 | 2 years ago | | | 0 | 0.0012374137 | |
| 15538217 | 2 years ago | | | 0 | 0.00090841988 | |
| 15530483 | 2 years ago | | | 0 | 0.00084377074 |
ABI
ABI objects
Getter at block 21158864
active() view returns (bool)
true
minimumStakeValue() view returns (uint256)
66000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
perMinuteROI() view returns (uint256)
5
registrationTax() view returns (uint256)
666000000000000000000
rewardPool() view returns (uint256)
2739236488476000000000000
stakingTaxRate() view returns (uint256)
0
totalStaked() view returns (uint256)
43227533320000000000000000
unstakingTaxRate() view returns (uint256)
72
wake() view returns (address)
0x1d67090d3854c6b9c6272888b559c2b59df102a5
Read-only
calculateEarnings(address _stakeholder) view returns (uint256)
referralCount(address) view returns (uint256)
referralRewards(address) view returns (uint256)
registered(address) view returns (bool)
stakeRewards(address) view returns (uint256)
stakes(address) view returns (uint256)
State-modifying
Events changeActiveStatus()
filter(uint256 _amount) returns (bool success)
registerAndStake(uint256 _amount, address _referrer)
renounceOwnership()
setMinimumStakeValue(uint256 _minimumStakeValue)
setPerMinuteROI(uint256 _perMinuteROI)
setRegistrationTax(uint256 _registrationTax)
setStakingTaxRate(uint256 _stakingTaxRate)
setUnstakingTaxRate(uint256 _unstakingTaxRate)
setWake(address _newWake)
stake(uint256 _amount)
transferOwnership(address _newOwner)
unstake(uint256 _amount)
withdrawEarnings() returns (bool success)
OnRegisterAndStake(address stakeholder, uint256 amount, uint256 totalTax, address _referrer)
OnStake(address sender, uint256 amount, uint256 tax)
OnUnstake(address sender, uint256 amount, uint256 tax)
OnWithdrawal(address sender, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
constructor(address _token, uint256 _stakingTaxRate, uint256 _unstakingTaxRate, uint256 _perMinuteROI, uint256 _registrationTax, uint256 _minimumStakeValue)
This contract contains no fallback and receive objects.
This contract contains no error objects.