DOM

Verified contract

Active on Base with 2,808 txns
Deployed by via 0xcec42ec6 at 20995809
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xdf628d71dc1751daa58cd6d36e9cd453d98a3f3d73697b499acdbdb5ce203d73
0xc1174e5d15c01f0f74df0010c0e17c6978da635e9489d9e26815f3ba5a5d7cc0
0xf2d618a87cb75d96eb41d5f75f414b1e91664f1dd90accd1874ae111fb958fb8
0x1bee5d252926eb7894464fd57c0bc7d4d0b1a9ccf729f2500de03f856f8955dc
0x4b4f24458ed7bc0cae2448292dd1f2cbafbff4ae501c193a37e943c1c40e014c
0x6e11149a50b0705b74ef48ce6e8aca031fefe8f5cd04b44e3a7ed698da1e496c
0x72504e1e665390abc880cef6189045e24006071d8c5f602c8e7dfc2f11de52b7
0x66e2f3af3c06e7569095307d6225d0fb289628d46bf07366a10c43c50f0b86d6
0xaea8581d21dd4f7afdbb53098710527cedd796353881cd0c9a7884987fdf8096
0x2a46326c48924bbbf42921b0f6a356613fcd6d56ff5e41e26804ed6abba72953

Functions
Getter at block 22753216
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
DOM
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DOM
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