Jedimon

Verified contract

Active on Base
Deployed by via 0x34302458 at 15163089
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0xc1811c25ff78cc8b665035e71319ecda875d9177a813af8a45da606fb579b56e
0x68e10e4a105e3373123f0983136a2fc0186ad4e26ed0f412e1ecf35053c36800
0x56306df85442801694ab15ccc2be153068d5017f5c8b5c4119ce2369fbd26aa6
0xb4db658b288b4d486218cd2626eddbcc544cf17925b4612dcd17ae97c5979afa
0x6dc4e67997b9cb90c7bef26786ec0a96365309828dfd7bb02f2196ce38da70e9
0xcced57fb3c6593c1a2568c2240e9138917729aa3885cb6b96d0a28109830913d
0xe69c723bd8a1ffa7974fb0026da4d67fee15fe7844b83247e235e8c46aed52b0
0xced9428714f5cfc68bbf89e1e7e14729285edabea9482860394d1925faeb846d
0xa7cb505d0649dc9dface4a50fff36bd2a80c1a31503fb787eebae6dcc7f955b3
0x179acca8ed02a7b99d5a8a760a0d14cf1d1b1f301af3305579cbf557d7fe29d8

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