Hades Network
Verified contract
Active on
Ethereum with 1,346 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($146.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HADES | ERC-20 | 123.972377K | $0.001185 |
$146.89 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202697 | 28 minutes ago | | | 0 | 0.00059998886 | |
| 21199105 | 12 hours ago | | | 0 | 0.00056134592 | |
| 21178236 | 3 days ago | | | 0 | 0.00099987328 | |
| 21002913 | a month ago | | | 0 | 0.00033341717 | |
| 20988652 | a month ago | | | 0 | 0.00050140049 | |
| 20929895 | a month ago | | | 0 | 0.0013334685 | |
| 20911951 | a month ago | | | 0 | 0.00030846014 | |
| 20841946 | 2 months ago | | | 0 | 0.00027075049 | |
| 20834589 | 2 months ago | | | 0 | 0.00062807421 | |
| 20811865 | 2 months ago | | | 0 | 0.00094120983 |
ABI
ABI objects
Getter at block 21202836
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
123972376895204656436588
getSwapThresholdAmount() view returns (uint256)
124964367134413362896072
maxWalletAmount() view returns (uint256)
50000000000000000000000000
name() view returns (string)
Hades Network
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x8ee1270d83705e7202e9b56aa7e15eeed58c046b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
HADES
totalSupply() view returns (uint256)
100000000000000000000000000
treasuryAddress() view returns (address)
0x5b169fc22d129e2d386c0619d246c22568bc1a8d
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
totalFees(uint256) view returns (uint16)
treasuryFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
treasuryAddressSetup(address _newAddress)
treasuryFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
treasuryAddressUpdated(address treasuryAddress)
treasuryFeeSent(address recipient, uint256 amount)
treasuryFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.