Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0d0d…8c8b
Balances ($5,005.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 5K | $1.001 |
$5,005 | |
ORDIX | ERC-20 | 44.77985M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20298418 | 4 months ago | | | 0 | 0.00012532531 | |
| 20098908 | 5 months ago | | | 0 | 0.00020847421 | |
| 19982432 | 6 months ago | | | 0 | 0.00043029561 | |
| 19962784 | 6 months ago | | | 0 | 0.0016070871 | |
| 19954756 | 6 months ago | | | 0 | 0.00090412886 | |
| 19756427 | 7 months ago | | | 0 | 0.00024894319 | |
| 19510019 | 8 months ago | | | 0 | 0.00044325120 | |
| 19248006 | 9 months ago | | | 0 | 0.0012466217 | |
| 19156760 | 9 months ago | | | 0 | 0.00079015601 | |
| 19099793 | 10 months ago | | | 0 | 0.00062953218 |
ABI
ABI objects
Getter at block 21224678
decimals() pure returns (uint8)
9
lpAdded() view returns (bool)
true
maxTaxSwap() view returns (uint256)
10000000000000000
maxTx() view returns (uint256)
1000000000000000000
maxWallet() view returns (uint256)
1000000000000000000
name() pure returns (string)
OrdiX
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapThreshold() view returns (uint256)
10000000000000000
symbol() pure returns (string)
ORDIX
totalSupply() pure returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address a) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuck()
clearStuckSelfToken()
clearStuckToken(address token)
lowerTaxes(uint256 buyTax_, uint256 sellTax_)
openTrading(uint256 amount) payable
removeLimits()
renounceOwnership()
setBots(address[] bots_, bool isBot_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 maxTx)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
NotOwner()
NotSelf()
TaxTooHigh()
TradingAlreadyOpen()
Unauthorized()
ZeroAddress()
ZeroAmount()
ZeroToken()
ZeroValue()