ARC Governance Token
Verified contract
Active on
Ethereum with 2,942 txns
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 |
---|---|---|---|---|---|
ARCX | ERC-20 | 352.6987 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227805 | 7 days ago | | | 0 | 0.00025087512 | |
| 21001240 | a month ago | | | 0 | 0.00026233200 | |
| 20856678 | 2 months ago | | | 0 | 0.00027602431 | |
| 20850367 | 2 months ago | | | 0 | 0.00018665640 | |
| 20698634 | 3 months ago | | | 0 | 0.000051183367 | |
| 19860516 | 6 months ago | | | 0 | 0.00012560250 | |
| 19860515 | 6 months ago | | | 0 | 0.00022172951 | |
| 19822370 | 7 months ago | | | 0 | 0.00025000743 | |
| 19620250 | 8 months ago | | | 0 | 0.00057897973 | |
| 19620247 | 8 months ago | | | 0 | 0.0010753872 |
ABI
ABI objects
Getter at block 21274767
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
ARC Governance Token
owner() view returns (address)
0x1321f1f1aa541a56c31682c57b80ecfccd9bb288
symbol() view returns (string)
ARCX
totalSupply() view returns (uint256)
346152435071288037305
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 to, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value)
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)
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.