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 |
---|---|---|---|---|---|
ShibX | ERC-20 | 50B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16842804 | 2 years ago | | | 0 | 0.00064383497 | |
| 16842801 | 2 years ago | | | 0 | 0.00071404374 | |
| 16842791 | 2 years ago | | | 0 | 0.00071905201 | |
| 16824974 | 2 years ago | | | 0 | 0.00076175263 | |
| 16823823 | 2 years ago | | | 0 | 0.00050529009 | |
| 16823744 | 2 years ago | | | 0 | 0.00087084742 | |
| 16823648 | 2 years ago | | | 0 | 0.00093187744 | |
| 16823581 | 2 years ago | | | 0 | 0.00083031787 | |
| 16822936 | 2 years ago | | | 0 | 0.00098826665 | |
| 16822872 | 2 years ago | | | 0 | 0.00087653574 |
ABI
ABI objects
Getter at block 21213263
decimals() view returns (uint8)
9
name() view returns (string)
ShibX
symbol() view returns (string)
ShibX
totalSupply() view returns (uint256)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
selfCall(address _spender) view returns (bool)
State-modifying
Events Swap(address _sender)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 _totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.