CategoryFive
Verified contract
Active on
Ethereum with 442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7c67…8f80
0x79ac…b032
0x5c69…aa6f
0x1b5e…c2e0
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,144.36 |
$0 | |
HCANE | ERC-20 | 3.696297K | -- | -- | |
UNI-V2 | ERC-20 | 236.534474 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18085592 | a year ago | | | 0 | 0.014059841 | |
| 18085588 | a year ago | | | 0 | 0.0010903876 | |
| 15361067 | 2 years ago | | | 0 | 0.0018456088 | |
| 13026856 | 3 years ago | | | 0 | 0.0024925210 | |
| 12832868 | 3 years ago | | | 0.001 | 0.020446695 | |
| 12810961 | 3 years ago | | | 0 | 0.0013386000 | |
| 12757615 | 3 years ago | | | 0 | 0.0031262720 | |
| 12699246 | 3 years ago | | | 0 | 0.0040895410 | |
| 12699200 | 3 years ago | | | 0 | 0.014499880 | |
| 12657349 | 3 years ago | | | 0 | 0.012172259 |
ABI
ABI objects
Getter at block 21163074
HALVING_DURATION() view returns (uint256)
1209600
NOBUY_DURATION() view returns (uint256)
300
burnedTokenAmount() view returns (uint256)
323997996002294341555
cane() view returns (address)
0x7c67ec786f46103d78327439b87061cf2e338f80
claimBurnFee() view returns (uint256)
1
claimLPFeePercent() view returns (uint256)
1
claimLiquidBalancePercent() view returns (uint256)
95
claimTreasuryFeePercent() view returns (uint256)
3
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
farmingStartTimestamp() view returns (uint256)
1608058800
farmingStarted() view returns (bool)
true
halvingTimestamp() view returns (uint256)
1618945582
hugo() view returns (address)
0x79acb8f91790cf71f405f55df25349e91a59b032
katrinaExitFeePercent() view returns (uint256)
2
lastRewardTimestamp() view returns (uint256)
1618945582
lastUpdateTimestamp() view returns (uint256)
1618945582
owner() view returns (address)
0x5d2eba498031ec93a7b7e3b05d16a3c454210469
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
2
rewardAllocation() view returns (uint256)
1953125000000
rewardHalvingPercent() view returns (uint256)
5
rewardRate() view returns (uint256)
1614686
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
treasury() view returns (address)
0x1b5ed7c13eb64819f7b0c7b2d810daba93dfc2e0
treasuryDisabled() view returns (bool)
false
unstakeBurnFeePercent() view returns (uint256)
1
unstakeLPFeePercent() view returns (uint256)
1
unstakeTreasuryFeePercent() view returns (uint256)
1
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
withdrawalLimitPercent() view returns (uint256)
50
Read-only
accountInfos(uint256, address) view returns (uint256 index, uint256 balance, uint256 maxBalance, uint256 lastWithdrawTimestamp, uint256 lastStakedTimestamp, uint256 reward, uint256 rewardPerTokenPaid, uint256 lpEthReward, uint256 lpEthRewardPaid, uint256 lpCaneReward, uint256 lpCaneRewardPaid)
accountInfosByIndex(uint256 _poolId, uint256 _index) view returns (uint256 index, uint256 balance, uint256 lastWithdrawTimestamp, uint256 lastStakedTimestamp, uint256 reward, uint256 rewardPerTokenPaid, uint256 lpEthReward, uint256 lpEthRewardPaid, uint256 lpCaneReward, uint256 lpCaneRewardPaid, address userAddress)
accountInfosIndex(uint256, uint256) view returns (address)
accountInfosLength(uint256 _poolId) view returns (uint256)
airgrabbers(address) view returns (uint256 ethAmount, uint256 caneAmount, bool ethClaimed, bool caneClaimed)
balanceOfPool(uint256 _poolId) view returns (uint256, uint256)
poolInfo(uint256) view returns (address pairAddress, address otherToken, uint256 rewardAllocation, uint256 totalSupply, uint256 borrowedSupply, uint256 rewardPerTokenStored)
rewardEarned(uint256 _poolId, address account) view returns (uint256)
rewardPerToken(uint256 _poolId) view returns (uint256)
tokenPrice(uint256 _poolId) view returns (uint256)
State-modifying
Events add(uint256 _rewardAllocation, address _pairAddress, address _otherToken)
addAirgrabber(address _airgrabber, uint256 _ethAmount, uint256 _caneAmount)
claim(uint256 _poolId)
claimLP(uint256 _poolId)
claimOwnership()
disableSendToTreasury()
sendToTreasury()
set(uint256 _poolId, uint256 _rewardAllocation)
setFarmingStartTimestamp(uint256 _farmingStartTimestamp)
setGoverningParameters(uint256[] _parameters)
stake(uint256 _poolId, uint256 _amount, address sender) payable
stakeAirgrabber()
stakeAirgrabberLP()
stakeToHugo(uint256 _amount, bool _claimAndStakeRewards)
transferOwnership(address _newOwner)
withdraw(uint256 _poolId)
withdrawAirgrabber()
Claimed(address indexed to, uint256 poolId, uint256 amount)
ClaimedAndStaked(address indexed to, uint256 poolId, uint256 amount)
ClaimedLPReward(address indexed to, uint256 poolId, uint256 lpEthReward, uint256 lpCaneReward)
EmergencyWithdraw(address indexed to, uint256 poolId, uint256 amount)
Halving(uint256 amount)
LogOwnerShipTransferInitiated(address indexed previousOwner, address indexed newOwner)
LogOwnerShipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address indexed from, uint256 amount)
Staked(address indexed from, uint256 amount, uint256 amountLP)
Withdrawn(address indexed to, uint256 poolId, uint256 amount, uint256 amountLP)
constructor(address _treasury)
receive()
This contract contains no error objects.