Jewelry Protocol
Verified contract
Active on
Ethereum with 59 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JEWEL | ERC-20 | 1.595713M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19069651 | 10 months ago | | | 0 | 0.00093844552 | |
| 19069579 | 10 months ago | | | 0 | 0.0010033536 | |
| 19069325 | 10 months ago | | | 0 | 0.00072840323 | |
| 19069282 | 10 months ago | | | 0 | 0.00071384070 | |
| 19069243 | 10 months ago | | | 0 | 0.00087915372 | |
| 19069234 | 10 months ago | | | 0 | 0.0013490438 | |
| 19069233 | 10 months ago | | | 0 | 0.0013490438 | |
| 19069233 | 10 months ago | | | 0 | 0.0013490438 | |
| 19069233 | 10 months ago | | | 0 | 0.0013490438 | |
| 19068912 | 10 months ago | | | 0 | 0.00069350549 |
ABI
ABI objects
Getter at block 21317952
TradingOpen() view returns (bool)
true
_maxTaxSwap() view returns (uint256)
200000000000000000000000
_maxWalletAmount() view returns (uint256)
100000000000000000000000000
_swapThreshold() view returns (uint256)
1000000000000000000000
_taxWallet() view returns (address)
0x060bec8ee6359d6ad0dd37042562cad1031f4472
_totalSupply() view returns (uint256)
100000000000000000000000000
decimals() pure returns (uint8)
18
feesEnabled() view returns (bool)
true
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
name() pure returns (string)
Jewelry Protocol
pair() view returns (address)
0x372c25527a7d8a47b7df6bc647256f960c456db1
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() pure returns (string)
JEWEL
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isOwner(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
createJewelryTrade()
enableJewelryTrade()
removeJewelryLimit() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdrawJewelryEthBalance()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address jwWallet)
receive()
This contract contains no error objects.