BRASH

Verified contract

Active on Base with 1,920 txns
Deployed by via 0x8af90adc at 16436624
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x8e7ea2682627fc90c64eb46bd9c59e867c08823c2131001963a3a8b2196715f4
0xc01d322dd84ee84dafcffe29666e4adfe641775c8d6beb77f253b056f2cf6cbd
0x37c74334e37f65d5c5724d3273c0c85bea97e67c9f0f5d1ed940a89583db034a
0x2897406b83e261a1da712b5b9c5f400fd6667d469633bf10e5056fd42f0c55f4
0xdf951e21035b88729aeaf48dca4bf8f6be3161c46508cc544726431deb7f5c75
0x7f3eb9139be326709d4e0d1e0ef8ffd06bf7b55a016afb84fc46ae7fbd3d5e6a
0x7b10636680e49e23421955a00966c9f7b0c29e0c609705e0850c5acbcd563463
0x821d51830bf6693745ef71215222cc9c7902ca3f428a4418c8c22f35b110ad30
0xd0175814a43b32b39a5b42df41e2cc16fe57532a38f32458b93af9275cf4d4b6
0xe946e08e97720a7fc4084cd1cf58cf34012bed1a6e5074a268c155572867f7db

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