Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Jow Dones"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276421 | 18 minutes ago | | | 0 | 0.00046752599 | |
| 21276296 | 43 minutes ago | | | 0 | 0.00047391138 | |
| 21276232 | an hour ago | | | 0 | 0.00040726323 | |
| 21276049 | 2 hours ago | | | 0 | 0.00064090380 | |
| 21276033 | 2 hours ago | | | 0 | 0.00049276216 | |
| 21275657 | 3 hours ago | | | 0 | 0.00052796981 | |
| 21275311 | 4 hours ago | | | 0 | 0.00045910981 | |
| 21275285 | 4 hours ago | | | 0 | 0.00044107717 | |
| 21275274 | 4 hours ago | | | 0 | 0.00036002162 | |
| 21275116 | 5 hours ago | | | 0 | 0.00043459658 |
ABI
ABI objects
Getter at block 21276507
decimals() view returns (uint8)
18
name() view returns (string)
Jow Dones
symbol() view returns (string)
JOW
totalSupply() view returns (uint256)
30000000000000000000000000
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)
burn(uint256 value)
burnFrom(address account, uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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)