JEETIE

Verified contract

Active on Base with 936 txns
Deployed by via 0x3d54ef17 at 16412028
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x5632c7a7d5980db52777492107fdd91d90c771b608fe689b21ee06301641fbb8
0xed3fcb5f593f4e981aaff27fcea16d03bcc840e67d1c831d29e484e4fd8609b8
0x857f9f4a1bde93a48c4ab69b8f44b30e3f326bcae376fba0c66e7823767e8830
0x724c7813de50c97ec6cfe359ab41956cec146381f7e544b0bd8209c0e63e095d
0x5abebb4cec64a4793bba377a8513156888624bd2254f092b991d0773f3ff973b
0xab197247596a1f8793a30efe12ca61f8b204c22fc6418fba44c080575e5096b5
0x51f78efed5bcdfed9617511dbf58cde1d474e702847c9f0a0f99e60265915e1e
0xff93d08c25c0146752607ab745baeb7b51d14603d71d791719c15bb7adbc88cb
0x088bd7c9cf539c140a07e03593fb9b44905d53396958cbb5847ad217eb056fb8
0x307c9818aa8b8c8ed58782fbdfe0a89ec20c1ce20f4343bf653ce87e2e2d0db1

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