BEAV

Verified contract

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

No balances found for "BEAV"

0xca79d82a930c88998a938ec7ddc6f7e824b0282dc870d53d31b046b452de9c6e
0x4c5bf3466f9d3d2833dd747690c54c8dd638f33889442fffb4c0715e28b25298
0xce552a823f007d05879f9cbdb4db5dd0ada492c3c08a911c385934d3c21e5284
0xb602d83240f811027e7feb3c7cfb6cab5786b0b998906ab2f847a5d9ae1f803c
0xc533a1167b2a758fe774ef979ca03b433966431461914abb263c6bb46a847c8d
0x6304736e09f3bf7d440621160ccd7b5373d3258432bc6e98c96ccdcecb7dec13
0xdcba63590e86620629c84cbdbaea8ea385cdfb2356752570e92297ecbde66235
0x9f72c63427f03f9b976674b80e443bea54517bc855da2287db427fa32f726039
0xb9f57fd62ba4729f00382ef2bcce9a8d8384f39bc09f870de08c27b7b16e0f8a
0xd829bd395c0ac6ee71217ecdc3dda0020d5b01ad624e66d1b27da2410cf04d59

Functions
Getter at block 22447993
decimals(view returns (uint8)
18
name(view returns (string)
BEAV
symbol(view returns (string)
BVR
totalSupply(view returns (uint256)
1000000000000000000000000000
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