Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NOAH | ERC-20 | 11.072981 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18741480 | a year ago | | | 0 | 0.0016878607 | |
| 18741175 | a year ago | | | 0 | 0.0024038689 | |
| 18697053 | a year ago | | | 0 | 0.0014453226 | |
| 18696630 | a year ago | | | 0 | 0.0012763401 | |
| 18696547 | a year ago | | | 0 | 0.0012555028 | |
| 18696520 | a year ago | | | 0 | 0.0014059792 | |
| 18696518 | a year ago | | | 0 | 0.0012268875 | |
| 18696508 | a year ago | | | 0 | 0.0013303925 | |
| 18696498 | a year ago | | | 0 | 0.0014036657 | |
| 18696483 | a year ago | | | 0 | 0.0013369550 |
ABI
ABI objects
Getter at block 21208306
_owner() view returns (address)
0x0000000000000000000000000000000000000000
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
marketingFeeReceiver() view returns (address)
0x3588e27ce46c4b01373970fdef67f8d958977ff8
maxTxAmount() view returns (uint256)
1398000000000000000000
maxWalletBalance() view returns (uint256)
1398000000000000000000
name() view returns (string)
NoahsArk
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
0
swapThreshold() view returns (uint256)
11184000000000000000
symbol() view returns (string)
NOAH
totalSupply() view returns (uint256)
1398000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x6ff0c235ec9a36e693105cb96fe4b95eb9303a6f
Read-only
_authorizations(address) view returns (bool)
_feeExemptions(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAuthorized(address addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckToken(address tokenAddress, uint256 tokens) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
setExemptFromFee(address addr, bool value)
setExemptFromMaxTx(address addr, bool value)
setMarketingWallet(address _marketingFeeReceiver)
setMaxWalletAndTxPercent(uint256 _maxWalletPercent, uint256 _maxTxPercent)
setSwapBackSettings(uint256 _amount)
setTaxes(uint256 _buyTax, uint256 _sellTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
receive()
MathOverflowedMulDiv()
MaxBalanceExceeded()
NotExternalToken()
PercentOutOfRange()
ReentrancyGuardReentrantCall()
TradingClosed()
TransactionTooLarge()
TransferFailed()
UnknownCaller()