BASEDAO

Verified contract

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

No balances found for "BASEDAO"

0x204d8fece6668c2a56e5a5d7851ce9478e1b76c5022405419ae77dc89c199a2f
0x3ba2ebb32e81c9b72b1d992307809fb1b4778d0cf2bec15b5b46edcfc908a3e3
0x8c20ee0ef862c57754833eb4227178ebd3621c83976e721258d03572ad610e49
0xd2a61b57eab1fbe7cd4de2f1eded7395c9dc541be25feedfee8fd8d9ca2918d8
0x29734c789a378aff0b772bc78e7a02e364092e8258a3a705f0984788795cb6d7
0xd1455b91aedefa41cd7ebb8e685d9546098b1ed55f1e39ca11e7d2e1b10cde7e
0x4b88df5276aac1aa92a48a7a6e2a4fa93ef07e2fd86003a2867a57daaac1551c
0x250b6e75e204ee91d35fd381d204b1d774d84942867e9500c4874fe6b89f774f

Functions
Getter at block 22765331
decimals(view returns (uint8)
18
name(view returns (string)
BASEDAO
symbol(view returns (string)
BASEDAO
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(
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