Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
styleAI | ERC-20 | 33.416083T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18647894 | a year ago | | | 0 | 0.00092098540 | |
| 18647889 | a year ago | | | 0 | 0.00046253759 | |
| 18647295 | a year ago | | | 0 | 0.00092102087 | |
| 18645186 | a year ago | | | 0 | 0.0011228213 | |
| 18645039 | a year ago | | | 0 | 0.0010961317 | |
| 18645032 | a year ago | | | 0 | 0.0011762931 | |
| 18644838 | a year ago | | | 0 | 0.0010525562 | |
| 18644826 | a year ago | | | 0 | 0.0011335287 | |
| 18644763 | a year ago | | | 0 | 0.0014298077 | |
| 18644763 | a year ago | | | 0 | 0.0014298077 |
ABI
ABI objects
Getter at block 21203972
decimals() view returns (uint8)
9
name() view returns (string)
styleAI
owner() view returns (address)
0x83a2ea57226ee1b433cd8cb91c4100c811d22725
paused() view returns (bool)
false
symbol() view returns (string)
styleAI
taxStatus() view returns (bool)
true
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcluded(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableBlacklist(address account)
disableTax()
enableBlacklist(address account)
enableTax()
exclude(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeExclude(address account)
renounceOwnership()
setBuyTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setSellTax(uint256 dev, uint256 marketing, uint256 liquidity, uint256 charity)
setTaxWallets(address dev, address marketing, address charity)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
triggerTax()
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.