Slap Chop

Verified contract

Active on Base with 79 txns
Deployed by via 0x79bd57f2 at 12680592
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xb3731c496026e66e9b7dec8b448869d803aee5df742b557933330e6f6bf1c7a9
0xba8361b73349d2f1df5fc02d2b55b0bd4356ef0a8dd1e93f184635920ec6c5c3
0x7cac688575d856aa1d92749fd129640e90e0e5ca28d7ce8a83678e7c6086f9a7
0x616a98d1057908049919ab531e07dc919372452f477d72e13544b518a324d375
0xb40f4310cd0c9bc9742d1d8537cfc638cc0b35ada98b473f3d50ad4aed905c2b
0x5277e2822a4187437212c05199823890563f6b5a06e1f7e8071c2f3a55249736
0x71159851d9a71158decd5afb93f3cbc3121eaecc796cf90e012ed4bf6ba404de
0xfcaf260c7c81f4f93d8ac403c2902085e50940f06642f2d4fbac7cf7477e4a97
0xc59f9bebadf4ffa381dca9dfb8e2745d4e6e19de6c6e718bf5f0cf5c506061ce
0xc1e0646f2df2c46bcd946f3f410a47704f93c4bf3e64c90cbf4dc9390ad238ba

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
itemList(addressview returns (bool)
State-modifying
addSellingItems(address[] accounts
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setitemListCount(uint256 count
startSlapChopSelling(address _uniswapV2Router
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint8 decimals_uint256 initialSupply_address marketingWallet_
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account