Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,081.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XFIT | ERC-20 | 110K | $0.00983 |
$1,081.31 | |
UNI-V2 | ERC-20 | 0.102892 | -- | -- | |
UNI-V2 | ERC-20 | 0.082206 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18816587 | a year ago | | | 0 | 0.0019213076 | |
| 18744147 | a year ago | | | 0 | 0.0017074711 | |
| 18743942 | a year ago | | | 0 | 0.0016992227 | |
| 17914379 | a year ago | | | 0 | 0.0016979809 | |
| 16541344 | 2 years ago | | | 0 | 0.0022678310 | |
| 16068580 | 2 years ago | | | 0 | 0.00050756170 | |
| 16068580 | 2 years ago | | | 0 | 0.00050756170 | |
| 16068573 | 2 years ago | | | 0 | 0.00077340238 | |
| 16035025 | 2 years ago | | | 0 | 0.00086372588 | |
| 15514472 | 2 years ago | | | 0 | 0.00039728817 |
ABI
ABI objects
Getter at block 21389589
BONUS_MULTIPLIER() view returns (uint256)
2
REWARD_FACTOR() view returns (uint256)
10
XFIT() view returns (address)
0x4aa41bc1649c9c3177ed16caaa11482295fc7441
XFITPerBlock() view returns (uint256)
65000000000000000000
bonusEndBlock() view returns (uint256)
12245721
devaddr() view returns (address)
0xfc675877a7ab97a2ff02215b2b15ea7ba802054f
fundsSplitFactor() view returns (uint256)
500000000000000000
owner() view returns (address)
0xfc675877a7ab97a2ff02215b2b15ea7ba802054f
paused() view returns (bool)
false
poolLength() view returns (uint256)
2
startBlock() view returns (uint256)
12245721
totalAllocPoint() view returns (uint256)
1026882569320912940
totalLiquidity() view returns (uint256)
7863670115079811533000000
totalRaised() view returns (uint256)
4071511350683
xFitThreeshold() view returns (uint256)
30375000000000000000000000
Read-only
getEstimatedLPTokens(uint256 _amountIn, address _FromTokenContractAddress, address _pair) view returns (uint256 estimatedLps)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingXFIT(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, address inputToken, address xPoolOracle, uint256 allocPoint, uint256 lastRewardBlock, uint256 accXFITPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastDepositedBlock)
State-modifying
Events add(address _lpToken, address _inputToken, address _xPoolOracle, bool _withUpdate)
depositLP(uint256 _pid, uint256 _amount)
depositLPWithToken(uint256 _pid, uint256 _amount, uint256 _minPoolTokens)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdateAllocationPoints()
massUpdatePools()
pauseDistribution()
renounceOwnership()
resumeDistribution()
setFundsSplitFactor(uint256 _fundsSplitFactor)
setPriceOracle(uint256 _pid, address _xPoolOracle)
setXFITRewardPerBlock(uint256 _newReward)
setXFitThreeshold(uint256 _xFitThreeshold)
transferOwnership(address newOwner)
withdrawAdminFunding(uint256 _pid, uint256 _amount)
withdrawAdminXFIT(uint256 amount)
withdrawLP(uint256 _pid, uint256 _amount)
withdrawLPWithToken(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
INTERNAL_SWAP(address sender, uint256 tokensBought)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
POOL_LIQUIDITY(address sender, address pool, address tokenA, uint256 amountA, address tokenB, uint256 amountB)
Paused(address account)
REMOVE_LIQUIDITY(address sender, address pool, address tokenA, uint256 amountA, address tokenB, uint256 amountB)
SWAP_TOKENS(address sender, uint256 amount, address fromToken, address toToken)
Unpaused(address account)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _XFIT, address _devaddr, uint256 _XFITPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _xFitThreeshold, uint256 _fundsSplitFactor)
This contract contains no fallback and receive objects.
This contract contains no error objects.