UnifiStaking
Verified contract
Active on
Ethereum with 2,582 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($738,071.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNFI | ERC-20 | 898.986738K | $0.821004 |
$738,071.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200317 | a day ago | | | 0 | 0.0018731630 | |
| 21195683 | 2 days ago | | | 0 | 0.0035944493 | |
| 21195678 | 2 days ago | | | 0 | 0.0025699862 | |
| 21192418 | 2 days ago | | | 0 | 0.0026577607 | |
| 21192408 | 2 days ago | | | 0 | 0.0013022039 | |
| 21191431 | 2 days ago | | | 0 | 0.0020536998 | |
| 21191426 | 2 days ago | | | 0 | 0.0014295700 | |
| 21171894 | 5 days ago | | | 0 | 0.0038771053 | |
| 21171883 | 5 days ago | | | 0 | 0.0019666621 | |
| 21171546 | 5 days ago | | | 0 | 0.0023070290 |
ABI
ABI objects
Getter at block 21207313
duration() view returns (uint256)
189216000
finishAt() view returns (uint256)
1900142339
lastTimeRewardApplicable() view returns (uint256)
1731845135
owner() view returns (address)
0x59026f4168fb26a0bfc8c5155c9b59d0df2fd001
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
remainingRewards() view returns (uint256)
797599760370368888882599
rewardPerToken() view returns (uint256)
10529256706665971708
rewardPerTokenStored() view returns (uint256)
10525245786296448510
rewardRate() view returns (uint256)
4822530864197530
token() view returns (address)
0x441761326490cacf7af299725b6292597ee822c2
totalStaked() view returns (uint256)
101386977333816783850416
updatedAt() view returns (uint256)
1731760811
wrappedToken() view returns (address)
0x6b5e07063b3cd19bef0d9e9f66d22db5d517f52a
Read-only
amountUserStaked(address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
earned(address _account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events acceptOwnership()
getReward()
pause()
renounceOwnership()
setRewardAmount(uint256 _rewardRate)
setRewardsDuration(uint256 _duration)
stake(uint256 _amount)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _amount)
withdrawFunds()
withdrawFundsERC20(address tokenAddress)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(address baseToken, address wrapped)
This contract contains no fallback and receive objects.
This contract contains no error objects.