Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARX | ERC-20 | 9.8K | $0.001112 |
$10.9 | |
ARX | ERC-20 | 14.686825 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17881466 | a year ago | | | 0 | 0.00078141094 | |
| 16012707 | 2 years ago | | | 0 | 0.00074537600 | |
| 15696495 | 2 years ago | | | 0 | 0.00060561800 | |
| 15696493 | 2 years ago | | | 0 | 0.00060561800 | |
| 15458515 | 2 years ago | | | 0 | 0.00046586000 | |
| 15458512 | 2 years ago | | | 0 | 0.00046586000 | |
| 14333498 | 3 years ago | | | 0 | 0.00090362007 | |
| 13266386 | 3 years ago | | | 0 | 0.0025118826 | |
| 13061167 | 3 years ago | | | 0 | 0.0016854240 | |
| 13059246 | 3 years ago | | | 0 | 0.0025240197 |
ABI
ABI objects
Getter at block 21319913
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
ARCS
owner() view returns (address)
0x289a9f9e017a3df1793cb36e8a62df9dfeda2a80
symbol() view returns (string)
ARX
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockupOf(address _account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockup(address _account, uint256 _lockupTimeUntil)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Lockup(address indexed account, uint256 lockupTimeUntil)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.