DEWN

Verified contract

Active on Base with 3,675 txns
Deployed by via 0x3de793c4 at 16802696
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xd017db6ae8ec6b48c6bcf81bca066f30df0067b31b7527149bf69b6dc2ebd887
0x3813472a655be176091b285b49863e5856dc87e34afdb9fdf716548191ec2cd6
0xe6fa5f3c4a7413399e357db0451a742bf2fa278c4cf8273b0709acce0bd4346b
0xbe091eb9bb9dfc0990051ff8c84a6104c98c0ae9296703d4fe2230376288e4ca
0x5f6f51a4d6f9e56a37a7c16b5e800a62e51eebf5dfbca00ba3248817a0cf0a6c
0xb6794df918b3a3330bb0149a0848cd43c7e2e3b953c1ddc4da0b5d431f2bd1fd
0x5a281ea4dac82603938adb0c864a26c15957fcc63cbc2072569fe9c4cf23547f
0x6d10037871a2f91956670adfde5b59fc9544d794f324b203a52f203e9016d144
0x7721c494b9b77d38c0aa36f88d0e0161b1eff844cfff70572e301570a0e41d98
0x7b1604c0d28abf45bd82eadfde153391cb56af614b1921b60dccac55e2541907

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