Lord of Meme (Lambo.win)

Verified contract

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

No balances found for "Lord of Meme (Lambo.win) "

0xf45593e9fac03092d23eca743c3df500241c78b06561c5fd02b600367e8b4279
0x3fc83896b4f719774d8ce3323c89ac13c32eb764256e6383a566539cee9a9fa0
0x94d5ab349f90c1bcfd0fd211558f264ac992f66d525d6336656e35eb85ce8a75
0x7311d84aa8b9c8d7fd4541fa9e4da29e3a5e8f938ed57abcc1648b8b3e03bd0c
0x5d37ad4f2dc840a167b1beac632658b3e788ac4e12202017444de8c887d620df
0xb49bdb87e4ce9f8c73dfd55a114e13cd2140a7d7da84f95fb29efc86cd00ee9b
0xc15a74a68cfcf53ba28a64553240e6961e3c60af3cd5b70d5ceb00793a0d6709
0x6e1607fce9310047131d411920a449d5377438f81974d1d14880849b4262bb7b
0x32a135ccaa515bbf378948de3807c95b4d8ab1f18ce1ad476463df541ba8a4c6
0x1e392fb65427ae20799507052ab9d743111dcc161c9ea0dfad44c9194e4b18b7

Functions
Getter at block 23040579
decimals(view returns (uint8)
9
name(view returns (string)
Lord of Meme (Lambo.win)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
LoM
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