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 |
---|---|---|---|---|---|
WAGMI | ERC-20 | 27.762257B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21321712 | 13 days ago | | | 0 | 0.00088981199 | |
| 20660340 | 3 months ago | | | 0 | 0.000047674235 | |
| 20539560 | 4 months ago | | | 0 | 0.000040464587 | |
| 20539487 | 4 months ago | | | 0 | 0.000054520478 | |
| 20447721 | 4 months ago | | | 0 | 0.000055326198 | |
| 20447011 | 4 months ago | | | 0 | 0.00015911912 | |
| 18128587 | a year ago | | | 0 | 0.00037334859 | |
| 17901722 | a year ago | | | 0 | 0.00056420601 | |
| 17707726 | a year ago | | | 0 | 0.00064846022 | |
| 17706947 | a year ago | | | 0 | 0.00084093217 |
ABI
ABI objects
Getter at block 21415250
buyMarketingFee() view returns (uint256)
0
decimals() view returns (uint8)
18
limited() view returns (bool)
true
marketingWallet() view returns (address)
0x3039566203d0de6493c316345821c38719a2e93c
maxHoldingAmount() view returns (uint256)
20000000000000000000000000
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
$HUSTLE
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellMarketingFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
HUSTLE
totalSupply() view returns (uint256)
20000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x8457af1727d0fa6d3885f9c0ff16d55698a0ad52
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
excludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketingFee(uint256 buy, uint256 sell)
setRule(bool _limited, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address newWallet)
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.