$ticker

Verified contract

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

No balances found for "$ticker"

0x7583154c21e1baa6249862079b114bcb5d8d73fbf74dc25c72e8a479a2c41ac9
0xb9f5a5913e1b8db58038898eed128de6b79671627a7728f3d9987bafdf7270ec
0x6f6e2a0e7b59a9d9d86f8c2c440394776e9e646e9bfe64c969184860ea7a0570
0x44330019454703a08b34b793c45426930fa70a216925ed2ccedcfe601f2962eb
0x5cd0152dfa4365764d6a203b9352ca3f454a51675d65266a51cd0d18667b169b
0x5edb036afddbc83c1c9409368037cddca6763fd701288526ab9e2e2277e7b470
0xcb435c9e5c64aa9302fcc66dc1b5421c6471d1f7119c37ceb4c5075d9ed8cef9
0x7386ef1594cf8a8cdafd132c47c7656119b3b507b79e476410101432a5503fc9
0x11484087dc9e8d137b5591ed781b24f78adc3d6916df524cf4d85422d6672caf
0xd75a1c0dac4f2831934b11ff7f6f71860f124439cbbcd8c31b4dd0f8f5bd33da

Functions
Getter at block 23792769
decimals(view returns (uint8)
18
name(view returns (string)
$ticker
symbol(view returns (string)
TICKER
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