Brave

Verified contract

Active on Base with 110 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Brave"

0x7bea630d2b36ef55f6b1772895bb6799374f3310f6572914b4bf4d6eb63f6147
0x0da3e5360808aea942300d0ed5d56b299e9e4c4d86e95d3f8ec1efb98e1aafd7
0xebbee0ff11b6ebb48fd8efff38004646f5ded9972200b6f1de4135027ebf0890
0x8ef660cc36f4f14453ec88eb5b1f9cae39bdebdb0c4176e197b3a0e75118a3bd
0x5f7c47bd301cab878db8bf124d4a279c5093c8f81f5aec35b93f62366f261595
0x8d95e25ddb553da8d096fa032d2a6395850e741d4f733b43c4b766bff82ed08c
0xec1cad7a2d89168e643c9c192c38c821a5c474724d738508f5a9968c3594dc1a
0x07b50ff1ef56721666483b3c05503522d8571c8385176ae002c6aabc7a79c92f
0x8857ddac9aac70c8eb2a6ae3e086f78d58f054dcaa149b9bd3b702c4c2950366
0x425783cf28efedf3ae203c84de670fb049d3855a525d96cd351a6f26669a68fc

Functions
Getter at block 23285799
decimals(view returns (uint8)
18
name(view returns (string)
Brave
symbol(view returns (string)
BRAVE
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender