AXL_Flexible_Staking
Verified contract
Active on
Ethereum with 617 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x25b2…c0e0
-
variable spans 2 additional slots
Balances ($13,269.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AXL | ERC-20 | 740.876405M | $0.000018 |
$13,269.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19240106 | 9 months ago | | | 0 | 0.0021406994 | |
| 19105894 | 10 months ago | | | 0 | 0.0015991371 | |
| 19105880 | 10 months ago | | | 0 | 0.0011816356 | |
| 19057639 | 10 months ago | | | 0 | 0.0014473363 | |
| 19057635 | 10 months ago | | | 0 | 0.0013835524 | |
| 19057626 | 10 months ago | | | 0 | 0.0013667448 | |
| 19057620 | 10 months ago | | | 0 | 0.0016521820 | |
| 19057616 | 10 months ago | | | 0 | 0.0016346505 | |
| 19019221 | 10 months ago | | | 0 | 0.0028030375 | |
| 18966666 | a year ago | | | 0 | 0.0013184971 |
ABI
ABI objects
Getter at block 21286313
endBlock() view returns (uint256)
0
liquidityMining() view returns (address stakingToken, uint256 lastRewardBlock, uint256 accRewardPerShare)
(stakingToken=0x25b24b3c47918b7962b3e49c4f468367f73cc0e0, lastRewardBlock=19240106, accRewardPerShare=6714015087376217039)
owner() view returns (address)
0xa4fdebc21f0d5b1549bebc1d3aa298da15571080
rewardPerBlock() view returns (uint256)
200000000000000000000
rewardToken() view returns (address)
0x25b24b3c47918b7962b3e49c4f468367f73cc0e0
totalStaked() view returns (uint256)
672680944851846556215760268
Read-only
pendingRewards(address _user) view returns (uint256)
userData(address) view returns (uint256 amount, uint256 rewardDebt, uint256 pendingRewards)
State-modifying
Events claim()
deposit(uint256 amount)
endMining(uint256 _endBlock)
extraTokensWithdraw()
lateWithdraw(uint256 amount)
renounceOwnership()
setPoolData(address _rewardToken, address _stakingToken)
startMining(uint256 startBlock)
transferOwnership(address newOwner)
updateRewardPerBlock(uint256 _rewardPerBlock)
updateRewardToken(address _newRewadToken)
withdraw(uint256 amount)
Claim(address indexed user, uint256 amount)
Deposit(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.