ANSEM🐕

Verified contract

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

No balances found for "ANSEM🐕 "

0x3beb31b9b0750dfba0d596b0a8468429342980b62eeabbd9ae2be1dbcc12e1f8
0xb742a116716f3dce73cc3625a7cff848544a6bc50bda017f7d0e07c60586d0bb
0xa4be4ce37047b77154a891405bab8f1d375670e9f6cbe018ec30c8ce2c89ad6c
0x8b032f1582464ff975fe974c903e6fbc2a3cc3c7fc345fd1252d906b8650b7ef
0xa8556fc1b6b14a4f106fb222f5d125b0da58b6351a0b15ecb8def6ba333c0d32
0x0a37ab88ecb51448d4cc75f5784fdece00c93201ba21c7910456ac75650dea8b
0x0fcd03f87f3a030f5ffaf0e9c9011eb7d71360b07bb0aa69e19c187457129b9c
0x58e51c39a157e9b82ec5ec23d0b35355591e566aa8bc2348aa586b08734fd9a8

Functions
Getter at block 23962077
decimals(view returns (uint8)
18
name(view returns (string)
ANSEM🐕
symbol(view returns (string)
ANSEM
totalSupply(view returns (uint256)
860000000000000000000000000000
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 namestring symboluint256 initialSupply
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