Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($364.15)
Native
Value
$364.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1009 | $3,608.99 |
$364.15 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21283814 | an hour ago | | | 0 | 0.00034268304 | |
| 21283804 | an hour ago | | | 0 | 0.00059934808 | |
| 21283726 | an hour ago | | | 0 | 0.00039262243 | |
| 21282592 | 5 hours ago | | | 0 | 0.0011166509 | |
| 21282572 | 5 hours ago | | | 0 | 0.0012300760 | |
| 21282457 | 5 hours ago | | | 0 | 0.00065435586 | |
| 21282319 | 6 hours ago | | | 0 | 0.00064463167 | |
| 21282294 | 6 hours ago | | | 0 | 0.00080007565 | |
| 21282216 | 6 hours ago | | | 0 | 0.0011879949 | |
| 21282211 | 6 hours ago | | | 0 | 0.00072720027 |
ABI
ABI objects
Getter at block 21284077
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
getSwapThresholdAmount() view returns (uint256)
0
maxBuyAmount() view returns (uint256)
10000000000000000000000000
maxWalletAmount() view returns (uint256)
10000000000000000000000000
name() view returns (string)
ARATA
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x0000000000000000000000000000000000000000
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
ARATA
taxwalletAddress() view returns (address)
0x97e32e4b520fface6a3cd2c0857d013636ba38bd
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
taxwalletFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAMMPair(address pair, bool isPair)
taxwalletAddressSetup(address _newAddress)
taxwalletFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateRouterV2(address router)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
taxwalletAddressUpdated(address taxwalletAddress)
taxwalletFeeSent(address recipient, uint256 amount)
taxwalletFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.