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 "Ethard"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20843759 | 2 months ago | | | 0 | 0.00076223745 | |
| 20843759 | 2 months ago | | | 0 | 0.00076223745 | |
| 20843759 | 2 months ago | | | 0 | 0.00076223745 | |
| 20843758 | 2 months ago | | | 0 | 0.00067496093 | |
| 20843758 | 2 months ago | | | 0 | 0.00090406272 | |
| 20843757 | 2 months ago | | | 0 | 0.00065644747 | |
| 20843757 | 2 months ago | | | 0 | 0.00067474368 | |
| 20843757 | 2 months ago | | | 0 | 0.00069443988 | |
| 20843757 | 2 months ago | | | 0 | 0.00095404034 | |
| 20843757 | 2 months ago | | | 0 | 0.00081509201 |
ABI
ABI objects
Getter at block 21214159
antiwhale() view returns (bool)
true
decimals() view returns (uint8)
18
maxTransactionLimit() view returns (uint256)
45000000000000000000
name() view returns (string)
Ethard
owner() view returns (address)
0x389367e910ff831e238e68a2973f285d7923bc2c
symbol() view returns (string)
ETHARD
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
get_accesories_X(uint256 x) view returns (string)
get_base_X(uint256 x) view returns (string)
get_clothes_X(uint256 x) view returns (string)
get_eyes_X(uint256 x) view returns (string)
get_hat_X(uint256 x) view returns (string)
get_head_X(uint256 x) view returns (string)
get_tard_X(uint256 x) view returns (string)
get_trait_X(uint256 x) view returns (string)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
increaseMaxTx()
renounceOwnership()
setMaxTx(uint256 _maxTransactionLimit)
set_accesories(string _accesories)
set_base(string _base)
set_clothes(string _clothes)
set_eyes(string _eyes)
set_hat(string _hat)
set_head(string _head)
set_tard(string _tard)
set_trait(string _trait)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)