HodlGalaxy
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "HodlGalaxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13424016 | 3 years ago | | | 0 | 0.0094585865 | |
| 13404138 | 3 years ago | | | 0 | 0.0036938277 | |
| 13404138 | 3 years ago | | | 0 | 0.0044765710 | |
| 13404111 | 3 years ago | | | 0 | 0.0030833675 | |
| 13404095 | 3 years ago | | | 0 | 0.0059901685 | |
| 13404067 | 3 years ago | | | 0 | 0.0022433208 | |
| 13404064 | 3 years ago | | | 0 | 0.0042306830 | |
| 13404052 | 3 years ago | | | 0 | 0.0058808261 | |
| 13404049 | 3 years ago | | | 0 | 0.0037353942 | |
| 13404044 | 3 years ago | | | 0 | 0.0035483604 |
ABI
ABI objects
Getter at block 21393857
decimals() view returns (uint8)
18
inCooldown() view returns (bool)
true
maxTxAmount() view returns (uint256)
1000000000000000000
name() view returns (string)
HodlGalaxy
owner() view returns (address)
0xf5ff69561c30b9a0c5e7f8aa8872d3ce518e6cde
symbol() view returns (string)
HGALAXY
totalSupply() view returns (uint256)
10000000000000100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
tranzCount(address account) view returns (uint256)
State-modifying
Events add(address account, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setInCooldown(bool _inCooldown)
setIsExcluded(address account)
setMaxTxAmount(uint256 _maxTxAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Add(address indexed account, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _sender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.