ichiFarm
Verified contract
Active on
Ethereum with 12,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x903b…a881
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KCAL | ERC-20 | 1.082489M | -- | -- | |
ichiLP | ERC-20 | 0.119551 | -- | -- | |
SLP | ERC-20 | 0.077386 | -- | -- | |
ichiLP | ERC-20 | 0.000294 | -- | -- | |
ichiLP | ERC-20 | 0.000009 | -- | -- | |
SLP | ERC-20 | 0.000009 | -- | -- | |
SLP | ERC-20 | 0 | -- | -- | |
ichiLP | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
ichiLP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20760135 | 2 months ago | | | 0 | 0.00021725583 | |
| 20760119 | 2 months ago | | | 0 | 0.00030982933 | |
| 20760085 | 2 months ago | | | 0 | 0.00022280230 | |
| 13609730 | 3 years ago | | | 0 | 0.024954160 | |
| 13419205 | 3 years ago | | | 0 | 0.015322273 | |
| 13339805 | 3 years ago | | | 0 | 0.012612363 | |
| 13320360 | 3 years ago | | | 0 | 0.011799507 | |
| 13170137 | 3 years ago | | | 0 | 0.028876708 | |
| 13165572 | 3 years ago | | | 0 | 0.015863490 | |
| 13150552 | 3 years ago | | | 0 | 0.038494080 |
ABI
ABI objects
Getter at block 21257164
ichi() view returns (address)
0x903bef1736cddf2a537176cf3c64579c3867a881
ichiEthOracle() view returns (address)
0xe5b38672756f9c0f4cee88f5d57d4114a09cedb1
ichiPerBlock() view returns (uint256)
5
oneFactorContract() view returns (address)
0x22a063ec41aa1ef71099f37e15921e1631d770c7
owner() view returns (address)
0xff7b5e167c9877f2b9f65d19d9c8c9aa651fe19f
poolLength() view returns (uint256)
20
totalAllocPoint() view returns (uint256)
1
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
endBlock(uint256 _poolID) view returns (uint256)
findBlockNumberCutoff(uint256 _totalRanks, uint256 _currentBlockNumber) pure returns (uint256)
firstValue(uint256 _poolID) view returns (uint256 _value)
gasTank(uint256 _poolID) view returns (uint256)
getAllocPerShare(uint256 _poolID) view returns (uint256)
getAllocPoint(uint256 _poolID) view returns (uint256)
getBonusToRealRatio(uint256 _poolID) view returns (uint256)
getLPSupply(uint256 _poolID) view returns (uint256)
getMaxTransactionLoop(uint256 _poolID) view returns (uint256)
getMaxWinnersPerBlock(uint256 _poolID) view returns (uint256)
getNode(uint256 _poolID, uint256 value) view returns (uint256 _parent, uint256 _left, uint256 _right, bool _red, uint256 _keyCount, uint256 _count)
getPoolToken(uint256 _poolID) view returns (address)
getValueKey(uint256 _poolID, uint256 value, uint256 row) view returns (address _key)
getValueKeyRaw(uint256 _poolID, uint256 value, uint256 row) view returns (bytes32)
ichiReward(uint256 _poolID) view returns (uint256)
keyValueExists(uint256 _poolID, bytes32 key, uint256 value) view returns (bool _exists)
lastRewardsBlock(uint256 _poolID) view returns (uint256)
lastRewardsBonusBlock(uint256 _poolID) view returns (uint256)
lastValue(uint256 _poolID) view returns (uint256 _value)
medianValue(uint256 _poolID) view returns (uint256 _value)
nextValue(uint256 _poolID, uint256 value) view returns (uint256 _value)
pendingBonusIchi(uint256 _poolID, address _user) view returns (uint256)
pendingIchi(uint256 _poolID, address _user) view returns (uint256)
prevValue(uint256 _poolID, uint256 value) view returns (uint256 _value)
startBlock(uint256 _poolID) view returns (uint256)
treeRootNode(uint256 _poolID) view returns (uint256 _value)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 bonusReward)
valueAtPercentile(uint256 _poolID, uint256 _percentile) view returns (uint256 _value)
valueAtPermil(uint256 _poolID, uint256 value) view returns (uint256 _value)
valueAtRank(uint256 _poolID, uint256 _rank) view returns (uint256 _value)
valueAtRankReverse(uint256 _poolID, uint256 _rank) view returns (uint256)
valueExists(uint256 _poolID, uint256 value) view returns (bool _exists)
valueKeyCount(uint256 _poolID) view returns (uint256 _count)
valuePercentile(uint256 _poolID, uint256 value) view returns (uint256 _percentile)
valuePermil(uint256 _poolID, uint256 value) view returns (uint256 _permil)
valueRank(uint256 _poolID, uint256 value) view returns (uint256 _rank)
valueRankReverse(uint256 _poolID, uint256 value) view returns (uint256)
valuesAbove(uint256 _poolID, uint256 value) view returns (uint256 _above)
valuesBelow(uint256 _poolID, uint256 value) view returns (uint256 _below)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, uint256 _startBlock, uint256 _endBlock)
claimRewards(uint256 _poolID)
deposit(uint256 _poolID, uint256 _amount)
emergencyWithdraw(uint256 _poolID)
massUpdatePools()
renounceOwnership()
set(uint256 _poolID, uint256 _allocPoint, bool _withUpdate)
setBonusToRealRatio(uint256 _poolID, uint256 _val) returns (uint256)
setFactorContract(address contract_)
setIchiEthOracle(address address_)
setMaxTransactionLoop(uint256 _poolID, uint256 _val)
setMaxWinnersPerBlock(uint256 _poolID, uint256 _val)
setNonReentrant(bool _val) returns (bool)
setWethAddress(address address_)
transferOwnership(address newOwner)
updateBonusRewards(uint256 _poolID)
updatePool(uint256 _poolID)
withdraw(uint256 _poolID)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
LogGas(uint256 index, uint256 gasPrice, uint256 gasLimit, uint256 gasUsed)
LogIchiPerWinner(uint256 blockNumber, uint256 winners, uint256 ichiPaid)
LogTree(string action, uint256 indexed pid, bytes32 key, uint256 value)
NewMaxBlock(uint256 maxLoops)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _ichi, uint256 _ichiPerBlock, address _oneFactorContract, address _ichiEthOracle, address _wethAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.