LAMBOCAT (Lambo.win)

Verified contract

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

No balances found for "LAMBOCAT (Lambo.win) "

0xdae0efad88b3590c6234924af373c980167d743a9079ee681333f7eedce268d1
0x6ed150aba3a295add05ace03c195c9bf1c0ef27f30b816212aca670675afc1b8
0xf45983c8af74d3009379c79d4108b4c7901f521266b1504bc39846c1cfbb3af5
0x84d90d51a64557bbd13714d79fd1c1315757cb1c8f098fd9f4a059662f75be49
0xa208889988b5e163c98cbcfc3180806a5c18113c62b6413c149cd08df2113f84
0x917ef8b555a66d273389c53856753e16e5a94e72cb0e3341d52206c5b56c1561
0x466e672cf1fdc0e99a06c9d030f3307aefea0d20583eec5a840b60008715feed
0x5283d6c93f99577a8f858287edbeb5eb023e411e4a54e51aaa1862c55e84fd41
0x6336ce8a4954bb9daf42473da7fc4c276093ac805ff12e907e40e38532accd38
0x0f37ff3846df40bfea8a4a9431257d1701f466dfebe6b3c4f004d23037622511

Functions
Getter at block 22773788
decimals(view returns (uint8)
9
name(view returns (string)
LAMBOCAT (Lambo.win)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
LamboCat
totalSupply(view returns (uint256)
1000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
mint(address pooluint256 amount
renounceOwnership(
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(string _namestring _symbol
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