Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6197…9e5b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$NUTS | ERC-20 | 58.467409M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15047933 | 6 months ago | | | 0 | 0.0000017873917 | |
| 15041081 | 6 months ago | | | 0 | 0.0000018604261 | |
| 13326385 | 7 months ago | | | 0 | 0.0000015695485 | |
| 12946166 | 8 months ago | | | 0 | 8.9210591e-7 | |
| 12805051 | 8 months ago | | | 0 | 0.0000011297456 | |
| 12733806 | 8 months ago | | | 0 | 0.0000010880002 | |
| 12732597 | 8 months ago | | | 0 | 0.0000015924469 | |
| 12729452 | 8 months ago | | | 0 | 0.0000088302531 | |
| 12728954 | 8 months ago | | | 0 | 0.0000015514714 | |
| 12728805 | 8 months ago | | | 0 | 0.0000015514714 |
ABI
ABI objects
Getter at block 23088670
buySellCount() view returns (uint256)
153
decimals() view returns (uint8)
18
name() view returns (string)
Slap Chop
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
$NUTS
totalSupply() view returns (uint256)
198237163588280609665312260617
tradingOpen() view returns (bool)
true
uniswapV2Router() view returns (address)
0x6bded42c6da8fbf0d2ba55b2fa120c5e0c8d7891
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
itemList(address) view returns (bool)
State-modifying
Events addSellingItems(address[] accounts)
approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setitemListCount(uint256 count)
startSlapChopSelling(address _uniswapV2Router)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialSupply_, address marketingWallet_)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)