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 "HARD BASE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18153377 | 4 months ago | | | 0 | 1.2862455e-7 | |
| 14188141 | 7 months ago | | | 0 | 0.000078513465 | |
| 14168778 | 7 months ago | | | 0 | 0.000078513465 | |
| 11435065 | 9 months ago | | | 0 | 0.000010714807 | |
| 11372533 | 9 months ago | | | 0 | 0.000000051266735804 | |
| 11352156 | 9 months ago | | | 0 | 0.000000000276773950 | |
| 11352151 | 9 months ago | | | 0 | 0.000000058248478998 | |
| 11352151 | 9 months ago | | | 0 | 0.000000058248478998 | |
| 11352147 | 9 months ago | | | 0 | 0.000000000284417080 | |
| 11352145 | 9 months ago | | | 0 | 0.000000000284490760 |
ABI
ABI objects
Getter at block 23064719
decimals() view returns (uint8)
18
maxBuyPercentage() view returns (uint256)
100
name() view returns (string)
HARD BASE
owner() view returns (address)
0x57ef3f46e6eba9bb62376569038a800992d5bcfc
paused() view returns (bool)
false
symbol() view returns (string)
HARD
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableMaxBuy()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setMaxBuyPercentage(uint256 _maxBuyPercentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
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.