SaffronERC20StakingPool
Verified contract
Active on
Ethereum with 31 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($1.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRT | ERC-20 | 7.4716K | $0.000167 |
$1.25 | |
SFI | ERC-20 | 0 | $25.42 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15305462 | 2 years ago | | | 0 | 0.0018253751 | |
| 13088941 | 3 years ago | | | 0 | 0.014205866 | |
| 12989030 | 3 years ago | | | 0 | 0.0045431608 | |
| 12988725 | 3 years ago | | | 0 | 0.0048029227 | |
| 12985308 | 3 years ago | | | 0 | 0.0076656250 | |
| 12903388 | 3 years ago | | | 0 | 0.0036939350 | |
| 12899865 | 3 years ago | | | 0 | 0.0034935250 | |
| 12899833 | 3 years ago | | | 0 | 0.0040524890 | |
| 12898172 | 3 years ago | | | 0 | 0.0033537840 | |
| 12897252 | 3 years ago | | | 0 | 0.0022356640 |
ABI
ABI objects
Getter at block 21223470
SFI_address() view returns (address)
0xb753428af26e81097e7fd17f40c88aaa3e04902c
_shutdown() view returns (bool)
true
base_asset_address() view returns (address)
0x80e43f7dc09bcd2bf8723a74767d183b4f1c990f
epoch_cycle() view returns (uint256 start_date, uint256 duration)
(start_date=1604239200, duration=1209600)
get_base_asset_address() view returns (address)
0x80e43f7dc09bcd2bf8723a74767d183b4f1c990f
get_current_epoch() view returns (uint256)
105
get_epoch_cycle_params() view returns (uint256, uint256)
(1604239200, 1209600)
governance() view returns (address)
0x09e9ff67d9d5a25fa465db6f0bede5560581f8cb
pool_principal() view returns (uint256)
0
strategy() view returns (address)
0x444a9e60b28064b9ce94ccce074842082a36a4c4
Read-only
SFI_earned(uint256) view returns (uint256)
dsec_token_addresses(uint256) view returns (address)
epoch_principal(uint256) view returns (uint256)
epoch_wound_down(uint256) view returns (bool)
get_epoch_end(uint256 epoch) view returns (uint256)
get_seconds_until_epoch_end(uint256 epoch) view returns (uint256)
hourly_strategy(address) pure
principal_token_addresses(uint256) view returns (address)
saffron_LP_token_info(address) view returns (bool exists, uint256 epoch, uint8 token_type)
total_dsec(uint256) view returns (uint256)
State-modifying
Events add_liquidity(uint256 amount, uint8 tranche)
erc_sweep(address _token, address _to)
new_epoch(uint256 epoch, address saffron_LP_dsec_token_address, address saffron_LP_principal_token_address)
remove_liquidity(address dsec_token_address, uint256 dsec_amount, address principal_token_address, uint256 principal_amount)
set_base_asset_address(address to)
set_governance(address to)
set_strategy(address to)
shutdown()
wind_down_epoch(uint256 epoch, uint256 amount_sfi)
AddLiquidity(uint256 new_pool_principal, uint256 new_epoch_principal, uint256 new_total_dsec)
DsecGeneration(uint256 time_remaining, uint256 amount, uint256 dsec, address dsec_address, uint256 epoch, uint256 tranche, address user_address, address principal_token_addr)
ErcSwept(address who, address to, address token, uint256 amount)
RemoveLiquidityDsec(uint256 dsec_percent, uint256 SFI_owned)
RemoveLiquidityPrincipal(uint256 principal)
WindDownEpochState(uint256 previous_epoch, uint256 SFI_earned, uint256 epoch_dsec)
constructor(address _strategy, address _base_asset, address _SFI_address, bool epoch_cycle_reset)
This contract contains no fallback and receive objects.
This contract contains no error objects.