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 |
---|---|---|---|---|---|
SHIBIE | ERC-20 | 56.360139M | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243543 | 5 days ago | | | 0 | 0.0010936102 | |
| 21224814 | 7 days ago | | | 0 | 0.00094624889 | |
| 21221533 | 8 days ago | | | 0 | 0.00032100165 | |
| 21195630 | 11 days ago | | | 0 | 0.0012734153 | |
| 21172975 | 14 days ago | | | 0 | 0.0016993453 | |
| 21139345 | 19 days ago | | | 0 | 0.00091811255 | |
| 20923375 | 2 months ago | | | 0 | 0.00070841751 | |
| 20858682 | 2 months ago | | | 0 | 0.00051378027 | |
| 20839585 | 2 months ago | | | 0 | 0.00039927411 | |
| 20743356 | 2 months ago | | | 0 | 0.00030372486 |
ABI
ABI objects
Getter at block 21276839
blacklister() view returns (address)
0x979db18107552faa36a52480a1dbb65ed3f51d70
decimals() view returns (uint8)
18
name() view returns (string)
SHIBIE
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SHIBIE
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
updateBlacklister(address _newBlacklister)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.