Angel

Verified contract

Active on Base with 1,918 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
--
0xf1a63dc57b2c14f1fa77c24bf0d905c408e5867db94276026eb81d707bbd3934
0x1e7b500805ad773e87ddb470ed3015160f8040b289ec19eb4f6dfe09c1310770
0x6378665074d4b313646f3fdaa7547168fb36f1a99578b6be4b30955ad68bbce1
0x1c4ee0d1f2c563008e9b4827546ba3e74fbdee3df733d5775d8e1677dd37f372
0xaa94cfede922caa07d1a0a40822178cce02d7eb7d7eea28b7c99e0c7655a3fec
0x0507a00ebaa23d98f2e5ff005f8f6145c96ecc15f967f09431c650c21746280f
0x1dd90e5d3a409e591e8e6527494c57fcd21a9122343bb49b0f2a1b9fe43b8169
0x308b600984d3b87fa5b5b64e3dae35d403059d56c375e98440456a494a40c212
0x3099fde41acefc106a58832763a62c8ad305581ff12aef255ac2ac8b59b2d102
0xe5076f03668b732864f9458d85fc0bce325c7e5222a8a1f783869b78d857239e

Functions
Getter at block 21746946
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