Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($321.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GYSR | ERC-20 | 12.609492K | $0.025505 |
$321.61 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20726824 | 2 months ago | | | 0 | 0.00067109276 | |
| 20484453 | 3 months ago | | | 0 | 0.0048556517 | |
| 20243356 | 4 months ago | | | 0 | 0.00047486734 | |
| 20172106 | 5 months ago | | | 0 | 0.00057135780 | |
| 19703433 | 7 months ago | | | 0 | 0.00022582674 | |
| 19703419 | 7 months ago | | | 0 | 0.00045401452 | |
| 19511291 | 8 months ago | | | 0 | 0.0035278835 | |
| 19487398 | 8 months ago | | | 0 | 0.0046149198 | |
| 19428392 | 8 months ago | | | 0 | 0.0037828706 | |
| 19428043 | 8 months ago | | | 0 | 0.023294231 |
ABI
ABI objects
Getter at block 21161958
DECIMALS() view returns (uint256)
18
controller() view returns (address)
0x566e851cf434ea47d4364252ae4e8436eb241a52
gysrBalance() view returns (uint256)
0
owner() view returns (address)
0x566e851cf434ea47d4364252ae4e8436eb241a52
rewardBalances() view returns (uint256[])
[0]
rewardModule() view returns (address)
0x2184740fab7752f79da19227be0f1e840cfcfef7
rewardTokens() view returns (address[])
[0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e]
stakingModule() view returns (address)
0xb52a2eae33cce1983e9badef2afe1ea0d9e94935
stakingTokens() view returns (address[])
[0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e]
stakingTotals() view returns (uint256[])
[193567000588430]
usage() view returns (uint256)
583064487652715520
Read-only
stakingBalances(address user) view returns (uint256[])
State-modifying
Events claim(uint256 amount, bytes stakingdata, bytes rewarddata)
clean()
stake(uint256 amount, bytes stakingdata, bytes rewarddata)
transferControl(address newController)
transferOwnership(address newOwner)
unstake(uint256 amount, bytes stakingdata, bytes rewarddata)
update()
withdraw(uint256 amount)
Claimed(address indexed user, address indexed token, uint256 amount, uint256 shares)
ControlTransferred(address indexed previousController, address indexed newController)
GysrSpent(address indexed user, uint256 amount)
GysrVested(address indexed user, uint256 amount)
GysrWithdrawn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsDistributed(address indexed user, address indexed token, uint256 amount, uint256 shares)
RewardsExpired(address indexed token, uint256 amount, uint256 shares, uint256 timestamp)
RewardsFunded(address indexed token, uint256 amount, uint256 shares, uint256 timestamp)
RewardsUnlocked(address indexed token, uint256 shares)
Staked(address indexed user, address indexed token, uint256 amount, uint256 shares)
Unstaked(address indexed user, address indexed token, uint256 amount, uint256 shares)
constructor(address staking_, address reward_, address gysr_, address factory_)
This contract contains no fallback and receive objects.
This contract contains no error objects.