HeavensGate
Verified contract
Active on
Ethereum with 1,856 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,270.70)
Native
Value
$2,270.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.73537 | $3,087.84 |
$2,270.7 | |
HATE | ERC-20 | 829.808093 | -- | -- | |
UNI-V2 | ERC-20 | 31.076201 | -- | -- | |
SEND | ERC-20 | 4 | -- | -- | |
$BASED | ERC-20 | 0.69 | -- | -- | |
HATE | ERC-20 | 0.32 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20845453 | 2 months ago | | | 0 | 0.00040347830 | |
| 20845412 | 2 months ago | | | 0 | 0.00041140392 | |
| 20791597 | 2 months ago | | | 0 | 0.00068779038 | |
| 20768148 | 2 months ago | | | 0 | 0.000082778621 | |
| 20758189 | 2 months ago | | | 0 | 0.00010910586 | |
| 20681669 | 2 months ago | | | 0 | 0.00035233312 | |
| 20680750 | 2 months ago | | | 0 | 0.00016843550 | |
| 20680675 | 2 months ago | | | 0 | 0.00026958727 | |
| 20680297 | 2 months ago | | | 0 | 0.00026154021 | |
| 20680296 | 2 months ago | | | 0 | 0.00017940869 |
ABI
ABI objects
Getter at block 21222240
decimals() view returns (uint8)
18
feeDecimals() view returns (uint8)
0
feePercentage() view returns (uint32)
5
name() view returns (string)
HeavensGate
owner() view returns (address)
0xdadd966b2f8dfa9908574894fd8c30971143cd72
symbol() view returns (string)
HATE
totalSupply() view returns (uint256)
1997000000000000000000
uniswapV2Pair() view returns (address)
0x86eef186e891d1b8d3e95f9633cce83bb63441a3
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTokenFee(uint256 _amount, uint8 _feeDecimals, uint32 _feePercentage) pure returns (uint256 locked)
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()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint8 _feeDecimals, uint32 _feePercentage)
updateMinTokensBeforeSwap(uint128 _minTokensBeforeSwap)
updateSwapAndLiquifyEnabled(bool _enabled)
withdrawEther(address _to, uint256 _amount)
withdrawTokens(address _token, address _to, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeUpdated(uint8 feeDecimals, uint32 feePercentage)
MinTokensBeforeSwapUpdated(uint128 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _uniswapV2Router, uint8 _feeDecimals, uint32 _feePercentage, uint128 _minTokensBeforeSwap, bool _swapAndLiquifyEnabled)
receive()
This contract contains no error objects.