Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($605.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 473.017295 | $1.00 |
$473.02 | |
HEX | ERC-20 | 49.016785K | $0.002711 |
$132.88 | |
ZC | ERC-20 | 1K | -- | -- | |
ASIC | ERC-20 | 144.393126 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208446 | 9 hours ago | | | 0 | 0.00068715981 | |
| 21186853 | 3 days ago | | | 0 | 0.00087158970 | |
| 21186099 | 4 days ago | | | 0 | 0.00079190659 | |
| 21157062 | 8 days ago | | | 0 | 0.00076530918 | |
| 21140774 | 10 days ago | | | 0 | 0.00020908320 | |
| 21140770 | 10 days ago | | | 0 | 0.00020582322 | |
| 21140400 | 10 days ago | | | 0 | 0.00025114489 | |
| 21139296 | 10 days ago | | | 0 | 0.0010010076 | |
| 21136641 | 10 days ago | | | 0 | 0.00053327300 | |
| 21122077 | 12 days ago | | | 0 | 0.00038481380 |
ABI
ABI objects
Getter at block 21211198
decimals() view returns (uint8)
12
name() view returns (string)
Application Specific Internet Coin
owner() view returns (address)
0x5ee84583f67d5ecea5420dbb42b462896e7f8d06
symbol() view returns (string)
ASIC
totalPlsdTransformed() view returns (uint256)
3383424884976129503
totalSupply() view returns (uint256)
7831331754819409774
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)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transform(uint256 amount) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Transform(uint256 data0, address indexed account)
constructor()
This contract contains no fallback and receive objects.
InsufficientBalance(uint256 available, uint256 required)
InvalidAmount(uint256 sent, uint256 required)
NotOwner()
TransformEventIsOver(uint256 eventLength, uint256 currentDay)
TransformFailed()