The latest block we've processed for this chain is 22145368, which is 4 minutes old. We're running behind the tip but working to resolve the issue.

ANSEM🐕

Verified contract

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

No balances found for "ANSEM🐕 "

0xee1ee1b8124f218686bd573bea1af88413adcf82b0f755ae0a89af70395d4ca3
0x44dd8510b1ef3aef6ca75dc57061ed8f203a81569e863e2599e415bc7e15168b
0x31a2234cf795a975c5a395ccb8b4dc1b126965b2a16f3baa22db41b6cf7506d1
0xe2ad724062a1461fb2eda894373c69dd8c90d648c6c33258f0bb7e848be1089c
0xc66397e7b3f426d3f172f25826636b490a215248175e22a1a09818d19ade2a60

Functions
Getter at block 22145367
decimals(view returns (uint8)
18
name(view returns (string)
ANSEM🐕
symbol(view returns (string)
ANSEM
totalSupply(view returns (uint256)
790000000000000000000000000000
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