Balances ($0.00)
No balances found for "JACK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12695103 | 8 months ago | | | 0 | 4.5807199e-7 | |
| 11965408 | 9 months ago | | | 0 | 9.9525187e-7 | |
| 11964765 | 9 months ago | | | 0 | 4.6030945e-7 | |
| 11964206 | 9 months ago | | | 0 | 0.0000011637077 | |
| 11964106 | 9 months ago | | | 0 | 0.0000011375965 | |
| 11964092 | 9 months ago | | | 0 | 7.2363145e-7 | |
| 11964086 | 9 months ago | | | 0 | 7.1732612e-7 | |
| 11964027 | 9 months ago | | | 0 | 0.0000011171329 | |
| 11963940 | 9 months ago | | | 0 | 0.0000010943493 | |
| 11963939 | 9 months ago | | | 0 | 0.000000500416811505 |
ABI
ABI objects
Getter at block 23781855
decimals() view returns (uint8)
18
name() view returns (string)
JACK
owner() view returns (address)
0xae012ebc0c509c45d228f60e884d4ae33f1b4b8c
symbol() view returns (string)
JACK
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(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)