Token

Verified contract

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

No balances found for "Token"

0xe3d4842131de14a17ffc19394eec19b7082da829afd39a4ca1bace087a8e080c
0x03ce73e80c10653ac782d9cb5aad566bdf26da9951d8ba2f28dd4c77c5273718
0x39839936578e56f8af169403c3b723801bfdf79e84ccbfc125e80c3bfad859fa
0x642e4ae640b53c7d9317c345a12764f7018c328ab90fb8d6fc7579dee517638a
0x58b52f300f6f2871fb4d7a106b6dcf7bc445318d006ddb9cd3dbcd01b9c00357
0xc4c15c3fc4e193dac4521be82d4e76cd4fbb38d14e9c12080f20f2d3b877c319
0x1928815ebdca58a5a72de9478d03298aa2798cfec2428b07eeffd312bc5371d2
0xba206fc57b69f9f48951870324e47d7d450906c03223194dc411e1cdbcd0ed3c
0x69ca49b1f5e078a0b108c8bcf4f9dc989ecc08b98995b183d671161b57c37d35
0x853e569b7a6d98a85973e204d913d894da1b130fdc372c1b1740353347655f8f

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