BaseDeChat

Verified contract

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

No balances found for "BaseDeChat"

0x3550d60e428621bd1294bee1e8d7c48898757fbb1aa74bd10bc12f660387f3ca
0x723531457310c90fbafd2a8381578fad24cac4cf1a7d7ac73d35953b41ae644a
0x06ec7441b1e361c7a5fc4883866edcc3571f45ee5d157391cdc64bb027a0ad6f
0x02c178b063be261d32a4a967a1e316a838200e7fb5e01a481f5290dd04974140
0x0bb161208677d34bac9dd90e43325e3c5bc7662d68cc9ee6034b98661e505090

Functions
Getter at block 22138687
decimals(view returns (uint8)
18
name(view returns (string)
BaseDeChat
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DECHAT
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
Renounce(
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account