SatellitePool
Verified contract
Active on
Ethereum with 670 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3c9d…c1a9
0x43b4…d4cb
Balances ($1,319.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.257236K | $0.999683 |
$1,256.84 | |
BOR | ERC-20 | 27.859143 | $2.25 |
$62.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18636572 | a year ago | | | 0 | 0.0033366002 | |
| 18630964 | a year ago | | | 0 | 0.0051547724 | |
| 15624321 | 2 years ago | | | 0 | 0.0012191385 | |
| 15285118 | 2 years ago | | | 0 | 0.0021720499 | |
| 14972526 | 3 years ago | | | 0 | 0.0065754992 | |
| 14962231 | 3 years ago | | | 0 | 0.0048547126 | |
| 14560679 | 3 years ago | | | 0 | 0.0020573461 | |
| 14560679 | 3 years ago | | | 0 | 0.0037741802 | |
| 14560679 | 3 years ago | | | 0 | 0.0031367748 | |
| 14152466 | 3 years ago | | | 0 | 0.0024740296 |
ABI
ABI objects
Getter at block 21414540
diffDecimal() view returns (uint256)
12
getRewardForDuration() view returns (uint256)
1999999999999987200
lastTimeRewardApplicable() view returns (uint256)
1624557632
lastUpdateTime() view returns (uint256)
1624557632
liquidation() view returns (address)
0x1e71f41dda7db34d0423d26cd202a7a8f0c796e5
lockDuration() view returns (uint256)
7776000
lockPercent() view returns (uint256)
50
oracle() view returns (address)
0x43b41e120ff06622d122d5b54fa378ade1e7d4cb
owner() view returns (address)
0x67ee188ee1319cdac271553e7b8faaed2fbc52cc
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1624557632
rewardPerToken() view returns (uint256)
47458452273616015123529948922
rewardPerTokenStored() view returns (uint256)
47458452273616015123529948922
rewardRate() view returns (uint256)
11574074074074
rewardsDistribution() view returns (address)
0x7b9a695421ffb5d0eaf1a634d85524e07d4662ee
rewardsDuration() view returns (uint256)
172800
rewardsToken() view returns (address)
0x3c9d6c1c73b31c837832c72e04d3152f051fc1a9
stakingToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
stakingTokenSymbol() view returns (bytes32)
0x5553445400000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
1257235603
tvl() view returns (uint256)
1256876033617542000000
unlockPercent() view returns (uint256)
50
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256, uint256)
lockRewards(address) view returns (uint256)
unlockRewards(address) view returns (uint256)
userLockTime(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
liquidate(address account)
notifyRewardAmount(uint256 reward, uint256 duration)
pause()
setLiquidation(address liqui)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
Paused(address account)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(address _liquidation, address _rewardsDistribution, address _rewardsToken, address _stakingToken, address _oracle, bytes32 _sts, uint256 _lockDuration, uint256 _unlockPercent, uint256 _lockPercent, address _owner, uint256 _diffDecimal)
This contract contains no fallback and receive objects.
This contract contains no error objects.