JETFRAXPool
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x48da…3fea
Balances ($102.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRAX | ERC-20 | 102.601082 | $0.994718 |
$102.06 | |
JET | ERC-20 | 9.753512K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11719946 | 4 years ago | | | 0 | 0.012540447 | |
| 11719912 | 4 years ago | | | 0 | 0.0079500750 | |
| 11719750 | 4 years ago | | | 0 | 0.010209570 | |
| 11719529 | 4 years ago | | | 0 | 0.010460625 | |
| 11719459 | 4 years ago | | | 0 | 0.010209570 | |
| 11719333 | 4 years ago | | | 0 | 0.0091655200 | |
| 11719328 | 4 years ago | | | 0 | 0.0092890350 | |
| 11719274 | 4 years ago | | | 0 | 0.0062681100 | |
| 11719234 | 4 years ago | | | 0 | 0.0090933040 | |
| 11719234 | 4 years ago | | | 0 | 0.012540447 |
ABI
ABI objects
Getter at block 21338132
DURATION() view returns (uint256)
432000
cash() view returns (address)
0x48da62831dafa8b5a8807fb362bdda80b4dd3fea
lastTimeRewardApplicable() view returns (uint256)
1611932400
lastUpdateTime() view returns (uint256)
1611512772
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint256)
1611932400
rewardDistribution() view returns (address)
0xe7668211d5b4003fb3556a47905e0c1538999358
rewardPerToken() view returns (uint256)
95019310190774622275
rewardPerTokenStored() view returns (uint256)
345736012816465742
rewardRate() view returns (uint256)
23148148148148148
stakeHelper() view returns (address)
0xe7668211d5b4003fb3556a47905e0c1538999358
stakeToken() view returns (address)
0x853d955acef822db058eb8505911ed77f175b99e
starttime() view returns (uint256)
1611500400
totalStakers() view returns (uint256)
5
totalSupply() view returns (uint256)
102601081615999959040
Read-only
_stakers(uint256) view returns (address)
balanceOf(address account) view returns (uint256)
deposits(address) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
stake(uint256 amount, address staker)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address cash_, address stakeToken_, uint256 starttime_, address stakeHelper_)
This contract contains no fallback and receive objects.
This contract contains no error objects.