Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($747.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDbC | ERC-20 | 749.08175 | $0.998438 |
$747.91 | |
WGC | ERC-20 | 200 | $0.000281 |
$0.06 | |
FLP | ERC-20 | 6.290501K | -- | -- | |
NUNU | ERC-20 | 1.563333K | -- | -- | |
BCRAB | ERC-20 | 100 | -- | -- | |
| ERC-20 | 60 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
LONG | ERC-20 | 4.206913 | -- | -- | |
OOMER | ERC-20 | 0.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2735532 | a year ago | | | 0 | 0.00027659000 | |
| 2521482 | a year ago | | | 0 | 0.000070144503 | |
| 2521474 | a year ago | | | 0 | 0.0000070144550 | |
| 2521406 | a year ago | | | 0 | 0.000043147503 | |
| 2521402 | a year ago | | | 0 | 0.0000046181010 | |
| 2521345 | a year ago | | | 0 | 0.00010936201 |
ABI
ABI objects
Getter at block 22922969
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
PRECISION() view returns (uint256)
1000000000000000000000000000000
cumulativeRewardPerToken() view returns (uint256)
143926695179024981
decimals() view returns (uint8)
18
distributor() view returns (address)
0x3f25f701c2d12a50cf585f9376bc11c5a94a0953
gov() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
inPrivateClaimingMode() view returns (bool)
false
inPrivateStakingMode() view returns (bool)
true
inPrivateTransferMode() view returns (bool)
true
isInitialized() view returns (bool)
true
name() view returns (string)
Fee FLP
rewardToken() view returns (address)
0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca
symbol() view returns (string)
fFLP
tokensPerInterval() view returns (uint256)
639
totalSupply() view returns (uint256)
6290501043217608146658
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
averageStakedAmounts(address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
claimable(address _account) view returns (uint256)
claimableReward(address) view returns (uint256)
cumulativeRewards(address) view returns (uint256)
depositBalances(address, address) view returns (uint256)
isDepositToken(address) view returns (bool)
isHandler(address) view returns (bool)
previousCumulatedRewardPerToken(address) view returns (uint256)
stakedAmounts(address) view returns (uint256)
totalDepositSupply(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
claim(address _receiver) returns (uint256)
claimForAccount(address _account, address _receiver) returns (uint256)
initialize(address[] _depositTokens, address _distributor)
setDepositToken(address _depositToken, bool _isDepositToken)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setInPrivateClaimingMode(bool _inPrivateClaimingMode)
setInPrivateStakingMode(bool _inPrivateStakingMode)
setInPrivateTransferMode(bool _inPrivateTransferMode)
stake(address _depositToken, uint256 _amount)
stakeForAccount(address _fundingAccount, address _account, address _depositToken, uint256 _amount)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
unstake(address _depositToken, uint256 _amount)
unstakeForAccount(address _account, address _depositToken, uint256 _amount, address _receiver)
updateRewards()
withdrawToken(address _token, address _account, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address receiver, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.