Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OAI | ERC-20 | 7.679127M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18580493 | a year ago | | | 0 | 0.0015010644 | |
| 18580487 | a year ago | | | 0 | 0.0016286534 | |
| 18580483 | a year ago | | | 0 | 0.0022218928 | |
| 18580481 | a year ago | | | 0 | 0.0014820382 | |
| 18580481 | a year ago | | | 0 | 0.0016210277 | |
| 18580480 | a year ago | | | 0 | 0.0016070332 | |
| 18580479 | a year ago | | | 0 | 0.00073450367 | |
| 18580477 | a year ago | | | 0 | 0.0015424203 | |
| 18580476 | a year ago | | | 0 | 0.0016960080 | |
| 18580476 | a year ago | | | 0 | 0.0021686680 |
ABI
ABI objects
Getter at block 21264031
_buyBurnFee() view returns (uint256)
1
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
2
_buyTeamFee() view returns (uint256)
0
_liquidityShare() view returns (uint256)
0
_marketingShare() view returns (uint256)
100
_maxBurnAmount() view returns (uint256)
10000000000000000000000000000
_maxTxAmount() view returns (uint256)
10000000000000000000000000000
_sellBurnFee() view returns (uint256)
1
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
2
_sellTeamFee() view returns (uint256)
0
_teamShare() view returns (uint256)
0
_totalBurnedTokens() view returns (uint256)
45348299572908020359096728
_totalDistributionShares() view returns (uint256)
100
_totalTaxIfBuying() view returns (uint256)
2
_totalTaxIfSelling() view returns (uint256)
2
_walletMax() view returns (uint256)
300000000000000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
getCirculatingSupply() view returns (uint256)
9954651700427091979640903272
marketingWalletAddress() view returns (address)
0xb3b5cd64781e44368ddd271e0c0d87c8c72906f0
minimumTokensBeforeSwapAmount() view returns (uint256)
100000000000000000000000
name() view returns (string)
Oracle AI
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x7da7872075355749a01945f3a622a7c74ab6f29b
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
OAI
teamWalletAddress() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading() payable
renounceOwnership()
setBuyBurnFee(uint256 newBuyBurnFee)
setBuyTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newTeamShare)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setMarketPairStatus(address account, bool newValue)
setMarketingWalletAddress(address newAddress)
setMaxBurnAmount(uint256 maxBurn)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSellBurnFee(uint256 newSellBurnFee)
setSellTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setTeamWalletAddress(address newAddress)
setWalletLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.