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 |
---|---|---|---|---|---|
HADES | ERC-20 | 129.627742K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19839867 | 7 months ago | | | 0 | 0.00051863762 | |
| 17964698 | a year ago | | | 0 | 0.0012362946 | |
| 17730782 | a year ago | | | 0 | 0.00069680897 | |
| 17694800 | a year ago | | | 0 | 0.00062437023 | |
| 17675843 | a year ago | | | 0 | 0.00066082604 | |
| 17674327 | a year ago | | | 0 | 0.00065581083 | |
| 17597105 | a year ago | | | 0 | 0.00078084514 | |
| 17582591 | a year ago | | | 0 | 0.00073747131 | |
| 17575807 | a year ago | | | 0 | 0.00059907810 | |
| 17570916 | a year ago | | | 0 | 0.00097642587 |
ABI
ABI objects
Getter at block 21321680
_name() view returns (string)
HADES
_symbol() view returns (string)
HADES
_totalSupply() view returns (uint256)
100000000000000000000000000
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
maxWalletAmount() view returns (uint256)
3000000000000000000000000
name() view returns (string)
HADES
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddress() view returns (address)
0x2ff5ae21728714704ebd596005b849e8530cdec5
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee() view returns (uint256)
0
swapping() view returns (bool)
false
symbol() view returns (string)
HADES
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
_allowances(address, address) view returns (uint256)
_balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeWhiteList(address) view returns (bool)
maxWalletWhiteList(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
swapFee()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeWhiteList(address user, bool value)
updateFees(uint256 _buyFee, uint256 _sellFee)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateMaxWalletWhiteList(address user, bool value)
updatePairAddress(address _pairAddress)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.