Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($0.49)
Native
Value
$0.49
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000191 | $2,567.20 |
$0.49 | |
SHR | ERC-20 | 2.417052K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16816239 | 2 years ago | | | 0 | 0.0031825282 | |
| 16767902 | 2 years ago | | | 0 | 0.00072609491 | |
| 16767874 | 2 years ago | | | 0 | 0.00097390645 | |
| 16767816 | 2 years ago | | | 0 | 0.00098631199 | |
| 16767584 | 2 years ago | | | 0 | 0.0010680625 | |
| 16767342 | 2 years ago | | | 0 | 0.0012868394 | |
| 16767321 | 2 years ago | | | 0 | 0.0011252455 | |
| 16767311 | 2 years ago | | | 0 | 0.0011768730 | |
| 16767256 | 2 years ago | | | 0 | 0.0013749320 | |
| 16767220 | 2 years ago | | | 0 | 0.0012318920 |
ABI
ABI objects
Getter at block 21086534
Optimization() view returns (uint256)
73120091757141582500437885118
decimals() view returns (uint8)
18
name() view returns (string)
Shibari
owner() view returns (address)
0xfd9c17c5ff7141c5825bfd00e43d78acfc85118b
paused() view returns (bool)
false
symbol() view returns (string)
SHR
taxStatus() view returns (bool)
true
totalSupply() view returns (uint256)
15000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTax()
enableTax()
exclude(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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()
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(string _tokenName, string _tokenSymbol, uint256 _supply, address[6] _addr, uint256[8] _value)
receive()
This contract contains no error objects.