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 |
---|---|---|---|---|---|
$GARBAGE | ERC-20 | 29.824924K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20566821 | 3 months ago | | | 0 | 0.00011417710 | |
| 20347037 | 4 months ago | | | 0 | 0.000086448895 | |
| 19822575 | 6 months ago | | | 0 | 0.00036291621 | |
| 19822573 | 6 months ago | | | 0 | 0.00035677194 | |
| 18524355 | a year ago | | | 0 | 0.00061187948 | |
| 18524340 | a year ago | | | 0 | 0.00092371168 | |
| 18524137 | a year ago | | | 0 | 0.00091380253 | |
| 18524125 | a year ago | | | 0 | 0.00096795533 | |
| 18524114 | a year ago | | | 0 | 0.00092944454 | |
| 18524113 | a year ago | | | 0 | 0.00094734272 |
ABI
ABI objects
Getter at block 21190037
buyTax() view returns (uint256)
20
decimals() view returns (uint8)
18
name() view returns (string)
GARBAGE
owner() view returns (address)
0x0000527e92bcd6d2eb6eb1488fb55aa659fb5aa8
recipient() view returns (address)
0x81bfe443e56e4b28c282aebab6b603e3f7ed2519
routerAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTax() view returns (uint256)
20
symbol() view returns (string)
$GARBAGE
taxCollected() view returns (uint256)
29824924338794136832176
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dex(address) view returns (bool)
exempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDex(address pubKey, bool switchOn)
setTaxRates(uint256 _buyTax, uint256 _sellTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(address _taxReceiver, uint256 _totalSupply)
receive()
This contract contains no error objects.