Angel

Verified contract

Active on Base with 1,942 txns
Deployed by via 0x78af51fe at 20853891
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x5031f9e5f17cc551a2201f265aa5c23208d21df27cc9857a5f6637b53916cd5f
0x020bf3c976b3afcd8ef520b83048433cbab8266cde5e7eccb72862105d0bff94
0x65014bb0ad0918e28c6f0561914d01ea69eaf459b8d6f597f5a003ab6213e588
0x0f5082e2af9053f213dc15e782469f9d113fbd1326eedc86c1cf1a1ea373facd
0xf6b0d476f9b403b6097465ae315c3776208bf4bc679c0375f5ed8ca1473d8667
0xf1883fd44d7ff0a3f54dc9e03eb6e41b198929d6e3c22f3d4dc6d0f760d9443e
0x7bdae79e069c2a30db6da3076a96a06e79fb35856fa094250925efa38dd14417
0x38faa437a2c93e7dd53ba9ba00ec0488bf86553f9f531517f5d13c0942a5cfa2
0xf9be6fa2345f3531b1dfed5eeed0a6074d94ed5993b3d32e2c56abf3228cc7c9
0x3e4b033f8a4d57574aa9e9e44f589c85fb0d7bad771104b93e7064992790ba7d

Functions
Getter at block 22762071
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Angel
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ANGEL
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (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 _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account