YOU GET NOTHING!
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "YOU GET NOTHING!"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17438882 | a year ago | | | 0 | 0.0010335319 | |
| 17438828 | a year ago | | | 0 | 0.00094528436 | |
| 17438804 | a year ago | | | 0 | 0.00091049579 | |
| 17438783 | a year ago | | | 0 | 0.00060744603 | |
| 17438780 | a year ago | | | 0 | 0.00093443628 | |
| 17438779 | a year ago | | | 0 | 0.00095753776 | |
| 17438772 | a year ago | | | 0 | 0.0049636520 | |
| 17438739 | a year ago | | | 0 | 0.00049879238 | |
| 17438739 | a year ago | | | 0 | 0.00045878652 | |
| 17438736 | a year ago | | | 0 | 0.00093156402 |
ABI
ABI objects
Getter at block 21307123
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
feeManager() view returns (address)
0xcfdaf3154d49f334273e7f0985313fb20671a5c9
name() view returns (string)
YOU GET NOTHING!
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
symbol() view returns (string)
NOTHING
totalSupply() view returns (uint256)
999999999999999999000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events LockLPToken() returns (bool)
approve(address _spender, uint256 _value) returns (bool success)
buy() payable
renounceOwnership()
sell(uint256 _amount)
setFees(uint256 newBuyFee, uint256 newSellFee)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _feeManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.