BETACHAD

Verified contract

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

No balances found for "BETACHAD"

0x3e82bdd71466c43f9631eb3b495c45cc97cb1ea07d8af48e25717090690eeafc
0xad88502b21c6914a5e3ef6808a6964fc21691ae473a4c3da69fce5d2951d25fa
0xae24537713a6bb9062117491b2b24bb280af00ed5286abc558b4fe47d340ade3

Functions
Getter at block 23953200
decimals(view returns (uint8)
18
name(view returns (string)
BETACHAD
symbol(view returns (string)
BETA
totalSupply(view returns (uint256)
480000000000000000000000000000
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 namestring symboluint256 initialSupply
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