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

BRETTA on Base

Verified contract

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

No balances found for "BRETTA on Base"

0x0fbc3c6f2b8d6e5415b744010b60695b881f6e61b09e829744bee0d123f31a32
0x19fc7ee9eadc55ed04564f34d5be60c273860ae7221cc8840399b3bac982043f
0xdf68c45e611604929d7ebcb112c72c220dbf9f3dd4c0fc15d50ec7fcd37ca970
0x010dbcc925d778601a25e50a973ebd5eaac9b0f72fea582b21a4288b90166425

Functions
Getter at block 23903374
decimals(view returns (uint8)
18
name(view returns (string)
BRETTA on Base
symbol(view returns (string)
BRETTA
totalSupply(view returns (uint256)
1000000000000000000000000
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(
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