FloorStaking
Verified contract
Active on
Ethereum with 7,997 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sFLOOR | ERC-20 | 19.794664M | -- | -- | |
FLOOR | ERC-20 | 748.917808K | -- | -- | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19270818 | 9 months ago | | | 0 | 0.0032340800 | |
| 19196996 | 9 months ago | | | 0 | 0.0027422835 | |
| 19149234 | 9 months ago | | | 0 | 0.0017119739 | |
| 19147225 | 9 months ago | | | 0 | 0.0013568461 | |
| 19140845 | 9 months ago | | | 0 | 0.0017830921 | |
| 19133294 | 9 months ago | | | 0 | 0.0016168914 | |
| 19116235 | 9 months ago | | | 0 | 0.0018823174 | |
| 19112737 | 9 months ago | | | 0 | 0.0011441135 | |
| 19108372 | 9 months ago | | | 0 | 0.00068628181 | |
| 19094273 | 9 months ago | | | 0 | 0.0014525816 |
ABI
ABI objects
Getter at block 21163426 secondsToNextEpoch() view returns (uint256)
FLOOR() view returns (address)
0xf59257e961883636290411c11ec5ae622d19455e
authority() view returns (address)
0x618907e21898d0357f0a0bf0b112949b1530cbc1
distributor() view returns (address)
0x0000000000000000000000000000000000000000
epoch() view returns (uint256 length, uint256 number, uint256 end, uint256 distribute)
(length=28800, number=1805, end=1698148800, distribute=0)
gFLOOR() view returns (address)
0xb1cc59fc717b8d4783d41f952725177298b5619d
index() view returns (uint256)
3983414875
sFLOOR() view returns (address)
0x164afe96912099543bc2c48bb9358a095db8e784
supplyInWarmup() view returns (uint256)
0
warmupPeriod() view returns (uint256)
0
Read-only
warmupInfo(address) view returns (uint256 deposit, uint256 gons, uint256 expiry, bool lock)
State-modifying
Events claim(address _to, bool _rebasing) returns (uint256)
forfeit() returns (uint256)
rebase() returns (uint256)
setAuthority(address _newAuthority)
setDistributor(address _distributor)
setWarmupLength(uint256 _warmupPeriod)
stake(address _to, uint256 _amount, bool _rebasing, bool _claim) returns (uint256)
toggleLock()
unstake(address _to, uint256 _amount, bool _trigger, bool _rebasing) returns (uint256 amount_)
unwrap(address _to, uint256 _amount) returns (uint256 sBalance_)
wrap(address _to, uint256 _amount) returns (uint256 gBalance_)
AuthorityUpdated(address indexed authority)
DistributorSet(address distributor)
WarmupSet(uint256 warmup)
constructor(address _floor, address _sFLOOR, address _gFLOOR, uint256 _epochLength, uint256 _firstEpochNumber, uint256 _firstEpochTime, address _authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.