Dream of Base

Verified contract

Active on Base with 111 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dream of Base"

0x456836c43ea53b8b6ca3015d754b3c247774a654131d05fa993536ec959cb10b
0x7470babaf34cead281c2c59af4fb24d7824e493bc9c58f0cc58034a8360874b4
0x0b2b01bf06f29ea447ed82cc812b981dc643acc7f925fd1886bc075f3295bdd5
0xf9038102a682ad2ea41f9dc92f5c6ee40ff5abc4844223776e0ad7f89b6be60c
0x4409889fa6e1adfadd99cd525a63a1187028954f8ce69c7e630859f251b01963
0xf740155892ee88b9c8be6ecea9fb314759d3d9b915182b552e385a67963ec13f
0x8f5f08e1c729a272566c1c9dc020edfabcbd1000db1770cb9478086ab0bf628a
0x49e59e8e82a64b61eb6822c1f34216496ce9671bbfb73d16e3932199866179ff
0x117148e27393cd78510a5c12977be7c281ab26dfb64519adf904c4216ab606b1
0x5b544a075188210ceddc16cc7d2137e0222b3ae1164c896a3c84d2e7118df4bf

Functions
Getter at block 23055017
decimals(view returns (uint8)
18
name(view returns (string)
Dream of Base
symbol(view returns (string)
DREAM
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