Bye Bye Den

Verified contract

Active on Base with 2,059 txns
Deployed by via 0xd5ab8bc2 at 17397588
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x9bc8f7972c55cd8292ddb7d5bee65a9796c96cebdc7b58d9e5c5f57935731098
0x31a0b8e7ebd0a3ed1f4068f5c5b24eb2e0d2daf008bd2af10b1b93d3567fd0e2
0xca3bc46c0cab58d82a2389f094d318c69a14d65eaa071385da5ccabdf60590e1
0xaf358a3ed8d7f0147af6cbe17f854eb08761b6e7de9c70a084228fdaf17d422e
0x83011f5ad06adb2e8d1ed2470c29566d7220e789d8e39d0a9b152973c64c8080
0xda34f20b6d2ae56faec38077f48789df84a01e20726bf248c336d785b88df48c
0xf6e0e8c108fe340741a37fdb4282d60224161575b0e45d8d1749ad1d1776c612
0x47b104f7f602da76083f1937fe1de5d8c61bbb0b735316f2e5c103399dba6420
0x79c93a65b926a8d14b4eeecf19398971306f1bf7908212ecb496a70555150cd2
0xed1dbf4083134db7fa69cd099df50844ac78f4ca7f2466173d5749b91d35c724

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