HyperLoot
Verified contract
Active on
Ethereum with 2,564 txns
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 |
---|---|---|---|---|---|
HLT | ERC-20 | 6 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12559196 | 4 years ago | | | 0 | 0.00039998003 | |
| 11853853 | 4 years ago | | | 0 | 0.0026298660 | |
| 11831702 | 4 years ago | | | 0 | 0.0062622000 | |
| 11707667 | 4 years ago | | | 0 | 0.0043711932 | |
| 9766862 | 5 years ago | | | 0 | 0.0019423950 | |
| 9766853 | 5 years ago | | | 0 | 0.0022023000 | |
| 9766795 | 5 years ago | | | 0 | 0.00061175790 | |
| 9763966 | 5 years ago | | | 0 | 0.00024236550 | |
| 9763897 | 5 years ago | | | 0 | 0.0033986550 | |
| 9520571 | 5 years ago | | | 0 | 0.00038847900 |
ABI
ABI objects
Getter at block 21409696
MAX_TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
getMaxTotalSupply() view returns (uint256)
1000000000000000000000000000
manager() view returns (address)
0xe84fd16bdf58f2d890046a7b20cf0a10104610da
name() view returns (string)
HyperLoot
owner() view returns (address)
0xb01039856a96f491f2015a3a45091e2507a6e1f5
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HLT
totalSupply() view returns (uint256)
303843731927957173854486876
Read-only
allowance(address _who, address _spender) view returns (uint256)
balanceOf(address _who) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
reclaimToken(address token)
setManager(address _manager)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed who, address indexed spender, uint256 value)
Mint(address indexed _to, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.