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

Be rich

Verified contract

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

No balances found for "Be rich"

0x093c750b20faae6639bbf2c7bec175c999b34d73d7377540c9b0562df13a204c
0x4b2c77794fac552d24a77f05e2f766660d46590c2480e439e22869525b757d90
0xddea7028a48e79fa48e5a1bbcd3a1cede19d14dab0457e8e591ba9becfcefce2
0xec752421ed84f36f32c5bb92e7886762b9234104b1eef898b3c5b1a4b2605be0
0x70939aa711cbf611c7f742a758a313d10e8dbfe08bb6e60247833468f9aee614
0x45c31072d32533948d66766898f1d6fc33a4814658b4a19ad8ef06b631480efd
0x4e58eafbfb398dfb1bbdb8b2066e35893bf41195e578b251c6660dbe792a62db
0x220ee8ef8949411bd5c407e72ed7066b624976d3d49ab728e10d00fa320dee18

Functions
Getter at block 22109860
decimals(view returns (uint8)
18
launched(view returns (bool)
false
name(view returns (string)
Be rich
owner(view returns (address)
0x0bf8edd756ff6caf3f583d67a9fd8b237e40f58a
symbol(view returns (string)
$BBR
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