ParrotRewards
Verified contract
Active on
Ethereum with 460 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,453.06)
Native
Value
$6,453.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.898412 | $3,399.19 |
$6,453.06 | |
PRT | ERC-20 | 253.939214M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17136921 | 2 years ago | | | 0 | 0.0041368058 | |
| 17061940 | 2 years ago | | | 0 | 0.0087986264 | |
| 16664586 | 2 years ago | | | 0 | 0.0028018428 | |
| 16600448 | 2 years ago | | | 0 | 0.0028343023 | |
| 16598564 | 2 years ago | | | 0 | 0.0027431442 | |
| 16566704 | 2 years ago | | | 0 | 0.0021432191 | |
| 16562166 | 2 years ago | | | 0 | 0.00096962619 | |
| 16548426 | 2 years ago | | | 0 | 0.0013527613 | |
| 16541117 | 2 years ago | | | 0 | 0.0024910970 | |
| 16541113 | 2 years ago | | | 0 | 0.0029340401 |
ABI
ABI objects
Getter at block 21439164
maxDayOfMonthCanLock() view returns (uint8)
17
minDayOfMonthCanLock() view returns (uint8)
15
owner() view returns (address)
0x6d8795c234ca495d8f04aa9e3dffd6225ed1191a
rewardsPerShare() view returns (uint256)
51759963125151964452597679548
shareholderToken() view returns (address)
0x7369d128a7e1a0dad37b7057bb37d700a58b3ff5
timeLock() view returns (uint256)
0
totalDistributed() view returns (uint256)
26523504572238528753
totalLockedUsers() view returns (uint256)
64
totalRewards() view returns (uint256)
28421916310000000000
totalSharesDeposited() view returns (uint256)
255101047225080480214338243
Read-only
getLockedShares(address user) view returns (uint256)
getUnpaid(address shareholder) view returns (uint256)
rewards(address) view returns (uint256 totalExcluded, uint256 totalRealised, uint256 lastClaim)
shares(address) view returns (uint256 amount, uint256 lockedTime)
State-modifying
Events claimReward()
depositRewards() payable
lock(uint256 _amount)
renounceOwnership()
setMaxDayOfMonthCanLock(uint8 _day)
setMinDayOfMonthCanLock(uint8 _day)
setTimeLock(uint256 numSec)
transferOwnership(address newOwner)
unlock(uint256 _amount)
withdrawStuckETH()
ClaimReward(address wallet)
DepositRewards(address indexed wallet, uint256 amountETH)
DistributeReward(address indexed wallet, address receiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _shareholderToken)
receive()
This contract contains no error objects.