Labubu

Verified contract

Active on Base with 1,056 txns
Deployed by via 0x0b8bc926 at 17617429
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x41c0a407068c4ae8fb6eac9baf582f5b4ee1457632d5efaf254e012f4d9d2753
0xb2d91ab310826d1eebe1f158396645ba193abee6a8bfbe2dbc6c88379dbc5815
0x7d9f53246a073e3af12b22e378f9b6ce4b24b8474c960b7571c58b3e6503395a
0x0ec084dc3910c8b8b334012841d0c868b36773715876bed194f00458893fb3c5
0x07825c8d649609646059ddacbf43689e84e165345263d24cd586d2a06e6662f0
0x971d98c0c6317a85853002f11b24db7d634248fa8648336121ee47c6b6e44b40
0x7d216e4865222891964f49038494435098518b53f5d7245380fe2dd1d4f0c671
0x16fb472c9b1eae67c99618af6089884ce665febf72a216622e99d8e7a558e34c
0x65ca4353f009372fcc85f0d638d66e66ee226b1ed9b3fac77a4cb0cd7c905a50
0xa2556a13ef93d65591264124e61d2654646a08894074578f6bcb741ce5e7a994

Functions
Getter at block 22768755
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Labubu
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Labubu
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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 _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account