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

Bearn Token

Verified contract

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

No balances found for "Bearn Token"

0xcd4659ba5cb33218c2db2821e24e7916892a0c021ef7221a1949066457efc74b
0x088995b75afd0aa4dcb24a66184ae4dd88de57de793778db3271cfe2edd2a62c
0xf3e579433d03402851784127a6f90f9aec3b69275465a8513c5872374e8c0850
0xa1c45df25df947978f65f0ae7215550899e11198e4757987381c72cbca717d99
0xae45070fe0ea99e5cde343f7f04d197ffd4dc051abc2ca3730defe829f0a58aa
0x7023155edd8bcc50a97f09d7d3c5941d3fb2959e537635beb780d339b0a94106
0xd576196cafcff0c7f77b4f5cc7ef051a22f07e41790731cbf287c7bbdc007f93
0x6b639db4076f9bd9b9e155f74ce13967502641e86be48e2b5a5e41aa1c03a34d
0x2fe50d598ecbe630ce4a80f341f5250b1e7bf8aa1ac8215345464298158ac95f
0xe12f669690e123d758ef693e74e658dc8b72bcf0fddfff84119062278195bb04

Functions
Getter at block 23818117
decimals(view returns (uint8)
18
name(view returns (string)
Bearn Token
symbol(view returns (string)
bearn
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