DEPLOY

Verified contract

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

No balances found for "DEPLOY"

0x761a3ee6928842ebc150952fa69f1d80bc6d5f5c645a28050c3c94c571fab500
0x77639ea1a960fe4d0a54dd2cc4ca4b93759ccf83625172603673947e1f510e2b
0x59d31570e73bedf0724d8122de7584b7e8a5fa1277eb095e92ad3c9fd4db3b69
0x8f307e648a20bc31414c76b29a07b967d077a20ec909246a1918fcc0e50b1003
0x2c6b3a669a0f8c0040c7c1cf572e7c1733408fc8ab6c8b324c1d2a277c3e0220
0xe631dfe3344f39caf387a46f89eae503d501c813cba523076920ea78d77cf44b
0x387620ff69f975c9547becaf30935495fea1cc13f63a1897f8f6ca5d41b5761c
0x98278e723745fc5577e8b0209eddbd590334b551dc80c7a41a01e0e79352c914
0x231ffc57b6d6b87e7686c285d0761a2dd786bc28ff20eea07822ab94c4dd1f5f
0x1e20c97ebf8c6356ce389f38ccc2b2db2ce8a85a130baac53457988f0d99b3cc

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