ArcBlock
Verified contract
Active on
Ethereum with 207,285 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21,048.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABT | ERC-20 | 14.735173K | $1.36 |
$20,039.83 | |
USDT | ERC-20 | 815 | $1.00 |
$815 | |
BLZ | ERC-20 | 1.218924K | $0.116061 |
$141.47 | |
WXRP | ERC-20 | 19 | $1.41 |
$26.79 | |
SHIB | ERC-20 | 1.049946M | $0.000025 |
$25.79 | |
LEOX | ERC-20 | 0.000001 | $0.266419 |
$0 | |
CELL | ERC-20 | 0 | $0.599162 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243668 | 14 minutes ago | | | 0 | 0.00064008803 | |
| 21243668 | 14 minutes ago | | | 0 | 0.00064056292 | |
| 21243645 | 19 minutes ago | | | 0 | 0.00074085580 | |
| 21243640 | 20 minutes ago | | | 0 | 0.00072961709 | |
| 21243636 | 21 minutes ago | | | 0 | 0.00073369801 | |
| 21243636 | 21 minutes ago | | | 0 | 0.00073369801 | |
| 21243636 | 21 minutes ago | | | 0 | 0.0010715533 | |
| 21243636 | 21 minutes ago | | | 0 | 0.0010715533 | |
| 21243636 | 21 minutes ago | | | 0 | 0.0010713164 | |
| 21243589 | 30 minutes ago | | | 0 | 0.00080281843 |
ABI
ABI objects
Getter at block 21243737
INITIAL_SUPPLY() view returns (uint256)
186000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
ArcBlock
owner() view returns (address)
0x4fd95f61a1b52b3c272ae449e95cfc307d19afd6
paused() view returns (bool)
false
symbol() view returns (string)
ABT
totalSupply() view returns (uint256)
186000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.