Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JWL | ERC-20 | 7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13492052 | 3 years ago | | | 0 | 0.0047209000 | |
| 12663253 | 3 years ago | | | 0 | 0.0051997000 | |
| 12578960 | 3 years ago | | | 0 | 0.00034885000 | |
| 12546510 | 3 years ago | | | 0 | 0.0034885000 | |
| 12481500 | 4 years ago | | | 0 | 0.0034885000 | |
| 12442523 | 4 years ago | | | 0 | 0.0013927900 | |
| 12442516 | 4 years ago | | | 0 | 0.0036389500 | |
| 12442504 | 4 years ago | | | 0 | 0.0051985000 | |
| 12387984 | 4 years ago | | | 0 | 0.0038094550 | |
| 12386955 | 4 years ago | | | 0 | 0.0051973000 |
ABI
ABI objects
Getter at block 21259510
decimals() view returns (uint8)
18
name() view returns (string)
Jewel
owner() view returns (address)
0x5d607208f652f63232b3d81996525b5516ca9c38
symbol() view returns (string)
JWL
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
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)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
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.
This contract contains no error objects.