Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,677.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARC | ERC-20 | 62.418778K | $0.02214 |
$1,381.98 | |
STG | ERC-20 | 3.550862K | $0.358189 |
$1,271.88 | |
$MONG | ERC-20 | 1.340564B | $0.00 |
$20.11 | |
WIK | ERC-20 | 99.5 | $0.0313 |
$3.11 | |
DEPO | ERC-20 | 301.047974K | -- | -- | |
0x0a07…668e | ERC-1555 | 1 | -- | -- | |
0x0a07…668e | ERC-1555 | 1 | -- | -- | |
0x0a07…668e | ERC-1555 | 1 | -- | -- | |
0x0a07…668e | ERC-1555 | 1 | -- | -- | |
0x0a07…668e | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156869 | 7 minutes ago | | | 0 | 0.00055853523 | |
| 21156849 | 11 minutes ago | | | 0 | 0.00063169950 | |
| 21156744 | 32 minutes ago | | | 0 | 0.00067640674 | |
| 21156674 | an hour ago | | | 0 | 0.00055608406 | |
| 21156660 | an hour ago | | | 0 | 0.00055608406 | |
| 21156654 | an hour ago | | | 0 | 0.00079629944 | |
| 21156646 | an hour ago | | | 0 | 0.00059273590 | |
| 21156646 | an hour ago | | | 0 | 0.00059273590 | |
| 21156320 | 2 hours ago | | | 0 | 0.00081491045 | |
| 21156165 | 2 hours ago | | | 0 | 0.00085725554 |
ABI
ABI objects
Getter at block 21156904
decimals() view returns (uint256)
18
name() view returns (string)
ARC
owner() view returns (address)
0x000000000000000000000000000000000000dead
paused() view returns (bool)
false
symbol() view returns (string)
ARC
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address account, uint256 amount)
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)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.