Claiming
Verified contract
Active on
Ethereum with 7,401 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5484…b3c2
Balances ($5,911,980.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HARAMBEAI | ERC-20 | 182.242086M | $0.03244 |
$5,911,975.19 | |
USDC | ERC-20 | 5.425642 | $0.999896 |
$5.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158025 | 23 minutes ago | | | 0 | 0.0023373746 | |
| 21157919 | 44 minutes ago | | | 0 | 0.0026075762 | |
| 21157912 | an hour ago | | | 0 | 0.0027696161 | |
| 21157909 | an hour ago | | | 0 | 0.0026579265 | |
| 21157906 | an hour ago | | | 0 | 0.0024953395 | |
| 21157903 | an hour ago | | | 0 | 0.0025497214 | |
| 21157765 | an hour ago | | | 0 | 0.00091936555 | |
| 21157749 | an hour ago | | | 0 | 0.00096408412 | |
| 21157658 | 2 hours ago | | | 0 | 0.0013294060 | |
| 21157469 | 2 hours ago | | | 0 | 0.0010903915 |
ABI
ABI objects
Getter at block 21158137
DENOMINATOR() view returns (uint256)
10000
MAX_BATCH_SET_CLAIM() view returns (uint256)
1000
VESTING_PER_MONTH() view returns (uint256)
2500
claimStart() view returns (uint256)
1721770431
getClaimInfoLength() view returns (uint256)
4006
getTotalDeposits() view returns (uint256)
182242086285233254411592847
liquidityMining() view returns (address)
0x4933a4f77e0b8fdfb388b62a85458f721a1bd11c
owner() view returns (address)
0x06d344b9ada316c83c30110ca6029d49961ec907
staking() view returns (address)
0x9da7fc79338e5ffee34fc5e05843e5c5bdc49a4b
token() view returns (address)
0x5484581038cbf8ef33b7f6daec7a2f01f71db3c2
Read-only
getClaimInfo(address user) view returns (uint256 amount, uint256 claimed, uint256 remain)
getClaimInfoArray(uint256 fromIndex, uint256 toIndex) view returns (struct ClaimingClaimInfo[])
getClaimInfoAtIndex(uint256 index) view returns (address user, uint256 amount, uint256 claimed, uint256 remain)
getClaimInfoIndex(address user) view returns (uint256)
getClaimaVestingAmount(address user) view returns (uint256)
getClaimableAmount(address user) view returns (uint256 amount)
State-modifying
Events claim(address beneficiary, uint256 amount)
deposit(uint256 amount)
renounceOwnership()
setClaim(address user, uint256 amount)
setClaimBatch(address[] users, uint256[] amounts)
setClaimStart(uint256 _claimStart)
setLiquidityMiningContract(address _liquidityMining)
setStakingContract(address _staking)
stake(uint256 amount, uint256 durationInMonths)
transferOwnership(address newOwner)
transferTokenToLiquidityMining(uint256 amount)
withdraw(uint256 amount)
ClaimInfoUpdated(address indexed user, uint256 previousAmount, uint256 amount, uint256 time)
ClaimStartTimeUpdated(address indexed user, uint256 claimStartTime)
Claimed(address indexed user, address indexed beneficiary, uint256 amount, uint256 time)
Deposited(address indexed user, uint256 amount, uint256 time)
LiquidityMiningContractAddressUpdated(address indexed user, address liquidityMining, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed user, uint256 amount, uint256 time)
StakingContractAddressUpdated(address indexed user, address staking, uint256 time)
TokenTransferedToLiquidityMining(address indexed user, uint256 amount, uint256 time)
Withdrawed(address indexed user, uint256 amount, uint256 time)
constructor(address _token)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
FailedCall()
InsufficientBalance(uint256 balance, uint256 needed)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)