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 |
---|---|---|---|---|---|
HDG | ERC-20 | 25.467852K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256390 | 9 days ago | | | 0 | 0.00044731742 | |
| 21162511 | 22 days ago | | | 0 | 0.00088466733 | |
| 20109231 | 6 months ago | | | 0 | 0.00012185695 | |
| 19717263 | 7 months ago | | | 0 | 0.00044110638 | |
| 19692554 | 7 months ago | | | 0 | 0.00043289425 | |
| 19585195 | 8 months ago | | | 0 | 0.00062162807 | |
| 19547566 | 8 months ago | | | 0 | 0.0015317983 | |
| 19358550 | 9 months ago | | | 0 | 0.0025006401 | |
| 19338270 | 9 months ago | | | 0 | 0.0022262601 | |
| 19338228 | 9 months ago | | | 0 | 0.0018058288 |
ABI
ABI objects
Getter at block 21322342
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
21114175005039595694272
lpTokensReceiver() view returns (address)
0xc1723f60cc386c1d6e5462289e27d786c6bea4a1
marketingAddress() view returns (address)
0x5ae322bed7e94b2a8609818c1c326b687aa633cc
name() view returns (string)
HedgBet
owner() view returns (address)
0xc1723f60cc386c1d6e5462289e27d786c6bea4a1
pairV2() view returns (address)
0xe6f94679d931c61b5d230bcad6874ff61f725aa5
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
HDG
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
liquidityFees(uint256) view returns (uint16)
marketingFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
lpTokensReceiverSetup(address _newAddress)
marketingAddressSetup(address _newAddress)
marketingFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
recoverERC20(address tokenAddress, uint256 amount)
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)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
LpTokensReceiverUpdated(address lpTokensReceiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
liquidityAdded(uint256 amountToken, uint256 amountCoin, uint256 liquidity)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
marketingAddressUpdated(address marketingAddress)
marketingFeeSent(address recipient, uint256 amount)
marketingFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.