SKEET

Verified contract

Active on Base with 581 txns
Deployed by via 0x91b6ab27 at 12178599
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SKEET"

0x91a1182897c334e8ed462335f4eb259b42d39c1b44b7d7f42b3dbb2a8a217555
0x966b759d884e91e6ff8deb8fd46bb8a68079ed7055ebb8e9ddffc8141c2d9cbf
0xd911f4e12ef02504d66bd95e0e8eea12f3f638cd9e54389456b5179b03f33030
0xcaf8a8234f53d3060a471646db835a1a159cf757ca15b691ad03d3b9b1bfc212
0x87d3b652037bb005e51c7790daae5e29b64ddea8187f44d335b3eb235c1ef010
0xf67b91e0df1ccc1293738403f220065f74b7287d216c0251d2ddb665f8971ddb
0x2225a95d3ba24432b81dcad36b0c697f8b241123aecd1a77bf4b51d9170a9834
0x20324baba1d3b1b63e28d9c01ac239e2da7baf57da7d6c6dbd0de78e1118159e
0x85bc8634c4bdcf929582b1d414cfef53fb915078f527a86fc21d54e57ead1042
0x8dcd135ad210263f512049ed9e6181e129eb3954f23f63e1676b108773840816

Functions
Getter at block 22778010
decimals(view returns (uint8)
18
limitWhale(view returns (bool)
false
liquidityPool(view returns (address)
0x5fd5b99967a77a23f6f6f91520efe2af43857ccd
name(view returns (string)
SKEET
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SKEET
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setLiquidityPool(address _liquidityPool
toggleLimitWhale(
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
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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