Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOTM | ERC-20 | 34.357334K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21087243 | 23 days ago | | | 0 | 0.00032891400 | |
| 20546689 | 3 months ago | | | 0 | 0.000023092514 | |
| 20500176 | 3 months ago | | | 0 | 0.000041889648 | |
| 19384496 | 9 months ago | | | 0 | 0.0021866385 | |
| 19264737 | 9 months ago | | | 0 | 0.0012373971 | |
| 19243273 | 9 months ago | | | 0 | 0.00058130738 | |
| 19103137 | 10 months ago | | | 0 | 0.00028151396 | |
| 19011843 | 10 months ago | | | 0 | 0.00046632621 | |
| 18828509 | a year ago | | | 0 | 0.0019146810 | |
| 18805859 | a year ago | | | 0 | 0.00078480997 |
ABI
ABI objects
Getter at block 21249043
allowedPublicTokensMinted() view returns (uint256)
25278187462553240740752442
decimals() view returns (uint8)
18
foundersAndOthersAllowedMinting() view returns (uint256)
20805244000000000000000000
foundersAndOthersLastClaim() view returns (uint256)
1643641091
foundersLinearDistributionPeriod() view returns (uint256)
31536000
name() view returns (string)
HOTM
owner() view returns (address)
0xa7cc24240c4709209185c5232d873307d6055a21
paused() view returns (bool)
false
symbol() view returns (string)
HOTM
totalSupply() view returns (uint256)
8691855383139427955340911
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
boostersAddresses(uint256) view returns (address)
checkClaimableAmount(address _contractAddress, uint256[] _tokenIds) view returns (uint256)
getLastClaim(address _yielderAddress, uint256 _tokenId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimRewards(address _contractAddress, uint256[] _tokenIds) returns (uint256)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
replaceBoosterCores(address _boosterAddress, uint256[] _yieldingCoresIds)
reserveTeamTokens()
setBoosterAppliesFor(address _boosterAddress, address _appliesFor)
setBoosterConfiguration(address _appliesFor, bool _status, address _boosterAddress)
setBoosterCores(address _boosterAddress, uint256[] _yieldingCoresIds)
setBoosterStatus(address _boosterAddress, bool _status)
setDefaultYieldRateForYielder(uint256 _defaultYieldRate, address _contract)
setEndDateForYielder(uint256 _endTime, address _contract)
setPublicAllowedTokensToBeMinted(uint256 _amount)
setStartDateForYielder(uint256 _startTime, address _contract)
setTimeRateForYielder(uint256 _timeRate, address _contract)
setTokenYielderMapping(address _yielderAddress, uint256[] _tokenIds, uint256[] _yieldingCores)
setYielderSettings(uint256 _defaultYieldRate, uint256 _startTime, uint256 _endTime, uint256 _timeRate, address _yielderAddress)
setYieldingAmountMapping(address _yielderAddress, uint256[] _yieldingCores, uint256[] _amounts)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
watchBooster(address _collection, uint256[] _tokenIds, uint256[] _startDates)
watchTransfer(address _from, address _to, uint256 _tokenId)
withdrawContractAdditionalTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.