Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8f7f…918e
Balances ($482.29)
Native
Value
$482.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.127968 | $3,768.87 |
$482.29 | |
ORB | ERC-20 | 916.870237K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21320849 | a day ago | | | 0 | 0.00080317561 | |
| 21071223 | a month ago | | | 0 | 0.00029268665 | |
| 20568501 | 3 months ago | | | 0 | 0.00011834231 | |
| 20568035 | 3 months ago | | | 0 | 0.000060975711 | |
| 20564298 | 3 months ago | | | 0 | 0.000068801718 | |
| 20538440 | 4 months ago | | | 0 | 0.000044800100 | |
| 20485389 | 4 months ago | | | 0 | 0.00018916737 | |
| 20138777 | 5 months ago | | | 0 | 0.00025772354 | |
| 20130186 | 5 months ago | | | 0 | 0.00039154485 | |
| 19925373 | 6 months ago | | | 0 | 0.00025090810 |
ABI
ABI objects
Getter at block 21329901
_maxTxAmount() view returns (uint256)
100000000000000000
_maxWalletSize() view returns (uint256)
100000000000000000
_taxSwapThreshold() view returns (uint256)
1000000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
Ordible
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
ORB
totalSupply() pure returns (uint256)
100000000000000000
transferDelayEnabled() view returns (bool)
false
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)
changeBuyfee(uint256 tax)
changeMaxBalance(uint256 percent)
changeMaxTransferAmount(uint256 percent)
changeSellfee(uint256 tax)
changeTaxSwapThreshold(uint256 percent)
clearstuckETH(uint256 weiAmount)
clearstuckToken(address tokenAddress, uint256 tokenAmount) returns (bool)
disableTransferDelay()
excludeFromFee(address account, bool excluded)
openTrade()
removeAllLimits()
renounceOwnership()
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)
FeeUpdated(uint256 buyFee, uint256 sellFee)
MaxTxAmountUpdated(uint256 maxTxAmount)
MaxWalletSizeUpdated(uint256 maxWalletSize)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxSwapThresholdUpdated(uint256 newThreshold)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
TransferDelayUpdated(bool transferDelayEnabled)
constructor(address taxWallet)
receive()
This contract contains no error objects.