Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7100…31da
0x1df9…db3f
Balances ($0.00)
No balances found for "X7103"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194336 | 4 days ago | | | 0 | 0.00079537294 | |
| 21193278 | 5 days ago | | | 0 | 0.00077419418 | |
| 21146216 | 11 days ago | | | 0 | 0.00048827040 | |
| 21046116 | 25 days ago | | | 0 | 0.00064499246 | |
| 21046088 | 25 days ago | | | 0 | 0.00069943621 | |
| 21015740 | a month ago | | | 0 | 0.00042996447 | |
| 21015727 | a month ago | | | 0 | 0.00043894200 | |
| 20703133 | 2 months ago | | | 0 | 0.000041623520 | |
| 20673684 | 3 months ago | | | 0 | 0.000071261546 | |
| 20673509 | 3 months ago | | | 0 | 0.000056807233 |
ABI
ABI objects
Getter at block 21226147
circulatingSupply() view returns (uint256)
99953951432574698875086633
decimals() view returns (uint8)
18
discountAuthority() view returns (address)
0x7100aacc6047281b105201cb9e0decf9ae5431da
feeDenominator() view returns (uint256)
10000
feeNumerator() view returns (uint256)
200
liquidityHub() view returns (address)
0x1df9b4ac212ef4d8dbec7fb5623c33e04970db3f
maxFeeNumerator() view returns (uint256)
600
name() view returns (string)
X7103
offRampPair() view returns (address)
0x4d5eb653e06138ab001db55478bbf8d6fb750ea5
owner() view returns (address)
0x7dcb82decbeb1f41bc9eb00a552b085ba356a256
symbol() view returns (string)
X7103
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
ammPair(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
freezeDiscountAuthority()
freezeLiquidityHub()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueETH()
rescueTokens(address tokenAddress)
setAMM(address ammAddress, bool isAMM)
setDiscountAuthority(address discountAuthority_)
setFeeNumerator(uint256 feeNumerator_)
setLiquidityHub(address liquidityHub_)
setOffRampPair(address ammAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AMMSet(address indexed pairAddress, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
DiscountAuthorityFrozen()
DiscountAuthoritySet(address indexed discountAuthority)
FeeNumeratorSet(uint256 feeNumerator)
LiquidityHubFrozen()
LiquidityHubSet(address indexed liquidityHub)
OffRampPairSet(address indexed offRampPair)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address discountAuthority_, address liquidityHub_)
This contract contains no fallback and receive objects.
This contract contains no error objects.