Wrapped JAXNET
Verified contract
Active on
Ethereum with 757 txns
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 "Wrapped JAXNET"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140796 | 4 days ago | | | 0 | 0.00048488155 | |
| 21132092 | 6 days ago | | | 0 | 0.0010535478 | |
| 21132047 | 6 days ago | | | 0 | 0.00062481475 | |
| 21130816 | 6 days ago | | | 0 | 0.00088067278 | |
| 21124987 | 7 days ago | | | 0 | 0.00057329825 | |
| 21070601 | 14 days ago | | | 0 | 0.00065387834 | |
| 21034350 | 19 days ago | | | 0 | 0.00047490558 | |
| 20966136 | a month ago | | | 0 | 0.00082167473 | |
| 20933950 | a month ago | | | 0 | 0.00048874075 | |
| 20908064 | a month ago | | | 0 | 0.00040962985 |
ABI
ABI objects
Getter at block 21171961
decimals() pure returns (uint8)
0
name() view returns (string)
Wrapped JAXNET
owner() view returns (address)
0x04998dc178b4e1ce9a61ad66ef507d3030d1c1ef
paused() view returns (bool)
false
symbol() view returns (string)
WJXN
totalSupply() view returns (uint256)
40002164
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.