abc

Verified contract

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

No balances found for "abc"

0x73b58a30e8d13507a9774fc78096abcb9b2c1acd7865590b78c1a69c8675640f
0x39c48d5019a005228014b09d5066c6767a89ab4bfcc65efde343df4dde362f3a
0x467c9c7e4425021ff579a3c2d5261d875ac16b146dd87972f9a846af877ca357
0x8f72310499162171c05d78fd58cb2bda6e3d0c23c3b3c2b57952ce0d3877bd80
0x8c45e0be5f5f018e5f67f8ee64222d619c1a05c6094021f1f10b8fc7aeb2c36a
0xbe0ee8c8fc321e9dfe685fb2cd9169c00eda152c782670d984b2cf2856164750

Functions
Getter at block 22847915
decimals(view returns (uint8)
18
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BFF
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account