MandoxStake
Verified contract
Active on
Ethereum with 1,054 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 |
---|---|---|---|---|---|
MANDOX | ERC-20 | 189.517424B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20495815 | 4 months ago | | | 0 | 0.000070213814 | |
| 20495815 | 4 months ago | | | 0 | 0.000020253439 | |
| 19352381 | 9 months ago | | | 0 | 0.015768782 | |
| 19093687 | a year ago | | | 0 | 0.0061546621 | |
| 18560544 | a year ago | | | 0 | 0.012376942 | |
| 18343600 | a year ago | | | 0 | 0.0036966013 | |
| 18319381 | a year ago | | | 0 | 0.0022446347 | |
| 18191567 | a year ago | | | 0 | 0.0049113734 | |
| 18188055 | a year ago | | | 0 | 0.00026772189 | |
| 18188045 | a year ago | | | 0 | 0.0042461012 |
ABI
ABI objects
Getter at block 21388347 rewardPool() view returns (uint256 claimable)
active() view returns (bool)
true
dailyROI() view returns (uint256)
0
lead() view returns (address)
0x33d203fa03bb30b133de0fe2d6533c268ba286b6
minimumStakeValue() view returns (uint256)
1000000000000000
owner() view returns (address)
0x958d4277f9c049108256e7f8b61765575b6d92a9
registrationTax() view returns (uint256)
0
stakingTaxRate() view returns (uint256)
0
totalStaked() view returns (uint256)
189476629219134706100
unstakingTaxRate() view returns (uint256)
0
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)
setDailyROI(uint256 _dailyROI)
setMinimumStakeValue(uint256 _minimumStakeValue)
setRegistrationTax(uint256 _registrationTax)
setStakingTaxRate(uint256 _stakingTaxRate)
setUnstakingTaxRate(uint256 _unstakingTaxRate)
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 _dailyROI, uint256 _registrationTax, uint256 _minimumStakeValue)
This contract contains no fallback and receive objects.
This contract contains no error objects.