SaffronStakingV2
Verified contract
Active on
Ethereum with 1,167 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6eff…2b7a
Balances ($38,890.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SFI | ERC-20 | 1.427713K | $27.24 |
$38,890.89 | |
UNI-V2 | ERC-20 | 374.835031 | -- | -- | |
UNI-V2 | ERC-20 | 365.072347 | -- | -- | |
UNI-V2 | ERC-20 | 3.475183 | -- | -- | |
SLP | ERC-20 | 2.257427 | -- | -- | |
UNI-V2 | ERC-20 | 0.000931 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21015797 | 23 days ago | | | 0 | 0.00085459028 | |
| 20921339 | a month ago | | | 0 | 0.00083257463 | |
| 19917090 | 6 months ago | | | 0 | 0.00070760568 | |
| 19910361 | 6 months ago | | | 0 | 0.00028497716 | |
| 19823656 | 6 months ago | | | 0 | 0.00043479056 | |
| 19636176 | 7 months ago | | | 0 | 0.00091946405 | |
| 19497687 | 8 months ago | | | 0 | 0.0017959940 | |
| 19451279 | 8 months ago | | | 0 | 0.0029716628 | |
| 19415551 | 8 months ago | | | 0 | 0.0069217228 | |
| 19359545 | 8 months ago | | | 0 | 0.0045481345 |
ABI
ABI objects
Getter at block 21178755
owner() view returns (address)
0xaa394e08c74e2b2f76ff000adeb25f20423cfe2a
poolLength() view returns (uint256)
6
rewardCutoff() view returns (uint256)
15400000
rewarder() view returns (address)
0x6eff7b3fa5060cd46adcc0ad84a239ec1ea82b7a
sfiPerBlock() view returns (uint256)
1240079365079365
totalAllocPoint() view returns (uint256)
9675
Read-only
lpTokenAdded(address) view returns (bool)
pendingSFI(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSFIPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
setRewardCutoff(uint256 _rewardCutoff)
setRewardPerBlock(uint256 _sfiPerBlock)
setRewardPerBlockAndRewardCutoff(uint256 _sfiPerBlock, uint256 _rewardCutoff)
setRewarder(address _rewarder)
transferOwnership(address newOwner)
updatePool(uint256 _pid) returns (struct SaffronStakingV2PoolInfo)
withdraw(uint256 _pid, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPerBlockSet(uint256 newSfiPerBlock)
TokensDeposited(address indexed user, uint256 indexed pid, uint256 amount, uint256 balance)
TokensEmergencyWithdrawn(address indexed user, uint256 indexed pid, uint256 amount, uint256 balance)
TokensWithdrawn(address indexed user, uint256 indexed pid, uint256 amount, uint256 balance)
constructor(address _rewarder, uint256 _sfiPerBlock, uint256 _rewardCutoff)
This contract contains no fallback and receive objects.
This contract contains no error objects.