EscoStaking
Verified contract
Active on
Ethereum with 315 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7163…95e6
Balances ($2.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUSD | ERC-20 | 2.147278 | $0.97654 |
$2.1 | |
ESCO | ERC-20 | 1.807559T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19936861 | 6 months ago | | | 0 | 0.00018341901 | |
| 19656026 | 8 months ago | | | 0 | 0.0024816936 | |
| 19656016 | 8 months ago | | | 0 | 0.0027257495 | |
| 19656013 | 8 months ago | | | 0 | 0.0027461296 | |
| 18516506 | a year ago | | | 0 | 0.0078146783 | |
| 18002581 | a year ago | | | 0 | 0.00024843495 | |
| 17768165 | a year ago | | | 0 | 0.00050818559 | |
| 17768145 | a year ago | | | 0 | 0.00051052459 | |
| 17768022 | a year ago | | | 0 | 0.00054351486 | |
| 17767924 | a year ago | | | 0 | 0.00051231763 |
ABI
ABI objects
Getter at block 21332332
LAUNCH_TIME() view returns (uint256)
1684576800
MAX_INVESTMENTS() view returns (uint256)
100
MIN_ESCO_STAKE() view returns (uint256)
1000000000000000000000
REWARD_PERIOD() view returns (uint256)
604800
TOTAL_PERCENTAGE() view returns (uint256)
1000000000000000000
currentInvestmentId() view returns (uint256)
111
currentLockedAmount() view returns (uint256)
16983060312200994162000000000000
currentPercentage() view returns (uint256)
73437372
escoContract() view returns (address)
0x7163436b8efffb469f6bb81cc908b1661d4795e6
getEscoBalance() view returns (uint256)
1807559439256097700000000000000
getRewardBalance() view returns (uint256)
2147277562144282368
moderatorAddress() view returns (address)
0x0ed945738f3d76a051ce4a452c5dd4f3bfc81c64
owner() view returns (address)
0xba99cd81cb3cb927c99110a30b8ff7b30b4cb32c
totalClaimedReward() view returns (uint256)
3997852722437855717632
totalInvestors() view returns (uint256)
67
totalStakedAmount() view returns (uint256)
121057624721905591872000000000000
usdtContract() view returns (address)
0x4fabb145d64652a948d72533023f6e7a623c7c53
Read-only
getReward(uint256 _investmentId) view returns (uint256 usdtReward)
getUserInvestments(address _investorAddress) view returns (uint256[] userInvestments)
investments(uint256) view returns (address investorAddress, uint256 totalInvestment, uint256 startDate, uint256 claimedDate, uint256 rewardAmount, uint256 rewardPercentage, bool isWithdrawn)
investors(address) view returns (address investorAddress, uint256 totalInvestment, uint256 currentLockedAmount, uint256 startDate, uint256 rewardAmount)
totalUserInvestments(address) view returns (uint256)
State-modifying
Events claimReward(uint256 _investmentId)
depositEsco(uint256 _amount)
depositReward(uint256 _amount)
depositUsdt(uint256 _amount)
renounceOwnership()
setEscoAddress(address _escoAddress)
setMinimumStakeAmount(uint256 _minimumStakeAmount)
setModeratorAddress(address _moderatorAddress)
setRewardPercentage(uint256 _rewardPercentage)
setUSDTAddress(address _usdtAddress)
stakeEsco(uint256 _amount)
transferOwnership(address newOwner)
unstakeAmount(uint256 _investmentId)
withdrawEsco(uint256 _escoAmount)
withdrawUsdt(uint256 _usdtAmount)
AmountStaked(address investorAddress, uint256 totalInvestment, uint256 investmentId, uint256 time)
AmountUnstaked(address investorAddress, uint256 totalInvestment, uint256 investmentId, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardClaimed(address investorAddress, uint256 totalInvestment, uint256 rewardAmount, uint256 investmentId, uint256 time)
constructor(address _usdtAddress, address _escoAddress, address _moderatorAddress, uint256 _launchTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.