StakingPlatform
Verified contract
Active on
Ethereum with 1,366 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($207,845.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$PAAL | ERC-20 | 1.287525M | $0.161429 |
$207,843.89 | |
EYE | ERC-20 | 1K | $0.001971 |
$1.97 | |
UPLOAD | ERC-20 | 7 | $0.000066 |
$0 | |
SHIDO | ERC-20 | 240 | -- | -- | |
CX | ERC-20 | 100 | -- | -- | |
CX | ERC-20 | 100 | -- | -- | |
ETX | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20814635 | 2 months ago | | | 0 | 0.0033204446 | |
| 20659864 | 3 months ago | | | 0 | 0.00011627833 | |
| 19553633 | 8 months ago | | | 0 | 0.0018597556 | |
| 19484870 | 8 months ago | | | 0 | 0.0035898585 | |
| 19315244 | 9 months ago | | | 0 | 0.0040577861 | |
| 18421880 | a year ago | | | 0 | 0.0028263500 | |
| 18407518 | a year ago | | | 0 | 0.0012887274 | |
| 18407516 | a year ago | | | 0 | 0.0015698830 | |
| 18371988 | a year ago | | | 0 | 0.00080600090 | |
| 18371975 | a year ago | | | 0 | 0.00099217886 |
ABI
ABI objects
Getter at block 21229336
endPeriod() view returns (uint256)
1692851819
fixedAPY() view returns (uint256)
6
lockupDuration() view returns (uint256)
2419200
lockupPeriod() view returns (uint256)
1692851819
owner() view returns (address)
0x281a0c39195ba5fe720d142274e25c23384a5f06
stakingDuration() view returns (uint256)
2419200
stakingMax() view returns (uint256)
1000000000000000000
startPeriod() view returns (uint256)
1690432619
token() view returns (address)
0x14fee680690900ba0cccfc76ad70fd1b95d10e16
totalDeposited() view returns (uint256)
1337999694727342
Read-only
_userStartTime(address) view returns (uint256)
amountStaked(address stakeHolder) view returns (uint256)
rewardOf(address stakeHolder) view returns (uint256)
staked(address) view returns (uint256)
State-modifying
Events claimRewards()
deposit(uint256 amount)
renounceOwnership()
setAPY(uint8 _newAPY)
startStaking()
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
withdrawResidualBalance()
Claim(address indexed stakeHolder, uint256 amount)
Deposit(address indexed owner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartStaking(uint256 startPeriod, uint256 lockupPeriod, uint256 endingPeriod)
Withdraw(address indexed owner, uint256 amount)
constructor(address _token, uint256 _fixedAPY, uint256 _durationInDays, uint256 _lockDurationInDays, uint256 _maxAmountStaked)
This contract contains no fallback and receive objects.
This contract contains no error objects.