BabyCrash

Verified contract

Active on Base with 9,830 txns
Deployed by via 0x0083ba5b at 16239064
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $58.15
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xbecf10362db8a69783891ed745d82d8c3201788ec95383ef67239b5f9d840384
0xc6e19e17269d8097890aa955f6ed519754bcbac6b4549e67c911d536b537317c
0x0a71570043b892e6766ef432ddd9032884f839a8374a48802095435baf1d2c12
0xf621b248bc3e89bf391d6e1d0f15bcf91fec91ddfea3c1d36010a4ae55a046f5
0xabe01cc283b4ef945af2f8e5699754cdd734b9d0212317deb188cf880d856b29
0xc934bf19b91a39483b634cee7853c721230bb12c74f68f6ff34aa37e180d205e
0xc59b5477161ccb6a228192fe728269e3f2a862181029f853e8d3d93f2f1f02ae
0x5c6db54e95e691866f5f6d4f565952b2e5a2a72318b516493eb24e1ebac9453b
0xb29963a59507dfcf3b3ca5a59622a48fc29ff594f24f4fb307e8ab4544edce90
0x6b004bda3c2996e101b8f7775e7d8eb714ac4f3e61187730d90fb23ad20bdb38

Functions
Getter at block 22754883
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
BabyCrash
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BabyCrash
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