Balances ($0.00)
No balances found for "BLACKJESUS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12209567 | 8 months ago | | | 0 | 0.0000016873743 | |
| 12209396 | 8 months ago | | | 0 | 0.0000016716231 | |
| 12209392 | 8 months ago | | | 0 | 0.0000017210814 | |
| 12209343 | 8 months ago | | | 0 | 0.000011020196 | |
| 12209285 | 8 months ago | | | 0 | 0.000011077611 | |
| 12209199 | 8 months ago | | | 0 | 0.000010176614 | |
| 12209139 | 8 months ago | | | 0 | 0.000011279277 | |
| 12209096 | 8 months ago | | | 0 | 0.000011481643 | |
| 12209030 | 8 months ago | | | 0 | 0.000010571467 | |
| 12209020 | 8 months ago | | | 0 | 0.0000066149618 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setObserver(address observer)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)