BLACKJESUS

Verified contract

Active on Base with 119 txns
Deployed by via 0x62836ee9 at 12208048
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BLACKJESUS"

0xf4d318d2132df6abe88527413361babaa0078292b00c8c662f9b0983c68df576
0x995da3960249c8424f0094c30b748f02c3827f1702d8ffb9574ad4a61b012089
0xcfb9b99494b615a7242b643dd8cfa108d0a6a41230b530c3e986efa7197b1098
0xccbd9c78e1787e736675cd894d95540d655f469656f063fc663104416169b775
0xdc391916635b0efcbd38270358d5f90bbb1135600cfe7f600f4434086d43e2a8
0xe6ea81ce53a57e03c8065b9a0cfa1ea282ceda9e129e53bb2e60614954eec875
0x387863df23dacccf14d5ef14758fd1d4249fc06e59602270573e009ba635100e
0xd3a91d5e9a35149ebf1ee0e4e19e74980a3eddcc328a44326f0f54fddaf7a586
0x7615dfffd23d8bfb708c8c1de05872379bd7de5db5c75181c4ef0437ebb3cd40
0xfa468040d3a394aaa915efadcefaea0fe55fdbd26dcb40af353d8726095c8dcc

Functions
Getter at block 23192542
decimals(view returns (uint8)
18
name(view returns (string)
BLACKJESUS
owner(view returns (address)
0xada89da6d2bb6ec093aa882c4c0ea6f6b3faa05b
symbol(view returns (string)
BLACKJESUS
totalSupply(view returns (uint256)
300000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setObserver(address observer
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account