PEANUT 6900
Verified contract
Active on
Ethereum with 9 txns
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 |
---|---|---|---|---|---|
PNUT6900 | ERC-20 | 1.105672M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109164 | a month ago | | | 0 | 0.00027184943 | |
| 21109153 | a month ago | | | 0 | 0.00034930721 | |
| 21109145 | a month ago | | | 0 | 0.00049493853 | |
| 21109145 | a month ago | | | 0 | 0.00049493853 | |
| 21109145 | a month ago | | | 0 | 0.00049493853 | |
| 21109145 | a month ago | | | 0 | 0.00049493853 | |
| 21109145 | a month ago | | | 0 | 0.00049493853 | |
| 21109143 | a month ago | | | 0 | 0.0010577770 | |
| 21109143 | a month ago | | | 0 | 0.031841508 |
ABI
ABI objects
Getter at block 21299619
_devWallet() view returns (address)
0x4658abba56ec347793643f832e7b9c56c2efa81e
_maxTaxSwap() view returns (uint256)
690000000000000
_maxWalletSize() view returns (uint256)
1380000000000000
_taxSwapThreshold() view returns (uint256)
34500000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
PEANUT 6900
owner() view returns (address)
0x42e57a9df1f4c4efe9feb82437f305ec1ae0e919
symbol() pure returns (string)
PNUT6900
totalSupply() pure returns (uint256)
69000000000000000
uniswapV2Pair() view returns (address)
0xdfdd5d3f264350adee0d11dd725ec2d963091356
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckToken(address tokenAddress, uint256 tokens) returns (bool success)
manualSend()
manualSwap()
openTrading()
removeLimit()
renounceOwnership()
setFee(uint256 _newBuyTax, uint256 _newSellTax)
setMaxWallet(uint256 maxWalletPercentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)