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 "JAKAL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15006346 | 2 years ago | | | 0 | 0.0015512047 | |
| 14368404 | 3 years ago | | | 0 | 0.0020340695 | |
| 13439201 | 3 years ago | | | 0 | 0.0086784745 | |
| 12791813 | 3 years ago | | | 0 | 0.00067133000 | |
| 12790478 | 3 years ago | | | 0 | 0.00056327000 | |
| 12790478 | 3 years ago | | | 0 | 0.00056299400 | |
| 12790478 | 3 years ago | | | 0 | 0.00056327000 | |
| 12687968 | 3 years ago | | | 0 | 0.0013821500 | |
| 12687968 | 3 years ago | | | 0 | 0.0013821500 | |
| 12687968 | 3 years ago | | | 0 | 0.0013821500 |
ABI
ABI objects
Getter at block 21223164
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint32)
18
isOperator() view returns (bool)
false
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
JAKAL
owner() view returns (address)
0xcf9799c788e689c433a8830bf8811e221f46bfd4
paused() view returns (bool)
false
symbol() view returns (string)
JAKAL
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getLockedAmount(address granted) view returns (uint256)
grantedLocks(address, uint256) view returns (uint256 amount, uint256 expiresAt)
operator(uint256 index) view returns (address)
State-modifying
Events addLock(address granted, uint256 amount, uint256 expiresAt)
addOperator(address newOperator)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deleteLock(address granted, uint8 index)
finishMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
pause()
removeOperator(address noMoreOperator)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OperatorAdded(address indexed newOperator)
OperatorRemoved(address indexed previousOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.