This contract is being backfilled. You may encounter incomplete storage history.

Based Bot

Verified contract

Active on Base with 1,922 txns
Deployed by via 0xbbc44d30 at 17746980
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x13cbb6c8b413e0d51a7c216c84d1a5a3d6b768e143a93c824b9cc85f9cf4f144
0xaeacf20ed954a6bb1e257221686454e5f98509bff2fd4ec9e82956403c4e33c8
0x716a39a985b439daca90079ca96462f17788a5b970b0e6bebbf91fa899ab28f4
0xbc0d4b3947859cd02ef0e27cebb65d3df8e116d790ef5d46bf39e1822d0255ab
0xf547f7f9ccfe92e456be86388ab1415475a4d1a3ca176d59e32c13de83d796b2
0xcc14cdb2b670cc975b6b3028459640e2cab587b4a6c6623b7cae897f9e33880e
0xe64d3f8d7c13758b9c81f682299a336e6f9ec2df8327a7596209f001c24db913
0x0a3dd73e28c206feec6f2bdcc1ef332a3683c7ef7ebdfa76ce704459fb14da44
0xfda4e68a6d9b43cfdcec83c242e41f15209ce2214f50843684935841ffee74b5
0x1fa746fb6d4ddbbbaad570a7378788391fe2aa1d17b4a19a4b28404c2d6e96ac

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