Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Jiji"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18260423 | a year ago | | | 0 | 0.00031761915 | |
| 17090545 | 2 years ago | | | 0 | 0.0030698850 | |
| 17090543 | 2 years ago | | | 0 | 0.0026605754 | |
| 17090538 | 2 years ago | | | 0 | 0.0028001059 | |
| 17090537 | 2 years ago | | | 0 | 0.0028303142 | |
| 17090537 | 2 years ago | | | 0 | 0.0030698850 | |
| 17090536 | 2 years ago | | | 0 | 0.0033060300 | |
| 17090535 | 2 years ago | | | 0 | 0.0026198335 | |
| 17090535 | 2 years ago | | | 0 | 0.0026198335 | |
| 17090534 | 2 years ago | | | 0 | 0.0024100964 |
ABI
ABI objects
Getter at block 21338102
decimals() view returns (uint8)
18
isBlacklistEnabled() view returns (bool)
true
name() view returns (string)
Jiji
owner() view returns (address)
0x846c0c3a97d694f348277cd3069e89bb98223b6d
symbol() view returns (string)
JIJI
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistAddress(address account)
blacklistAddresses(address[] accounts)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableBlacklist()
enableBlacklist()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklistAddress(address account)
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(string name, string symbol, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.