LOVE

Unverified contract

Proxy

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

No balances found for "LOVE"

0x7836a97de5703a42284c53d917905db1817ac4028b5068b919c5cf6e6530b251
0x626cd284dc5e089c72d0f2f0b7fc7335e2689da9227ccc094a6f9e0c69ef4ff9
0xe257ee2d26ecc61f0e501cb9df6f498e4dcd039c652079ce201b4b0f8152683a
0xf7e18b03fbaba1d0e47759c852c15ce7b487dad3e3592757e02f4ff1e03a1faf
0x15f3d82efb47db5dc277ca649bce32b09b232e8d72eb73bfee47ad316562c2ee
0xf896b54033bddbb0ce6b2c1f5c82e77cd90698f0506951c945cd82dece441615
0xcdf0d782cd26a36dcaaa7c389efd22997fb98e303b812ddb311e8960f5828163
0x8c6a041cfc437df999b44597daad604783b40b7ef87b4f1dc3db81a1b7babe85
0x3978000f3263ec5ab73617f8583cf17b0bbb589ba32f44282fb1337154f8c1e1
0x5620fcd33dc675925f3ce8ca776eaa88ff94ebea7fd259d0ac00afe092c5f170

Functions
Getter at block 22774226
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
decimals(view returns (uint8)
18
name(view returns (string)
LOVE
symbol(view returns (string)
$LOV$
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)
burnByBond(address accountuint256 amount
init(string name_string symbol_
mintByBond(address touint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
MCV2_Token__AlreadyInitialized(
MCV2_Token__PermissionDenied(