Yolo

Verified contract

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

No balances found for "Yolo"

0x60656a48ce7be28a48c5f1121e48e41ece3f857cfe5b6d60f5b23c4eef6aef1e
0x5cc92dc44b4b2e65e52e24b804cd152e487287ca8500deac8a085077e06bdec4
0x1273ee4f4d7569495d271514fa5ac0652fcfacb29970d5a968d9d79fd9ba7bd9

Functions
Getter at block 23942742
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Yolo
owner(view returns (address)
0x3ccc78545f675a188b7521f7f4b4791995752635
symbol(view returns (string)
$Yolo
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