Sentiment
Verified contract
Active on
Ethereum with 139 txns
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 |
---|---|---|---|---|---|
SENTAI | ERC-20 | 2.102547K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20013026 | 6 months ago | | | 0 | 0.00098909938 | |
| 19347843 | 9 months ago | | | 0 | 0.0020065364 | |
| 18870874 | a year ago | | | 0 | 0.0013202068 | |
| 18866791 | a year ago | | | 0 | 0.00030423409 | |
| 18866618 | a year ago | | | 0 | 0.00034766236 | |
| 18864233 | a year ago | | | 0 | 0.0013260417 | |
| 18864211 | a year ago | | | 0 | 0.00075756906 | |
| 18864202 | a year ago | | | 0 | 0.00070855397 | |
| 18864133 | a year ago | | | 0 | 0.00062823364 | |
| 18864091 | a year ago | | | 0 | 0.00099970929 |
ABI
ABI objects
Getter at block 21315552
_owner() view returns (address)
0x0000000000000000000000000000000000000000
buyTax() view returns (uint256)
5
decimals() view returns (uint8)
18
marketingFeeReceiver() view returns (address)
0x05d5055f13475513bcf6c82b0c8dcf6881db65c3
maxTxAmount() view returns (uint256)
300000000000000000000000
maxWalletBalance() view returns (uint256)
300000000000000000000000
name() view returns (string)
Sentiment AI
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
5
swapThreshold() view returns (uint256)
30000000000000000000000
symbol() view returns (string)
SENTAI
totalSupply() view returns (uint256)
10000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xb5d0ebfb514591b9ef730e158bffd725904e31c0
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)
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(string _name, string _symbol, uint256 _tokenSupply, uint8 _maxWalletPercent, uint8 _maxTxPercent, uint8 _buyTax, uint8 _sellTax)
fallback()
receive()
MathOverflowedMulDiv()
MaxBalanceExceeded()
NotExternalToken()
PercentOutOfRange()
ReentrancyGuardReentrantCall()
TradingClosed()
TransactionTooLarge()
TransferFailed()
UnknownCaller()