CategoryFive
Verified contract
Active on
Ethereum with 768 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x15fa…c178
0x5114…49fc
0x1b5e…c2e0
8 additional
variables
Balances ($7,103.77)
Native
Value
$7,103.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.979996 | $3,587.77 |
$7,103.77 | |
CANE | ERC-20 | 7.187372M | -- | -- | |
UNI-V2 | ERC-20 | 6.608047K | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19424580 | 9 months ago | | | 0 | 0.0081056183 | |
| 11465557 | 4 years ago | | | 0 | 0.20077504 | |
| 11465517 | 4 years ago | | | 0 | 0.0047132540 | |
| 11433521 | 4 years ago | | | 0.075 | 0.0087782950 | |
| 11433518 | 4 years ago | | | 0 | 0.0061972580 | |
| 11433309 | 4 years ago | | | 0 | 0.0014311500 | |
| 11433129 | 4 years ago | | | 0 | 0.083079168 | |
| 11433128 | 4 years ago | | | 0 | 0.12240173 | |
| 11432181 | 4 years ago | | | 0 | 0.0021944301 | |
| 11432139 | 4 years ago | | | 0 | 0.0053231360 |
ABI
ABI objects
Getter at block 21294996
HALVING_DURATION() view returns (uint256)
1209600
WHITELIST_DURATION() view returns (uint256)
600
WHITELIST_STAKE_LIMIT() view returns (uint256)
100000000000000000000
burnedTokenAmount() view returns (uint256)
35297379500816447575131898
cane() view returns (address)
0x15fa0cdd112922cd6fb499aa9c7dfe047bc6c178
claimBurnFee() view returns (uint256)
1
claimLPFeePercent() view returns (uint256)
2
claimLiquidBalancePercent() view returns (uint256)
95
claimTreasuryFeePercent() view returns (uint256)
2
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
farmingStartTimestamp() view returns (uint256)
1607367000
farmingStarted() view returns (bool)
true
halvingTimestamp() view returns (uint256)
1608576626
hugo() view returns (address)
0x5114b6b665ae9e26d8360bbf484fe1dded6349fc
katrinaExitFeePercent() view returns (uint256)
4
lastRewardTimestamp() view returns (uint256)
1608576626
lastUpdateTimestamp() view returns (uint256)
1608140314
owner() view returns (address)
0x5d2eba498031ec93a7b7e3b05d16a3c454210469
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
4
rewardAllocation() view returns (uint256)
5000000000000000000000
rewardHalvingPercent() view returns (uint256)
50
rewardPerTokenStored() view returns (uint256)
2082989103400477302696888
rewardRate() view returns (uint256)
4133597883597883
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
treasury() view returns (address)
0x1b5ed7c13eb64819f7b0c7b2d810daba93dfc2e0
unstakeBurnFeePercent() view returns (uint256)
1
unstakeLPFeePercent() view returns (uint256)
2
unstakeTreasuryFeePercent() view returns (uint256)
2
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
whitelistEndTimestamp() view returns (uint256)
1607367600
withdrawalLimitPercent() view returns (uint256)
20
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)
balanceOfPool(uint256 _poolId) view returns (uint256, uint256)
poolInfo(uint256) view returns (address pairAddress, address otherToken, uint256 rewardAllocation, uint256 totalSupply, uint256 borrowedSupply)
rewardEarned(uint256 _poolId, address account) view returns (uint256)
rewardPerToken(uint256 _poolId) view returns (uint256)
tokenPrice(uint256 _poolId) view returns (uint256)
whitelistBalance(address) view returns (uint256)
whitelists(address) view returns (bool)
State-modifying
Events add(uint256 _rewardAllocation, address _pairAddress, address _otherToken)
claim(uint256 _poolId)
claimLP(uint256 _poolId)
claimOwnership()
set(uint256 _poolId, uint256 _rewardAllocation)
setFarmingStartTimestamp(uint256 _farmingStartTimestamp)
setGoverningParameters(uint256[] _parameters)
setWhitelist(address[] addresses)
stake(uint256 _poolId, uint256 _amount) payable
stakeToHugo(uint256 _amount, bool _claimAndStakeRewards)
transferOwnership(address _newOwner)
withdraw(uint256 _poolId)
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.